.contact-seller-modal__title{margin-bottom:1.25rem;font-size:1.5rem;color:#2d3748;font-weight:600}.contact-seller-modal__message-form{display:flex;flex-direction:column;width:100%;margin-bottom:1rem}.contact-seller-modal__label{margin-bottom:.75rem;font-weight:500;color:#4a5568;font-size:.95rem}.contact-seller-modal__textarea{width:100%;color:#2d3748;padding:.875rem;border-radius:8px;border:1.5px solid #e2e8f0;margin-top:.5rem;background-color:#f8fafc;resize:vertical;min-height:120px;font-family:inherit;font-size:.95rem;box-shadow:0 1px 2px #0000000d;transition:all .25s ease}.contact-seller-modal__textarea:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce26}.contact-seller-modal__textarea::placeholder{color:#a0aec0}.contact-seller-modal__text{margin:1.25rem 0;line-height:1.6;color:#4a5568;font-size:1rem}.contact-seller-modal__link{display:block;padding:1rem;color:#3182ce;text-decoration:none;font-weight:500;text-align:center;border-radius:8px;background-color:#ebf8ff;margin:1rem 0;transition:all .2s ease}.contact-seller-modal__link:hover{background-color:#bee3f8;color:#2c5282;transform:translateY(-2px)}.contact-seller-modal__link:active{transform:translateY(0)}.contact-seller-modal__footer{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.contact-seller-modal__button{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .25s ease;border:none;box-shadow:0 1px 3px #0000001a}.contact-seller-modal__button--close{background-color:#edf2f7;color:#4a5568;border:1px solid #e2e8f0}.contact-seller-modal__button--close:hover{background-color:#e2e8f0;color:#1a202c}.contact-seller-modal__button--close:active{transform:translateY(1px);box-shadow:none}.contact-seller-modal__button--send{background-color:#feeb17;color:#1a1a1a;position:relative;overflow:hidden}.contact-seller-modal__button--send:hover{background-color:#1a1a1a;color:#feeb17;transform:translateY(-2px);box-shadow:0 4px 6px #3182ce40}.contact-seller-modal__button--send:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.contact-seller-modal__button--send:before{content:"";position:absolute;top:50%;left:50%;width:120%;height:120%;background:#ffffff26;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .5s ease-out;z-index:0}.contact-seller-modal__button--send:hover:before{transform:translate(-50%,-50%) scale(1)}.contact-seller-modal__button:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.MakeOfferModal_modalOverlay__KE0KI{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.MakeOfferModal_modalMakeOffer__hsCh1{background:#fff;border-radius:15px;padding:20px;width:90%;max-width:500px;box-shadow:0 4px 20px #00000026;animation:MakeOfferModal_slideIn__88qIq .3s ease-out}@keyframes MakeOfferModal_slideIn__88qIq{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.MakeOfferModal_modalHeader__MWJLO{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.MakeOfferModal_modalHeader__MWJLO h3{margin:0;font-size:1.5rem;color:#333}.MakeOfferModal_modalHeader__MWJLO .MakeOfferModal_closeButton__sATR_{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .2s}.MakeOfferModal_modalHeader__MWJLO .MakeOfferModal_closeButton__sATR_:hover{color:#333}.MakeOfferModal_modalBody__HJBlD,.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_productInfo__Pztzw{margin-bottom:20px}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_productInfo__Pztzw h4{margin:0 0 10px;color:#333}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_productInfo__Pztzw .MakeOfferModal_price__p54Jn{color:#666;font-size:1.1rem}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_offerForm__SuRNK{margin-bottom:20px}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_offerForm__SuRNK label{display:block;margin-bottom:8px;color:#555;font-weight:500}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_offerForm__SuRNK input{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:1rem;background-color:#0000;transition:border-color .2s;color:#1a1a1a}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_offerForm__SuRNK input:focus{outline:none;border-color:#007bff}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_offerForm__SuRNK input::placeholder{color:#aaa}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_offerForm__SuRNK .MakeOfferModal_errorMessage__jkvrq{color:#dc3545;font-size:.9rem;margin-top:5px}.MakeOfferModal_modalBody__HJBlD .MakeOfferModal_offerInfo__Jki4h{background-color:#f8f9fa;padding:15px;border-radius:8px;font-size:.9rem;color:#666;line-height:1.4}.MakeOfferModal_modalFooter___XpxY{display:flex;justify-content:flex-end;gap:10px;padding-top:15px;border-top:1px solid #eee}.MakeOfferModal_modalFooter___XpxY button{padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.MakeOfferModal_modalFooter___XpxY button.MakeOfferModal_cancelButton__p9dDe{background:#f8f9fa;border:1px solid #ddd;color:#666}.MakeOfferModal_modalFooter___XpxY button.MakeOfferModal_cancelButton__p9dDe:hover{background:#e9ecef}.MakeOfferModal_modalFooter___XpxY button.MakeOfferModal_submitButton__1LfWL{background:#feeb17;border:none;color:#1a1a1a}.MakeOfferModal_modalFooter___XpxY button.MakeOfferModal_submitButton__1LfWL:hover{background:#1a1a1a;color:#feeb17;transition:all .2s}.MakeOfferModal_modalFooter___XpxY button.MakeOfferModal_submitButton__1LfWL:disabled{background:#ccc;cursor:not-allowed}.annonce-details-container{padding:20px}@media(max-width:768px){.annonce-details-container{padding:15px}}.annonce-header{display:flex;flex-direction:column;margin-bottom:20px}@media(min-width:768px){.annonce-header{flex-direction:row;gap:20px}}.photo-grid{display:flex;gap:10px;flex:1 1}@media(max-width:768px){.photo-grid{flex-direction:column;gap:10px}.photo-grid.single-photo .main-photo{width:100%}.photo-grid.two-photos .main-photo{margin-bottom:10px}.photo-grid.two-photos .right-photos .small-photo .zoom-image{height:200px}.photo-grid .main-photo{margin-bottom:10px}.photo-grid .main-photo .zoom-image{height:250px}.photo-grid .right-photos{display:flex;flex-direction:row;gap:10px}.photo-grid .right-photos .small-photo{flex:1 1}.photo-grid .right-photos .small-photo .zoom-image{height:120px}}.photo-grid.single-photo .main-photo{flex:1 1;width:100%}.photo-grid.single-photo .right-photos{display:none}.photo-grid.two-photos .main-photo{flex:2 1}.photo-grid.two-photos .right-photos{flex:1 1}.photo-grid.two-photos .right-photos .small-photo .zoom-image{height:400px}@media(max-width:768px){.photo-grid.two-photos .right-photos .small-photo .zoom-image{height:280px}}.photo-grid .main-photo{flex:2 1}.photo-grid .main-photo .zoom-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:zoom-in}.photo-grid .main-photo .zoom-container:hover{box-shadow:0 8px 24px #00000026}.photo-grid .main-photo .zoom-container .zoom-image{width:100%;height:400px;object-fit:cover;transition:transform .3s ease}@media(max-width:768px){.photo-grid .main-photo .zoom-container .zoom-image{height:280px}}.photo-grid .right-photos{display:flex;flex-direction:column;gap:10px;flex:1 1}.photo-grid .right-photos .small-photo{flex:1 1}.photo-grid .right-photos .small-photo .zoom-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:zoom-in}.photo-grid .right-photos .small-photo .zoom-container:hover{box-shadow:0 8px 24px #00000026}.photo-grid .right-photos .small-photo .zoom-container .zoom-image{width:100%;object-fit:cover;transition:transform .3s ease}@media(max-width:768px){.photo-grid .right-photos .small-photo .zoom-container .zoom-image{height:135px}}.photo-grid .photo-placeholder{background:linear-gradient(45deg,#f0f0f0,#e0e0e0);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px;height:195px}.photo-grid .photo-placeholder:before{content:"📷";font-size:24px;opacity:.5}.seller-info-card{background:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:20px;margin-top:20px}@media(min-width:768px){.seller-info-card{margin-top:0;flex:0 0 350px}}.seller-info-card .seller-name{color:#1a1a1a;font-weight:600;font-size:16px;text-decoration:underline;margin-bottom:10px;display:block}.seller-info-card .seller-name:hover{color:#feeb17}.seller-info-card .seller-stats{font-size:14px;color:#1a1a1a;margin-bottom:10px;font-weight:500}.seller-info-card .seller-details{font-size:14px;color:#1a1a1a;line-height:1.5;margin-bottom:20px}.seller-info-card .seller-details .detail-item{margin-bottom:5px}.seller-info-card .seller-details .detail-item strong{font-weight:600}.seller-info-card .action-buttons{display:flex;flex-direction:column;gap:10px}.seller-info-card .action-buttons .contact-button{background:#1a1a1a;color:#fff;border:none;padding:12px 16px;border-radius:6px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.seller-info-card .action-buttons .contact-button:hover{background:#343434}.seller-info-card .action-buttons .offer-button{background:#fff;color:#1a1a1a;border:2px solid #feeb17;padding:10px 16px;border-radius:6px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.seller-info-card .action-buttons .offer-button:hover{background:#feeb17}.product-details-section{margin-top:20px}.product-details-section .product-header-section{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:25px;margin-bottom:20px}.product-details-section .product-header-section .product-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:20px;text-align:left;text-transform:uppercase;line-height:1.3}@media(max-width:768px){.product-details-section .product-header-section .product-title{text-align:center}}.product-details-section .product-header-section .price-favorite-section{display:flex;flex-direction:column;align-items:flex-start;gap:15px}@media(max-width:768px){.product-details-section .product-header-section .price-favorite-section{align-items:center;text-align:center}}.product-details-section .product-header-section .price-favorite-section .price-container{font-size:28px;font-weight:600;color:#1a1a1a}.product-details-section .product-header-section .price-favorite-section .actions-container{display:flex;align-items:center;gap:15px}.product-details-section .product-header-section .price-favorite-section .actions-container .favorite-button{background:#fff;border:2px solid #feeb17;padding:8px 16px;border-radius:6px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#1a1a1a;font-weight:500}.product-details-section .product-header-section .price-favorite-section .actions-container .favorite-button:hover{background:#feeb17}.product-details-section .product-header-section .price-favorite-section .actions-container .buy-button{background:#feeb17;color:#1a1a1a;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-details-section .product-header-section .price-favorite-section .actions-container .buy-button:hover{background:#e1cf01}.product-details-section .product-header-section .purchase-success-banner{display:flex;align-items:center;background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;padding:15px 20px;border-radius:8px;margin-top:15px}.product-details-section .product-header-section .purchase-success-banner .success-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#28a745;border-radius:50%;color:#fff;font-weight:700;margin-right:15px}.product-details-section .product-description-section{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:25px;margin-bottom:20px}.product-details-section .product-description-section .section-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:15px;text-align:center;border-bottom:2px solid #feeb17;padding-bottom:10px}@media(min-width:768px){.product-details-section .product-description-section .section-title{text-align:left}}.product-details-section .product-description-section .description-text{font-size:14px;line-height:1.6;color:#1a1a1a;text-align:center}@media(min-width:768px){.product-details-section .product-description-section .description-text{text-align:left}}.product-details-section .product-specifications-section{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:25px;margin-bottom:20px}.product-details-section .product-specifications-section .section-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:20px;text-align:center;border-bottom:2px solid #feeb17;padding-bottom:10px}@media(min-width:768px){.product-details-section .product-specifications-section .section-title{text-align:left}}.product-details-section .product-specifications-section .product-details-list .detail-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e0e0e0}.product-details-section .product-specifications-section .product-details-list .detail-row:last-child{border-bottom:none}.product-details-section .product-specifications-section .product-details-list .detail-row .detail-label{font-weight:600;color:#1a1a1a;flex:1 1;font-size:14px}.product-details-section .product-specifications-section .product-details-list .detail-row .detail-value{color:#1a1a1a;flex:1 1;text-align:right;font-size:14px}.product-details-section .product-specifications-section .product-details-list .detail-row .detail-value a{color:#1a1a1a;text-decoration:underline}.product-details-section .product-specifications-section .product-details-list .detail-row .detail-value a:hover{color:#feeb17}.product-details-section .similar-products-section{margin-top:30px}.product-details-section .similar-products-section .similar-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-bottom:30px}@media(max-width:768px){.product-details-section .similar-products-section .similar-products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}}.product-details-section .similar-products-section .similar-products-grid .similar-product-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-details-section .similar-products-section .similar-products-grid .similar-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.product-details-section .similar-products-section .similar-products-grid .similar-product-card :global(.product-card-content){display:flex;flex-direction:column;height:100%}.product-details-section .similar-products-section .similar-products-grid .similar-product-card :global(.product-image){height:200px;object-fit:cover;width:100%}.product-details-section .similar-products-section .similar-products-grid .similar-product-card :global(.product-info){flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:15px}.product-details-section .similar-products-section .similar-products-grid .similar-product-card :global(.product-title){font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px;line-height:1.3;height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-details-section .similar-products-section .similar-products-grid .similar-product-card :global(.product-location){font-size:12px;color:#666;margin-bottom:8px}.product-details-section .similar-products-section .similar-products-grid .similar-product-card :global(.product-price){font-size:16px;font-weight:700;color:#1a1a1a;background:#feeb17;padding:6px 12px;border-radius:6px;text-align:center;margin-top:auto}.product-details-section .similar-products-section .see-more-container{display:flex;justify-content:center}.product-details-section .similar-products-section .see-more-container .see-more-button{background:#1a1a1a;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:500;text-decoration:none;transition:all .3s ease}.product-details-section .similar-products-section .see-more-container .see-more-button:hover{background:#343434}.modal-content .modal-title{font-size:18px;font-weight:600;color:#1a1a1a}.modal-content .modal-text{font-size:14px;line-height:1.6;color:#1a1a1a;margin-bottom:15px}.modal-content .secure-purchase-info{display:flex;align-items:flex-start;background:#f8f9fa;padding:15px;border-radius:8px;margin-top:15px}.modal-content .secure-purchase-info .secure-icon{font-size:24px;margin-right:15px;margin-top:3px}.modal-content .auth-buttons{display:flex;gap:12px;margin-top:20px}.modal-content .auth-buttons .auth-button{padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s ease}.modal-content .auth-buttons .auth-button.login-button{background:#feeb17;color:#1a1a1a}.modal-content .auth-buttons .auth-button.login-button:hover{background:#e1cf01}.modal-content .auth-buttons .auth-button.signup-button{background:#fff;color:#1a1a1a;border:2px solid #feeb17}.modal-content .auth-buttons .auth-button.signup-button:hover{background:#feeb17}.photo-modal-content .photo-container{width:100%;max-width:400px;height:300px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px;background:#f8f9fa;margin-bottom:20px}.photo-modal-content .photo-container img{max-width:100%;max-height:100%;object-fit:contain}.photo-modal-content .photo-navigation{display:flex;justify-content:space-between;width:100%}.photo-modal-content .photo-navigation .nav-button{background:#feeb17;color:#1a1a1a;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.photo-modal-content .photo-navigation .nav-button:hover{background:#e1cf01}.fade-in{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.product-details-section .product-details-list .detail-row{flex-direction:column}.product-details-section .product-details-list .detail-row .detail-value{text-align:left;margin-top:5px}}