.product-showcase{display:flex;gap:40px;margin-top:60px;align-items:flex-start}.gallery-section{flex:2 1;display:flex;flex-direction:column;gap:20px}.main-photo-container{width:100%;height:450px;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12);position:relative;background:#f8f9fa}.main-photo{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.main-photo-container:hover .main-photo{transform:scale(1.05)}.gallery-thumbs-wrapper{position:relative;display:flex;align-items:center;gap:12px;padding:0 50px}.gallery-thumbs{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;padding:8px 0;flex:1 1;scrollbar-width:none;-ms-overflow-style:none}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{width:80px;height:60px;object-fit:cover;border-radius:12px;cursor:pointer;transition:all .3s ease;border:3px solid transparent;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.gallery-thumb:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15);border-color:rgba(26,54,54,.3)}.gallery-thumb.active{border-color:#1a3636;transform:translateY(-2px);box-shadow:0 6px 20px rgba(26,54,54,.2)}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#1a3636,#2a5a5a);color:white;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2;box-shadow:0 4px 16px rgba(26,54,54,.2)}.gallery-arrow:hover{background:linear-gradient(135deg,#2a5a5a,#1a3636);transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(26,54,54,.3)}.gallery-arrow.left{left:0}.gallery-arrow.right{right:0}.product-info{flex:1 1;background:linear-gradient(135deg,#f8f9fa,#ffffff);padding:30px;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.08);border:1px solid rgba(26,54,54,.1);position:-webkit-sticky;position:sticky;top:100px}.product-title{color:#1a3636;font-size:28px;font-weight:700;margin-bottom:20px;line-height:1.3}.product-description{font-size:16px;line-height:1.8;color:#333}.product-description h2,.product-description h3{color:#1a3636;margin:25px 0 15px;font-weight:600}.product-description p{margin-bottom:16px}.product-description ol,.product-description ul{margin:16px 0;padding-left:24px}.product-description li{margin-bottom:8px}.product-description a{color:#1a3636;text-decoration:none;border-bottom:1px solid rgba(26,54,54,.3);transition:all .2s ease}.product-description a:hover{color:#0f2424;border-bottom-color:#1a3636}@media (max-width:1090px){.product-showcase{flex-direction:column;gap:30px;align-items:center}.gallery-section{flex:none}.product-info{flex:none;position:static}.main-photo-container{height:350px}}@media (max-width:850px){.product-showcase{margin-top:40px;gap:25px}.main-photo-container{height:280px;border-radius:16px}.gallery-thumbs-wrapper{padding:0 40px}.gallery-thumb{width:60px;height:45px;border-radius:8px}.gallery-arrow{width:35px;height:35px}.product-info{padding:24px;border-radius:16px}.product-title{font-size:24px;margin-bottom:16px}.product-description{font-size:15px;line-height:1.7}}@media (max-width:540px){.gallery-section{max-width:90%}.gallery-thumbs-wrapper{padding:0 35px}.main-photo-container{border-radius:16px;height:auto;aspect-ratio:3/2}.gallery-section .gallery-arrow{display:none}.gallery-thumb{width:50px;height:38px}.gallery-arrow{width:32px;height:32px}.product-info{padding:20px}.product-title{font-size:22px}}