.rk-product-compare{position:relative;width:100%;background:var(--rk-comp-bg);overflow:hidden}.rk-comp__container{position:relative;max-width:1600px;margin:0 auto;padding:0 24px;z-index:1}.rk-comp__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.rk-comp__bg-image img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}.rk-comp__bg--ken-burns img{animation:rkCompKenBurns 20s ease-in-out infinite alternate}@keyframes rkCompKenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.15) translate(-3%,-3%)}}.rk-comp__bg--zoom-in img{animation:rkCompZoomIn 1.5s ease-out forwards}@keyframes rkCompZoomIn{0%{transform:scale(1.2);opacity:0}to{transform:scale(1);opacity:1}}.rk-comp__bg--zoom-out img{animation:rkCompZoomOut 1.5s ease-out forwards}@keyframes rkCompZoomOut{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.rk-comp__bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,var(--rk-comp-bg-overlay));pointer-events:none}.rk-comp__bg-image--mobile{display:none}@media(max-width:768px){.rk-comp__bg-image--mobile{display:block}.rk-comp__bg-image--desktop{display:none}}.rk-comp__stitching{position:absolute;left:0;width:100%;height:3px;z-index:2;background-image:repeating-linear-gradient(90deg,var(--rk-comp-accent) 0,var(--rk-comp-accent) 10px,transparent 10px,transparent 20px);opacity:.3}.rk-comp__stitching--top{top:20px}.rk-comp__stitching--bottom{bottom:20px}.rk-comp__header{text-align:center;margin-bottom:60px}.rk-comp__subheading{display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--rk-comp-accent);margin-bottom:12px}.rk-comp__heading{font-size:clamp(32px,5vw,48px);font-weight:700;color:var(--rk-comp-heading);margin:0 0 16px;line-height:1.2}.rk-comp__description{font-size:clamp(14px,1.5vw,16px);color:var(--rk-comp-section-text);max-width:600px;margin:0 auto;line-height:1.6}.rk-comp__table-wrapper{background:var(--rk-comp-table-bg);border-radius:16px;box-shadow:0 8px 24px #00000014;overflow:hidden;margin-bottom:32px}.rk-comp__table-scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.rk-comp__table-scroll::-webkit-scrollbar{height:8px}.rk-comp__table-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.rk-comp__table-scroll::-webkit-scrollbar-thumb{background:var(--rk-comp-accent);border-radius:4px}.rk-comp__table-scroll::-webkit-scrollbar-thumb:hover{background:#7c3aed}.rk-comp__table{width:100%;border-collapse:separate;border-spacing:0;min-width:800px}.rk-comp__thead{background:var(--rk-comp-header-bg);position:relative;z-index:10}.rk-product-compare[data-sticky-header=true] .rk-comp__thead--sticky{position:sticky;top:0;z-index:100;box-shadow:0 4px 12px #0000001a}.rk-comp__thead th{padding:0;border-bottom:2px solid var(--rk-comp-table-border);vertical-align:top}.rk-comp__label-col{width:180px;min-width:180px;background:var(--rk-comp-label-bg);color:var(--rk-comp-label-text);font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:24px 20px;position:sticky;left:0;z-index:11;border-right:2px solid var(--rk-comp-table-border);vertical-align:middle;display:flex;align-items:center;justify-content:center}.rk-comp__label-col>*{display:flex;align-items:center;justify-content:center;min-height:100%}.rk-comp__product-col{width:250px;min-width:250px;text-align:center}.rk-comp__product-header{padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}.rk-comp__product-image{position:relative;width:180px;height:180px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.rk-comp__product-image:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.rk-comp__product-image a{display:block;width:100%;height:100%}.rk-comp__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rk-comp__product-image:hover img{transform:scale(1.05)}.rk-comp__product-image svg{width:100%;height:100%;opacity:.2}.rk-comp__badge{position:absolute;top:12px;right:12px;padding:6px 12px;background:var(--rk-comp-accent);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:20px;z-index:2}.rk-comp__product-title{font-size:16px;font-weight:600;color:var(--rk-comp-header-text);margin:0;line-height:1.4;min-height:44px;display:flex;align-items:center;justify-content:center}.rk-comp__product-title a{color:inherit;text-decoration:none;transition:color .3s ease}.rk-comp__product-title a:hover{color:var(--rk-comp-accent)}.rk-comp__product-price{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.rk-comp__price--regular{font-size:22px;font-weight:700;color:var(--rk-comp-header-text)}.rk-comp__price--sale{font-size:22px;font-weight:700;color:#ef4444}.rk-comp__price--compare{font-size:16px;color:#999;text-decoration:line-through}.rk-comp__tbody .rk-comp__row{transition:background-color .2s ease}.rk-comp__tbody .rk-comp__row:nth-child(2n){background:var(--rk-comp-row-even)}.rk-comp__tbody .rk-comp__row:hover{background:var(--rk-comp-row-hover)}.rk-comp__tbody td{padding:20px;border-bottom:1px solid var(--rk-comp-table-border);vertical-align:middle}.rk-comp__label{background:var(--rk-comp-label-bg);font-weight:600;color:var(--rk-comp-label-text);position:sticky;left:0;z-index:5;border-right:2px solid var(--rk-comp-table-border)}.rk-comp__label-text{display:flex;align-items:center;gap:8px;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.rk-comp__value{text-align:center;font-size:15px;color:var(--rk-comp-table-text);line-height:1.6}.rk-comp__check{color:#10b981;font-weight:600}.rk-comp__cross{color:#ef4444;font-weight:600}.rk-comp__na{color:#d1d5db;font-size:24px}.rk-comp__certified{display:inline-block;padding:6px 14px;background:#10b981;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:20px}.rk-comp__row--actions{background:var(--rk-comp-header-bg)!important;border-top:2px solid var(--rk-comp-table-border)}.rk-comp__row--actions td{padding:24px 20px;border-bottom:none}.rk-comp__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:var(--rk-comp-button-bg);color:var(--rk-comp-button-text);border:none;border-radius:50px;font-size:14px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.rk-comp__button:hover{background:var(--rk-comp-button-hover-bg);color:var(--rk-comp-button-hover-text);transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf64d}.rk-comp__button svg{width:16px;height:16px;transition:transform .3s ease}.rk-comp__button:hover svg{transform:translate(4px)}.rk-comp__button--disabled{background:#e5e5e5;color:#999;cursor:not-allowed;pointer-events:none}.rk-comp__helper{text-align:center;padding:20px;background:#8b5cf61a;border-radius:12px;margin-top:24px}.rk-comp__helper p{font-size:14px;color:var(--rk-comp-section-text);margin:0;line-height:1.6}[data-rk-aos].rk-aos-init{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}[data-rk-aos].rk-aos-animate{opacity:1;transform:translateY(0)}@media(max-width:1024px){.rk-comp__product-col{width:220px;min-width:220px}.rk-comp__product-image{width:160px;height:160px}.rk-comp__product-title{font-size:15px}.rk-comp__price--regular,.rk-comp__price--sale{font-size:20px}}@media(max-width:768px){.rk-comp__container{padding:0 16px}.rk-comp__header{margin-bottom:40px}.rk-comp__table-wrapper{border-radius:12px}.rk-comp__table{min-width:700px}.rk-comp__label-col{width:140px;min-width:140px;padding:16px 12px;font-size:13px}.rk-comp__product-col{width:180px;min-width:180px}.rk-comp__product-header{padding:16px 12px;gap:12px}.rk-comp__product-image{width:120px;height:120px}.rk-comp__product-title{font-size:13px;min-height:36px}.rk-comp__price--regular,.rk-comp__price--sale{font-size:16px}.rk-comp__price--compare{font-size:13px}.rk-comp__tbody td,.rk-comp__label{padding:14px 12px}.rk-comp__label-text{font-size:12px}.rk-comp__value{font-size:13px}.rk-comp__button{padding:12px 16px;font-size:12px}.rk-comp__stitching{display:none}.rk-comp__helper{padding:16px;font-size:13px}}@media(max-width:480px){.rk-comp__table{min-width:600px}.rk-comp__label-col{width:120px;min-width:120px;padding:12px 10px;font-size:12px}.rk-comp__product-col{width:150px;min-width:150px}.rk-comp__product-image{width:100px;height:100px}.rk-comp__product-title{font-size:12px}.rk-comp__badge{font-size:9px;padding:4px 8px}.rk-comp__tbody td{padding:12px 10px}.rk-comp__value{font-size:12px}.rk-comp__certified{font-size:10px;padding:4px 10px}}@media print{.rk-comp__stitching,.rk-comp__bg-image,.rk-comp__helper{display:none}.rk-comp__table-wrapper{box-shadow:none;border:1px solid #ddd}.rk-comp__table{min-width:100%}.rk-comp__button{display:none}.rk-comp__product-image{width:120px;height:120px}.rk-comp__thead,.rk-comp__label{position:static}.rk-comp__tbody .rk-comp__row{page-break-inside:avoid}}@media(prefers-reduced-motion:reduce){.rk-comp__product-image,.rk-comp__product-image img,.rk-comp__button,.rk-comp__bg-image img,[data-rk-aos]{animation:none!important;transition:none!important}[data-rk-aos]{opacity:1!important;transform:none!important}.rk-comp__button:hover,.rk-comp__product-image:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/rk-product-compare.css.map */
