.compare-page{padding:40px 0 60px}.compare-page__title{font-size:32px;font-weight:700;color:#333;margin-bottom:50px;text-align:left}.compare-page__loading{padding:60px 0;text-align:center;font-size:16px;color:#666}.compare-page__product-row{background:#fff}.compare-page__table-product-cell{padding:5px!important;vertical-align:top!important;background:#fff!important}.compare-page__product-cell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border:1px dashed var(--border-stroke);width:100%;min-height:320px}.compare-page__remove-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.05);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.compare-page__remove-btn:hover{background:rgba(0,0,0,.1)}.compare-page__remove-btn i{font-size:14px}.compare-page__product-image{width:100%;height:240px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;overflow:hidden}.compare-page__product-image--bordered{border-radius:4px;padding:12px}.compare-page__product-image img{max-width:100%;max-height:100%;object-fit:contain}.compare-page__add-btn .compare-page__product-image{margin-bottom:16px}.compare-page__product-image-placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:14px}.compare-page__product-name{font-size:16px;font-weight:400;color:var(--text-black);text-align:center;line-height:1.5;margin:0 0 8px;padding:0 10px;width:100%}.compare-page__product-metric-label{font-size:14px;font-weight:500;color:var(--primary,#ffa500);text-align:center;text-transform:uppercase;margin:0;padding:0;width:100%}.compare-page__add-btn{width:100%;min-height:266px;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-black);font-size:16px;font-weight:400;padding:0}.compare-page__add-btn .compare-page__product-image{border-radius:4px;transition:all .3s ease}.compare-page__add-btn .compare-page__product-image i{font-size:56px;color:var(--border-stroke);transition:all .3s ease}.compare-page__add-btn:hover .compare-page__product-image i{color:var(--text-dark)}.compare-page__add-btn span{text-align:center;width:100%}.compare-page__table-wrapper{width:100%;max-width:1365px;overflow-x:auto;margin-top:0;scrollbar-width:none;-ms-overflow-style:none}.compare-page__table-wrapper::-webkit-scrollbar{display:none}.compare-page__table{width:1365px;border-collapse:collapse;background:#fff;border:none}.compare-page__table thead{background:#f5f5f5}.compare-page__table thead th{font-weight:700;font-size:14px;text-transform:uppercase;color:#333;background:#f5f5f5;padding:16px 20px;text-align:left;border:none}.compare-page__table td,.compare-page__table th{text-align:left;border:none;vertical-align:top;&.compare-page__table-label{padding-left:35px;&.header-title{font-size:24px;font-weight:500;color:var(--text-black);text-transform:uppercase;vertical-align:bottom;padding-bottom:50px}}}.compare-page__table tbody tr{border-bottom:1px solid var(--border-stroke,#d0d7e0);&.compare-page__product-row__title{border-bottom:none}}.compare-page__table tbody tr:last-child{border-bottom:none}.compare-page__table-label{width:30%;min-width:250px;font-weight:400;color:var(--text-black);font-size:16px;padding:12px 16px;vertical-align:top}.compare-page__table-label.title-group{font-weight:500;font-size:16px;padding:25px 12px 5px 35px;color:var(--primary,#ffa500);text-transform:uppercase}.compare-page__table-value{width:calc(70% / 3);text-align:left;color:var(--text-black);font-size:16px;font-weight:400;padding:12px 10px 10px 40px;vertical-align:top}.compare-page__table-value.title-group{padding:12px 16px;color:var(--primary,#ffa500);text-transform:uppercase}.compare-page__table-group-header{background:#fff;border-bottom:1px solid var(--border-stroke,#d0d7e0)}.compare-page__table-group-header th{background:#fff;border:none;&.title-group{padding:25px 12px 5px 35px}}.compare-page__table-product-cell__default{background:var(--bg-quaternary)!important;.compare-page__product-cell{border:none!important}}.product-select-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.product-select-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.product-select-modal__content{position:relative;background:#fff;border-radius:8px;width:100%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);z-index:1}.product-select-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0}.product-select-modal__title{font-size:32px;font-weight:600;color:var(--text-black,#0e2332);margin:0}.product-select-modal__close{width:32px;height:32px;border-radius:50%;background:#e0e0e0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.product-select-modal__close:hover{background:#d0d0d0}.product-select-modal__close i{font-size:16px;color:#fff}.product-select-modal__search{position:relative;padding:16px 40px}.product-select-modal__search i{position:absolute;left:50px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--text-dark,#43536e);z-index:1}.product-select-modal__search-input{width:100%;padding:10px 16px 10px 44px;border:1px solid var(--border-stroke,#d0d7e0);border-radius:4px;font-size:16px;outline:none;transition:all .3s ease;background:#fff;color:var(--text-black,#0e2332)}.product-select-modal__search-input::placeholder{color:var(--text-dark,#43536e)}.product-select-modal__list{flex:1;padding:10px 40px 60px;display:flex;flex-direction:column;min-height:0}.product-select-modal__list-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;height:100%;display:flex;flex-direction:column;gap:12px}.product-select-modal__empty,.product-select-modal__loading{padding:40px 20px;text-align:center;color:var(--text-dark,#43536e);font-size:14px}.product-select-modal__item{display:flex;align-items:stretch;gap:16px;padding:12px 16px;border-radius:4px;transition:all .3s ease;background:#fff;min-height:80px}.product-select-modal__item-image{width:80px;min-width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;align-self:flex-start}.product-select-modal__item-image img{width:100%;height:100%;object-fit:contain}.product-select-modal__item-info{flex:1;min-width:0;display:flex;align-items:center}.product-select-modal__item-name{font-size:16px;font-weight:400;color:var(--text-black);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%}.product-select-modal__item-select{padding:8px 20px;background:var(--bg-quaternary);color:var(--text-black);border:none;border-radius:4px;font-size:16px;font-weight:400;cursor:pointer;transition:all .3s ease;flex-shrink:0;align-self:center;height:fit-content}.product-select-modal__item-select:hover{background:#ffc150;color:var(--text-black,#0e2332)}@media (max-width:1024px){.compare-page__products{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.compare-page__products{grid-template-columns:1fr;gap:20px}.compare-page__table-wrapper{overflow-x:auto}.compare-page__table{min-width:600px}.product-select-modal__content{max-width:95%;max-height:90vh}}