.rss-product-gallery-section{margin:40px 0;padding:30px 0;border-top:1px solid #e0e0e0}.rss-product-gallery-section .rss-product-gallery-title{font-size:24px;font-weight:600;margin-bottom:25px;color:#333}.rss-product-gallery-section .rss-product-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px}@media (max-width:767px){.rss-product-gallery-section .rss-product-gallery-grid{grid-template-columns:repeat(2, 1fr);gap:15px}}@media (max-width:480px){.rss-product-gallery-section .rss-product-gallery-grid{grid-template-columns:1fr}}.rss-product-gallery-section .rss-gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.rss-product-gallery-section .rss-gallery-item:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(0,0,0,0.15)}.rss-product-gallery-section .rss-gallery-item img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .3s ease}.rss-product-gallery-section .rss-gallery-item:hover img{transform:scale(1.05)}.rss-product-gallery-section .rss-gallery-item .rss-gallery-item-title{padding:12px;background:#fff;font-size:14px;font-weight:500;color:#555;text-align:center}.rss-gallery-modal{position:fixed;z-index:9999999999999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.95);display:none}.rss-gallery-modal .rss-gallery-close{position:absolute;top:120px;right:35px;color:#fff;font-size:40px;font-weight:bold;cursor:pointer;z-index:10001;transition:color .3s}@media (max-width:767px){.rss-gallery-modal .rss-gallery-close{top:60px}}.rss-gallery-modal .rss-gallery-close:hover,.rss-gallery-modal .rss-gallery-close:focus{color:#bbb}.rss-gallery-modal .rss-gallery-prev,.rss-gallery-modal .rss-gallery-next{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,0.2);color:white;border:none;font-size:30px;padding:16px 20px;cursor:pointer;z-index:10001;transition:background-color .3s}.rss-gallery-modal .rss-gallery-prev:hover,.rss-gallery-modal .rss-gallery-next:hover{background-color:rgba(255,255,255,0.3)}@media (max-width:767px){.rss-gallery-modal .rss-gallery-prev,.rss-gallery-modal .rss-gallery-next{font-size:24px;padding:12px 16px}}.rss-gallery-modal .rss-gallery-prev{left:20px}@media (max-width:767px){.rss-gallery-modal .rss-gallery-prev{left:10px}}.rss-gallery-modal .rss-gallery-next{right:20px}@media (max-width:767px){.rss-gallery-modal .rss-gallery-next{right:10px}}.rss-gallery-modal .rss-gallery-modal-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:80px 120px 40px}@media (max-width:1024px){.rss-gallery-modal .rss-gallery-modal-content{padding:80px 80px 40px}}@media (max-width:767px){.rss-gallery-modal .rss-gallery-modal-content{padding:60px 20px 40px}}.rss-gallery-modal .rss-gallery-modal-content img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px}@media (max-width:767px){.rss-gallery-modal .rss-gallery-modal-content img{max-height:60vh}}.rss-gallery-modal .rss-gallery-modal-info{text-align:center;color:#fff;margin-top:20px;max-width:800px}.rss-gallery-modal .rss-gallery-modal-info h3{font-size:22px;margin-bottom:10px;font-weight:600}@media (max-width:767px){.rss-gallery-modal .rss-gallery-modal-info h3{font-size:18px}}.rss-gallery-modal .rss-gallery-modal-info p{font-size:16px;line-height:1.6;margin-bottom:15px;color:#ddd}@media (max-width:767px){.rss-gallery-modal .rss-gallery-modal-info p{font-size:14px}}.rss-gallery-modal .rss-gallery-modal-counter{font-size:14px;color:#aaa;margin-top:10px}