.product-display{color:#474e52;display:flex;justify-content:center}.product-container{align-items:start;display:flex;flex-wrap:wrap;gap:20px;max-width:1280px}.product-image{align-items:center;display:flex;flex:1 1 calc(50% - 20px);justify-content:center}.product-image-mobile{display:none}.product-image-mobile img{max-width:100%}@media (max-width:992px){.product-image{display:none;order:1}.product-image-mobile{display:block}}.product-image img{box-shadow:0 4px 6px rgba(0,0,0,.1);height:auto;max-width:100%;min-height:500px;object-fit:cover;width:100%}.product-details{flex:1 1 calc(50% - 20px)}@media (max-width:992px){.product-details{order:0}}.product-title{color:#f15b43;font-size:2.1rem;font-weight:500;margin-bottom:10px}.product-subheading{color:#474e52;font-size:28px;font-weight:500;margin-bottom:20px}.product-price{font-weight:700;margin-bottom:20px}.product-attributes{list-style:none;margin-bottom:20px;padding:0}.product-subheading-line{border-top:1px solid;color:#474e52;margin:1rem 0;opacity:.25;width:80%}.product-attributes .turnaround_time{color:#f15b43;font-size:20px;font-weight:800}.product-attributes li{font-size:1rem;margin-bottom:10px}.product-description,.product-includes{margin-bottom:20px}.product-buttons{align-items:center;display:flex;flex-direction:column;gap:25px;margin-top:50px;width:100%}@media (max-width:992px){.product-buttons{order:2}}.product-buttons .btn{color:#fdfdfd;font-size:.9rem;font-weight:400;padding:15px 20px}.product-buttons .btn-gradient{background:linear-gradient(to bottom right,#0293b5,#38017c,#ff0001,#f95916);text-align:center}.product-buttons .btn-gray{background-color:#253746}@media (max-width:992px){.product-container{flex-direction:column;flex-wrap:nowrap}.product-image{flex:1;width:100%}}.thumb-item-wrapper.active img,.thumb-item-wrapper:hover img{opacity:.8}.product-display .trustpilot-widget{max-width:300px}