.ctc-product-actions {display:flex; flex-wrap:wrap; align-items:center; gap:1.6rem}
.ctc-product-actions .ctc-basket-message {flex-basis:100%; margin:0}
.ctc-product-actions [hidden], .ctc-recent[hidden], .ctc-order-modal[hidden] {display:none!important}
.ctc-conversion-secondary {background:#fff; color:#e50113; border:1px solid #e50113}
.ctc-footer-nav {display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:2rem 3rem; padding-top:3.2rem; margin-top:3.2rem; border-top:1px solid #d9d9d9}
.ctc-footer-nav a:hover {color:#e50113}
.ctc-footer-address {margin-top:2.4rem; line-height:1.5}
.ctc-consultation, .ctc-recent {padding:5rem 0}
.ctc-consultation {background:#f5f5f5}
.ctc-consultation h2, .ctc-recent h2 {margin-bottom:3.2rem}
.ctc-request-form {display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:2.4rem; margin-top:2.4rem}
.ctc-request-form__wide {grid-column:1/-1}
.ctc-request-form .input-container {min-width:0}
.ctc-request-form .input, .ctc-request-form .textarea {width:100%; box-sizing:border-box}
.ctc-request-form .textarea {min-height:10rem}
.ctc-request-form .btn-red {justify-self:start}
.ctc-request-form__status:empty {display:none}
.ctc-request-form button:disabled {opacity:.6; cursor:wait}
.ctc-recent__list {display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:2.4rem}
.ctc-recent__item {display:flex; flex-direction:column; gap:2rem; padding:2.4rem; border:1px solid #ddd; color:#313131; min-width:0}
.ctc-recent__item:hover {border-color:#e50113; color:#e50113}
.ctc-recent__item img {height:18rem; width:100%; object-fit:contain}
.ctc-recent__item span {overflow-wrap:anywhere}
.ctc-order-modal {position:fixed; inset:0; z-index:11000; background:rgba(0,0,0,.55); display:flex; align-items:center; justify-content:center; padding:2rem; box-sizing:border-box}
.ctc-order-modal__dialog {position:relative; width:80rem; max-width:100%; max-height:90vh; overflow:auto; padding:4rem; background:#fff; box-sizing:border-box}
.ctc-order-modal__close {position:absolute; right:1.2rem; top:1.2rem; width:3.2rem; height:3.2rem; background:#fff; border:0; font-size:3rem; cursor:pointer}
.ctc-order-modal__product {margin-top:2rem}
@media(max-width:768px){
 .ctc-footer-nav {grid-template-columns:repeat(2,minmax(0,1fr)); gap:2.4rem}
 .ctc-request-form {grid-template-columns:1fr}
 .ctc-recent__list {grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.6rem}
 .ctc-recent__item {padding:1.6rem}
 .ctc-recent__item img {height:14rem}
 .ctc-order-modal__dialog {padding:4.8rem 2.4rem 2.4rem}
 .ctc-product-actions .btn-red {justify-content:center}
}
