.product-single .product-detail-info{display:flex;flex-direction:column;gap:15px}.product-single .product-detail-info.addSuccess{width:100%;flex-direction:row}.product-single .product-name{font-size:24px;font-weight:700}.product-single .product-attribute,.product-single .product-calculator{display:flex;gap:10px}.product-single .product-calculator{align-items:center}.product-single .product-attribute{flex-direction:column}.product-single .attribute-title{font-size:16px}.product-single .attribute-list{display:flex;gap:10px;flex-wrap:wrap}.product-single select{max-width:200px}.product-single .attribute-radio{width:100%;display:flex;gap:10px}.product-single .attribute-radio label{white-space:normal;word-wrap:break-word;word-break:break-word;display:inline-block;max-width:100%;vertical-align:top}.product-single .attribute-item{padding:10px;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .3s;position:relative}.product-single .attribute-item.disabled{opacity:.3}.product-single .attribute-item.disabled::after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#ccc;transform:rotate(-15deg)}.product-single .attribute-item.selected{border:1px solid var(--button-bg);color:var(--button-bg)}.product-single .product-attribute-container{display:flex;flex-direction:column;gap:15px}.product-single .product-actions{display:flex;gap:15px}.product-single .product-actions a,.product-single .product-actions button{flex:1;display:inline-flex}.product-single .product-info{font-size:14px;color:#999;margin-top:auto}@media screen and (max-width:1000px){.product-single .product-detail-info,.product-single .product-images{width:100%}}@media screen and (max-width:767px){.product-single .product-actions{flex-direction:column}.product-single .product-actions a,.product-single .product-actions button{flex:unset}}