.product-details-section{background-color:#fcfcfc;padding:60px 0;position:relative}.product-details-section .back-nav{margin-bottom:30px}.product-details-section .back-nav .back-link{color:var(--text-muted,#666);align-items:center;gap:8px;font-size:.95rem;font-weight:600;transition:color .3s;display:inline-flex}.product-details-section .back-nav .back-link:hover{color:var(--main-color,#0d295c)}.product-details-section .details-grid{grid-template-columns:1fr;align-items:start;gap:40px;display:grid}@media (min-width:992px){.product-details-section .details-grid{grid-template-columns:45% 55%;gap:60px}}.product-details-section .product-gallery .main-image-wrapper{aspect-ratio:1;border:1px solid var(--border-color,#eaeaea);border-radius:var(--radius-app,16px);background-color:#fff;justify-content:center;align-items:center;width:100%;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000a}.product-details-section .product-gallery .main-image-wrapper .product-main-img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.product-details-section .product-gallery .main-image-wrapper .product-main-img:hover{transform:scale(1.03)}.product-details-section .product-gallery .main-image-wrapper .category-badge{top:20px;background-color:var(--main-color,#0d295c);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:6px 14px;font-size:.78rem;font-weight:700;position:absolute;inset-inline-start:20px}.product-details-section .product-main-info{flex-direction:column;display:flex}.product-details-section .product-main-info .product-title{color:var(--main-color,#0d295c);margin-bottom:15px;font-size:2rem;font-weight:800;line-height:1.3}@media (min-width:768px){.product-details-section .product-main-info .product-title{font-size:2.5rem}}.product-details-section .product-main-info .product-desc{color:#4a4a4a;text-align:justify;margin-bottom:30px;font-size:1.05rem;line-height:1.75}.product-details-section .product-main-info .logistic-cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:35px;display:grid}.product-details-section .product-main-info .logistic-card{border:1px solid var(--border-color,#eaeaea);background-color:#fff;border-radius:12px;align-items:center;gap:15px;padding:16px;display:flex}.product-details-section .product-main-info .logistic-card .icon-box{width:45px;height:45px;color:var(--secondary-color,#c5a059);background-color:#dca7421a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.product-details-section .product-main-info .logistic-card .card-text h4{color:var(--text-muted,#777);margin-bottom:4px;font-size:.85rem;font-weight:600}.product-details-section .product-main-info .logistic-card .card-text p{color:var(--main-color,#0d295c);font-size:1rem;font-weight:700}.product-details-section .product-main-info .technical-specs-box{border:1px solid var(--border-color,#eaeaea);background-color:#fff;border-radius:12px;margin-bottom:35px;padding:20px}.product-details-section .product-main-info .technical-specs-box .section-sub-title{color:var(--main-color,#0d295c);border-bottom:1px solid #f5f5f5;align-items:center;gap:8px;margin-bottom:15px;padding-bottom:10px;font-size:1.1rem;font-weight:700;display:flex}.product-details-section .product-main-info .technical-specs-box .specs-table{border-collapse:collapse;width:100%}.product-details-section .product-main-info .technical-specs-box .specs-table tr{border-bottom:1px dashed #f0f0f0}.product-details-section .product-main-info .technical-specs-box .specs-table tr:last-child{border-bottom:none}.product-details-section .product-main-info .technical-specs-box .specs-table td{padding:12px 6px;font-size:.95rem}.product-details-section .product-main-info .technical-specs-box .specs-table td:first-child{color:#666;width:40%;font-weight:500}.product-details-section .product-main-info .technical-specs-box .specs-table td:last-child{color:var(--main-color,#0d295c);text-align:inset-inline-end;font-weight:700}.product-details-section .product-main-info .action-wrapper .order-now-btn{background-color:var(--secondary-color,#c5a059);color:#fff;border-radius:var(--radius-button,8px);cursor:pointer;border:none;align-items:center;gap:10px;padding:15px 35px;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 6px 20px #c5a05940}.product-details-section .product-main-info .action-wrapper .order-now-btn:hover{background-color:#b38f4b;transform:translateY(-2px);box-shadow:0 8px 25px #c5a05959}.product-details-section .product-main-info .action-wrapper .order-now-btn:active{transform:translateY(0)}
