body.page-template-page-product-comparison:before {
    content:"";
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:400px;
    transform:translateY(-400px);
    transition:all 300ms ease;
    background:rgba(255,255,255,0.8);
    z-index: 9999;
}
body.page-template-page-product-comparison.stuck:before {
    transform:translateY(-310px);
}
body.page-template-page-product-comparison.stuck.stuckier:before {
    transform: translateY(-215px);
}
.trend-product-comparison .comparison-grid {
    position:relative;
}
.trend-product-comparison .comparison-grid:before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:transparent;
    background-image:url('/wp-content/themes/trend-networks/assets/images/trend-loader.svg');
    background-size: 50px;
    background-position: center 8rem;
    background-repeat:no-repeat;
    backdrop-filter: blur(0px);
    pointer-events:none;
    opacity:0;
    transition:all 500ms ease;
}
.trend-product-comparison .comparison-grid.loading:before {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
        z-index: 9999;
    pointer-events:auto;
    opacity:1;
}
.trend-product-comparison .comparison-grid .comparison-row {
    padding:3rem 0;
}
.trend-product-comparison .comparison-grid .comparison-group.grouped-data {
    padding:4rem 0;
}
.trend-product-comparison .comparison-grid .comparison-row:nth-child(odd),
.trend-product-comparison .comparison-grid .comparison-group:nth-child(odd){
    background:#F8F9FB;
}
.trend-product-comparison .comparison-grid .comparison-row.comparison-header {
    background:transparent !important;
}
.trend-product-comparison .comparison-grid .comparison-row.comparison-header .inner{
    gap:1rem;
}
.trend-product-comparison .comparison-grid .comparison-row .inner {
    display:grid;
    gap:3rem;
    grid-template-columns:repeat(2, 1fr);
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-section-title,
.trend-product-comparison .comparison-grid .comparison-row .comparison-label {
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.trend-product-comparison .comparison-grid .comparison-section-title h3,
.trend-product-comparison .comparison-grid .comparison-label h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform:none;
    border-bottom:1px solid #E9ECF3;
    padding-bottom:1.5rem;
    margin-bottom:1.5rem;
    width:100%;
    line-height: 1.2;
}
.trend-product-comparison .comparison-grid .comparison-label h3 span {
    font-weight:300 !important;
    font-size: 20px;
    display:inline-block;
    padding-top:0.5rem;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-value {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-value:nth-child(3) {
    display:none;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-value p {
    text-align:center;
    max-width:420px;
    line-height: 1.5;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-value svg {
    width: 13px;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-value .trend-anyware-logo img {
    width:150px;
    margin:0 auto;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: flex-start;
    gap: 0.25rem;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info:nth-child(3) {
    display:none;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info h3 {
    font-size:20px;
    font-weight: 600;
    text-transform: none;
    padding: 0.25rem 0 0 !important;
    text-align:center;
    min-height:55px;
    line-height: 1.2;
    max-width: 450px;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-image {
    max-width:300px;
    height:60vw;
    width:100%;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-image img {
    object-fit:contain;
    width:100%;
    height:100%;
    object-position:center;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-sku {
    color:#244187;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-links {
    min-height:110px;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-links .fixed-wrap.stuck {
    position: fixed;
    top: 85px;
        z-index: 9999;
    width: 90% !important;
    margin: auto;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-price p {
    padding-bottom: 5px;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-price .woocommerce-Price-amount.amount {
    color:#FA9200;
    font-weight:500;
    font-size:20px;
    margin-right: 0.25rem;
}
.trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-price .woocommerce-Price-amount.suffix {
    color: v#7D7D7D;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    text-transform: uppercase;
}
.trend-product-comparison .comparison-grid .comparison-group.grouped-data .comparison-row {
    background:transparent !important;
    padding:0 !important;
}
.trend-product-comparison .entry-content {
    padding:4rem 0 3rem !important;
    background:#F8F9FB;
}
.trend-product-comparison .entry-content .inner-content {
    display:flex;
    flex-direction:column;
    gap:2rem;
    align-items:center;
    justify-content:center;
}
.trend-product-comparison .entry-content h1 {
    text-align: center;
    font-size: 28px;
     margin: 0;
    padding: 0;
    line-height: 1.1;
    max-width: 350px;
}
.trend-product-comparison .entry-content h2 {
    font-size: 18px;
}
.trend-product-comparison .entry-content h2 a {
    color:#FA9200;
    position:relative;
    line-height: 16px;
    display: block;
    margin-top: 10px;
}
.trend-product-comparison .entry-content h2 a:after {
    content: '\e900' !important;
    font-family: 'icomoon' !important;
    margin: auto 0 auto 7px;
    font-size: 16px;
    opacity: 1;
    color:#FA9200;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.trend-product-comparison .comparison-selectors {
    width: 100%;
    height:60px;
    transition:all 300ms ease;
}
.trend-product-comparison .comparison-selectors .fixed-wrap {
    width: 100%;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.trend-product-comparison .comparison-selectors .fixed-wrap.stuck {
    position: fixed;
    top: 16px;
        z-index: 99999;
    width: 90% !important;
    margin: auto;
}
.trend-product-comparison .comparison-selectors .compare-select-wrap {
    max-width: 540px;
    width:100%;
    position:relative;
    margin: 0 auto;
}
.trend-product-comparison .comparison-selectors .compare-select-wrap:after {
    content:"";
    position:absolute;
    right:1rem;
    top:0;
    bottom:0;
    margin:auto;
    width: 12px;
    height: 7px;
    background-image:url('/wp-content/themes/trend-networks/assets/images/select-arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat;
}
.trend-product-comparison .comparison-selectors select {
    color:#244187;
    font-size: 16px;
    font-weight: 500;
    width:100%;
    border-radius: 6px;
    border: 1px solid #E9ECF3;
    background: #ffffff;
    padding:0.75rem 1rem;
    margin: 0 auto;
}
.trend-product-comparison .comparison-selectors .compare-select-wrap:nth-child(3) {
    display:none;
}
@media screen and ( min-width:420px ) {
    .trend-product-comparison .entry-content h2 a {
        display: inline-block;
        margin-top: 0;
    }
}
@media screen and ( min-width:640px ) {
    .trend-product-comparison .entry-content h1 {
        font-size: 30px;
        max-width:100%;
    }
    .trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-image {
        height:50vw;
    }
    .trend-product-comparison .comparison-selectors select {
        padding:1rem 1.75rem;
    }
}
@media screen and ( min-width:768px ) {
    .trend-product-comparison .entry-content h1 {
        font-size: 34px;
    }
    .trend-product-comparison .comparison-grid .comparison-row .comparison-product-info h3 {
        font-size:22px;
        min-height:1px;
        padding: 0.25rem 0 1.25rem !important;
    }
    .trend-product-comparison .comparison-grid .comparison-section-title h3,
    .trend-product-comparison .comparison-grid .comparison-label h3 {
        font-size: 24px;
        margin-bottom:3rem;
    }
    .trend-product-comparison .comparison-grid .comparison-row .comparison-value .trend-anyware-logo img {
        width:180px;
    }
}
@media screen and ( min-width:1024px ) {
    .trend-product-comparison .comparison-grid .comparison-row .comparison-value:last-child,
    .trend-product-comparison .comparison-grid .comparison-row .comparison-product-info:last-child {
        display:flex;
    }
    .trend-product-comparison .comparison-selectors .fixed-wrap {
        grid-template-columns:repeat(3, 1fr);
    }
    .trend-product-comparison .comparison-grid .comparison-row .inner {
        grid-template-columns:repeat(3, 1fr);
    }
    .trend-product-comparison .comparison-selectors .compare-select-wrap:last-child {
        display:block;
    }
    .trend-product-comparison .entry-content h1 {
        font-size: 40px;
    }
    .trend-product-comparison .comparison-grid .comparison-row .comparison-product-info .comparison-product-image {
        height:550px;
    }
}
@media screen and ( min-width:1024px ) {
    .trend-product-comparison .comparison-selectors .fixed-wrap.stuck {
        top: 95px;
    }
    .trend-product-comparison .comparison-grid .comparison-row .comparison-product-links .fixed-wrap.stuck {
        top: 165px;
    }
    body.page-template-page-product-comparison.stuck.stuckier:before {
        transform: translateY(-130px);
    }
    body.page-template-page-product-comparison.stuck:before {
        transform:translateY(-235px);
    }
}

@media screen and ( min-width:1280px ) {
    .trend-product-comparison .entry-content h1 {
        font-size: 48px;
    }
}