.rp-main-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.rp-main-header--left{text-align:left}.rp-main-header--center{text-align:center}.rp-main-title{font-size:24px;font-weight:700;color:#222;margin:0 0 8px;line-height:1.3}.rp-main-subtitle{font-size:14px;color:#666;margin:0;line-height:1.5}@media (max-width: 768px){.rp-main-title{font-size:20px}.rp-main-subtitle{font-size:13px}.rp-main-header{margin-bottom:20px;padding-bottom:12px}}.re-product-item{display:flex;gap:12px;border:1px solid #e0e0e0;padding:16px;margin-bottom:12px;border-radius:8px;background:#fff;align-items:flex-start;transition:box-shadow .2s ease-in-out}.re-product-item--responsive{width:100%;max-width:100%}@media (min-width: 1024px){.rp-modal .re-product-item--responsive{width:100%;max-width:100%}}.rp-product__image{background:#fff;margin:0;width:120px;height:100px;object-fit:contain}@media (max-width: 768px){.rp-product__image{width:80px;height:90px}}.re-product-item__info{flex:1}.re-product-item__title{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.re-product-item__title{flex-direction:column-reverse;align-items:flex-start}}.re-product-item__title h6{font-size:16px;font-weight:700;margin:0}.re-product-item__title span{font-size:14px}.re-product-item__price{margin:.5rem 0}.re-product-item__price-current{font-weight:700}.re-product-item__price-old{text-decoration:line-through;color:#999;margin-left:.5rem}.re-product-item__discount{font-size:14px;color:red;font-weight:700;background:#ff5f0033;padding:2px 6px}.re-product-item__description{margin:.5rem 0;color:#666;font-size:1rem}.re-product-item__quantity{display:flex;align-items:center}.re-quantity-btn{background:#fff;border:1px solid #ccc;padding:.5rem;cursor:pointer;border-radius:.25rem}.re-quantity-btn--minus{margin-right:.5rem}.re-quantity-btn--plus{margin-left:.5rem}.re-product-item__quantity input[type=number]{text-align:center}.re-product-item__add{width:100%}.rp-widget{border:1px solid #d1d5db;padding:16px;border-radius:8px;background:#fff;max-width:100%;margin-bottom:12px;overflow:hidden;box-sizing:border-box}.rp-widget__column{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.rp-widget__row{display:flex;align-items:flex-start;gap:12px;min-height:90px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rp-widget__checkbox{flex-shrink:0;display:flex;align-items:flex-start;height:100%;cursor:not-allowed;-webkit-user-select:none;user-select:none}.rp-widget__checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;cursor:not-allowed;pointer-events:none;position:relative;outline:none;transition:all .2s ease}.rp-widget__checkbox input[type=checkbox]:checked{background:#0c63e2;border-color:#0c63e2}.rp-widget__checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-55%) rotate(45deg);width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0}.rp-widget__checkbox input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.rp-widget__checkbox:hover input[type=checkbox]{opacity:.5;filter:grayscale(50%)}.rp-product__media{flex-shrink:0}.rp-exp-content{flex:1;min-width:0;max-width:100%}.rp-widget__discount-wrap{margin-bottom:4px}.rp-widget__discount{display:inline-block;background:#ff5f0033;color:#ff5f00;font-weight:700;font-size:12px;border-radius:2px;padding:2px 10px;margin-right:6px;line-height:1.3}.rp-widget__title{font-size:16px;font-weight:700;margin:0 0 2px;line-height:1.5;color:#222;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.rp-explore-btn{margin-top:12px;font-size:14px;border:1px solid #d1d5db;color:#374151;background:#fff;border-radius:5px;padding:12px 20px;font-weight:500;transition:all .2s ease-in-out;width:100%;max-width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-sizing:border-box}.rp-explore-btn:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 1px 2px #0000000d}.rp-product-flex{display:flex;flex-direction:column;gap:12px;margin-top:12px}.rp-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:10000000000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.modal-open{opacity:1;pointer-events:auto}.rp-modal__content{background:#fff;max-width:535px;width:100%;max-height:90vh;border-radius:8px;position:relative;display:flex;flex-direction:column;overflow:visible;transform:scale(.95);transition:transform .3s ease-in-out}.modal-open .rp-modal__content{transform:scale(1)}.rp-modal__header{padding:24px 32px 0;flex-shrink:0}.rp-modal__scroll-area{flex:1 1 auto;padding:10px 32px 0;overflow-y:auto;overflow-x:visible;max-height:calc(90vh - 200px);scrollbar-width:none;-ms-overflow-style:none}.rp-modal__scroll-area::-webkit-scrollbar{display:none}.rp-modal__footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 30px;background:#fff;flex-shrink:0;border-top:1px solid #e5e7eb}.rp-modal__footer-info{flex:1;display:flex;flex-direction:column;gap:8px}.rp-modal__total-items{font-size:18px;color:#374151;font-weight:400;text-align:left}.rp-modal__price-info{display:flex;align-items:center;gap:12px}.rp-modal__price-group{display:flex;align-items:center;gap:8px}.rp-modal__total-price{font-size:18px;font-weight:600;color:#111827;display:inline-flex;align-items:baseline;gap:4px}.rp-modal__currency{font-size:14px;font-weight:400}.rp-modal__price-value{font-size:18px;font-weight:600}.rp-modal__original-price{font-size:14px;color:#9ca3af;text-decoration:line-through;display:none;align-items:baseline;gap:4px}.rp-modal__original-price.show{display:inline-flex}.rp-modal__original-price-value{font-size:14px}.rp-modal__add-btn{background:#0c63e2;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;height:40px;min-width:120px;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.rp-modal__add-btn:active{transform:translateY(0);box-shadow:0 2px 4px #0c63e233}.rp-modal__close{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:24px;cursor:pointer}.rp-widget strong,.rp-modal__header strong{color:#eb001b}.re-product-item__image{width:90px;height:100px;object-fit:cover;background:#fff}.re-product-item__variants-dropdown{width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0 8px}.re-product-item__variants-dropdown.single-variant{pointer-events:none;cursor:default}.re-product-item__variants-dropdown.single-variant .re-product-item__variants--custom{border-color:#e0e0e0}.re-product-item__variants-dropdown.single-variant .re-product-item__variants--custom:hover{border-color:#e0e0e0;box-shadow:none}.re-product-item__variants--custom{flex:2;position:relative;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e0e0e0;border-radius:4px;transition:all .2s ease;cursor:pointer;min-height:32px;min-width:0;padding:0}.re-product-item__variants--custom:hover{border-color:#0c63e2;box-shadow:0 2px 4px #0c63e21a}.re-product-item__variants-dropdown.active .re-product-item__variants--custom{border-color:#0c63e2;box-shadow:0 2px 8px #0c63e226}.re-product-item__variants-selected{flex:1;font-size:14px;color:#333;display:flex;align-items:center;justify-content:space-between;min-width:0;z-index:1;padding:6px 8px;cursor:pointer;position:relative}.re-product-item__variants-selected-text{flex:1;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word;line-height:1.4;max-width:200px}.re-product-item__variant-arrow{display:flex;align-items:center;justify-content:center;margin-left:8px;flex-shrink:0;width:16px;height:16px}.re-product-item__variant-arrow svg{transition:transform .2s ease;width:8px;height:5px}.re-product-item__variants-dropdown.active .re-product-item__variant-arrow svg{transform:rotate(180deg)}.re-product-item__variants-options{position:absolute;top:100%;left:0;width:100%;max-height:140px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:200;overflow-y:auto;overflow-x:hidden;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s cubic-bezier(.4,0,.2,1);scrollbar-width:none;-ms-overflow-style:none}.re-product-item__variants-options::-webkit-scrollbar{display:none}.re-product-item__variants-dropdown.active .re-product-item__variants-options{opacity:1;visibility:visible;transform:translateY(0)}.re-product-item__variants-option{padding:10px 12px;font-size:14px;color:#333;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;border-bottom:1px solid #f5f5f5;min-height:40px}.re-product-item__variants-option:last-child{border-bottom:none}.re-product-item__variants-option:hover{background:#f5f8ff}.re-product-item__variants-option.selected{background:#0c63e214;color:#0c63e2;font-weight:500}.variant-color-swatch{width:20px;height:20px;border-radius:50%;display:inline-block;margin-right:8px;border:1px solid #e0e0e0;flex-shrink:0;vertical-align:middle}.re-product-item__variants-option-text{flex:1;display:flex;align-items:center;line-height:1.4}.re-action-container{display:flex;align-items:stretch;gap:.375rem}@media (max-width: 768px){.re-action-container{flex-direction:column;gap:.375rem}}.re-action-content--custom{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;flex:1;min-width:80px;justify-content:space-between}@media (max-width: 768px){.re-action-content--custom{flex-direction:row;flex:1;width:100%}.re-action-content--custom div{flex:1}}.re-product-item__quantity--custom{border:1px solid #eee;border-radius:3px;display:flex;align-items:center;justify-content:space-between;height:32px}.re-quantity-btn--custom{border:none;background:none;font-size:1.2rem;color:#222}.re-product-item__quantity-input{border:none;background:none;text-align:center;font-size:12px;color:#222;width:100%}.re-product-item__add--custom{flex:1}.re-btn--add-to-cart--custom{width:100%;border:1px solid #0c63e2;background:transparent;color:#0c63e2;border-radius:5px;padding:6px 12px;font-size:12px;font-weight:500;height:32px;cursor:pointer;transition:all .2s ease-in-out}.re-btn--add-to-cart--custom:hover{background:#0c63e2;color:#fff}.re-btn--add-to-cart--custom:active{transform:scale(.98)}.re-btn--add-to-cart--custom:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.re-btn--add-to-cart,.rp-modal__add-btn{position:relative;transition:background-color .3s,opacity .3s}.re-btn--add-to-cart.loading,.rp-modal__add-btn.loading{color:transparent;pointer-events:none;opacity:.8}.re-btn--add-to-cart.loading:after,.rp-modal__add-btn.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border-radius:50%;border:3px solid rgba(0,0,0,.3);border-top-color:#000;animation:spin .8s linear infinite}.re-btn--add-to-cart.error,.rp-modal__add-btn.error{background-color:#f44336;color:transparent;pointer-events:none}.re-btn--add-to-cart.error:after,.rp-modal__add-btn.error:after{content:"\d7";position:absolute;color:#fff;font-size:24px;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rp-selected-items-summary{text-align:center;font-size:14px;color:#555;margin:6px 0;padding:0 10px;display:flex;align-items:center;justify-content:center;position:relative}.rp-selected-items-summary:before,.rp-selected-items-summary:after{content:"";position:absolute;top:50%;width:25%;height:1px;background-color:#e0e0e0}.rp-selected-items-container{background-color:#f8f8f8;border-radius:.5rem}.rp-selected-items-summary:before{left:0}.rp-selected-items-summary:after{right:0}.rp-product-item-selected-info{display:flex;align-items:center;padding:8px 12px;font-size:12px;color:#000;gap:8px;border-bottom:1px solid #e8e8e8}.rp-product-item-selected-info:last-child{border-bottom:none}.rp-selected-info-color{display:flex;align-items:center;flex-shrink:0}.rp-selected-info-title{flex:1;min-width:0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3;font-weight:500}.rp-selected-info-quantity{font-weight:400;color:#666;white-space:nowrap;flex-shrink:0;background:#0c63e214;padding:2px 6px;border-radius:3px;font-size:11px}.rp-item-remove-selected{background:none;border:none;color:#999;cursor:pointer;padding:4px;border-radius:3px;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.rp-item-remove-selected:hover{color:#d9534f;background:#d9534f1a}.rp-item-remove-selected .trash-icon{width:14px;height:14px}.re-product-item--relative{position:relative}.re-product-item__quick-select--abs{position:absolute;left:12px;top:12px}.re-product-item__quick-select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:20px;height:20px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;cursor:pointer;pointer-events:auto;position:relative;outline:none;transition:all .2s ease;flex-shrink:0}.re-product-item__quick-select-input:hover{border-color:#0c63e2;box-shadow:0 0 0 2px #0c63e21a}.re-product-item__quick-select-input:checked{background:#0c63e2;border-color:#0c63e2}.re-product-item__quick-select-input:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-55%) rotate(45deg);width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0}.re-product-item__quick-select-input:checked:hover{background:#0050c7;border-color:#0050c7}.re-product-item__quick-select-input:focus{outline:none;box-shadow:0 0 0 3px #0c63e233}.re-product-item__quick-select-input:checked:focus{box-shadow:0 0 0 3px #0c63e24d}.re-product-item__variants--arrow{display:flex;position:relative;width:100%}.re-product-item__variants-select{width:100%;padding:0 8px 0 0;margin:0;-webkit-appearance:none;appearance:none;border:none;background:transparent;font-size:1.15rem;color:#222;height:auto;line-height:1.3;white-space:normal;overflow-wrap:break-word}@media (max-width: 768px){.rp-widget{max-width:100%;padding:16px}.rp-modal{padding:10px}.rp-modal__content{max-height:90vh}.rp-modal__scroll-area{max-height:calc(90vh - 200px)}.rp-modal__footer{padding:12px 16px;gap:12px}.rp-modal__footer-info{gap:6px}.rp-modal__total-items,.rp-modal__total-price,.rp-modal__price-value{font-size:16px}.rp-modal__original-price,.rp-modal__original-price-value{font-size:13px}.rp-modal__add-btn{min-width:100px;padding:8px 16px;font-size:13px;height:36px}.re-product-item__variants--custom{max-width:100%}.re-product-item__variants-selected-text{font-size:13px}.re-product-item__variants-options{max-height:120px}.re-product-item__variants-option{padding:10px 12px;font-size:13px;min-height:36px}.rp-product-item-selected-info{padding:6px 10px;gap:6px}.rp-selected-info-title{font-size:11px;max-width:120px}.rp-selected-info-quantity{font-size:10px;padding:1px 4px}}@media (max-width: 768px){.re-product-item{padding:8px;gap:6px;margin-bottom:8px}.re-product-item__title h6{font-size:14px}.re-product-item__title span{font-size:12px}.re-product-item__price{margin:.3rem 0;font-size:13px}.re-product-item__description{font-size:12px;margin:.3rem 0}.re-product-item__quantity--custom{min-width:70px}.re-product-item__quantity-input{min-width:24px;font-size:13px;font-weight:500}.re-btn--add-to-cart--custom{padding:5px 0;font-size:12px;font-weight:500}.re-product-item__variants--custom{min-height:32px}.rp-product-item-selected-info{padding:6px 8px}.rp-selected-info-title{font-size:11px;line-height:1.2;max-width:100px}.re-product-item__image{width:70px;height:80px}}.re-product-item__quantity-input{min-width:20px;text-align:center;-moz-appearance:textfield}.re-product-item__quantity-input::-webkit-outer-spin-button,.re-product-item__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.re-quantity-btn--custom{padding:0 4px;display:flex;align-items:center;justify-content:center;min-width:18px;min-height:18px}#rp-main-checkbox-{pointer-events:none;accent-color:#000}.rp-widget__selected-items{margin-top:12px;padding:12px;background:#f5f5f5;border-radius:8px;max-width:100%;width:100%;overflow:hidden;box-sizing:border-box}.rp-widget__selected-header{margin-bottom:8px}.rp-widget__selected-count{font-size:12px;color:#666;font-weight:500}.rp-widget__selected-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;overflow-x:hidden}.rp-widget__selected-list::-webkit-scrollbar{width:6px}.rp-widget__selected-list::-webkit-scrollbar-track{background:#e0e0e0;border-radius:3px}.rp-widget__selected-list::-webkit-scrollbar-thumb{background:#999;border-radius:3px}.rp-widget__selected-list::-webkit-scrollbar-thumb:hover{background:#666}.rp-widget__selected-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#fff;border-radius:6px;min-width:0;width:100%;box-sizing:border-box}.rp-widget__selected-item-title{display:flex;align-items:center;gap:8px;flex:1;font-size:11px;color:#333;min-width:0;max-width:100%;overflow:hidden}.rp-widget__selected-item-title span:not(.variant-color-swatch){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;max-width:100%}.rp-widget__selected-item-quantity{font-size:11px;color:#666;margin:0 8px;flex-shrink:0}.rp-widget__selected-item-delete{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s;flex-shrink:0}.rp-widget__selected-item-delete:hover{opacity:1}.rp-explore-btn{display:inline-flex;align-items:center;gap:4px}@media (max-width: 768px){.re-product-item__quick-select-input{top:8px;left:8px;width:18px;height:18px}.rp-widget__selected-items{padding:10px}.rp-widget__selected-item{padding:6px 8px}.rp-widget__selected-item-title,.rp-widget__selected-item-quantity{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/134/assets/recommend-product-v1.css.map */
