/** Shopify CDN: Minification failed

Line 827:4 Unexpected "}"
Line 1479:9 Expected identifier but found whitespace
Line 1479:11 Unexpected "{"
Line 1479:20 Expected ":"
Line 1479:55 Unexpected "{"
Line 1479:64 Expected ":"
Line 1480:16 Expected identifier but found whitespace
Line 1480:18 Unexpected "{"
Line 1480:27 Expected ":"
Line 1480:48 Expected ":"
... and 1 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');


/* Heading and Paragraph */
h1, h2, h3, h4, h5, h6 { 
font-family: 'Funnel Display', sans-serif;
}


h1{
font-size: 70px;
    font-weight: 700;
    line-height: 70px;
      letter-spacing: -1px;
      color: #FFFFFF;
      text-transform: uppercase;
}

h2{
font-weight: 700;
    font-size: 50px;
    line-height: 60px;
  letter-spacing: -2px !important;
}

h3{
font-weight: 700;
    font-size: 40px;
    line-height: 30px;
}

h4{
font-weight: 700;
    font-size: 30px;
 
}


h5{
 
 
font-weight: 700;
font-size: 22px;
 
}

h6{
 
 
font-weight: 700;
font-size: 18px;
line-height: 26px;
}
p{
text-transform: capitalize;
font-size: 18px;
line-height: 26px;
color: #111111;
   font-family: 'Poppins';
}



/* End */


/* Button css  */
.global-btn {
background: #e71551;
    border: none;
    padding: 15px 30px;
    color: #fff;
    animation: popIn .6s ease-out forwards;
    animation-delay: 1.2s;
    clip-path: polygon(100% 0,100% 25%,100% 100%,calc(0% + 20px) 100%,0 calc(100% - 11px),0 0);
    transition: .5s;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Funnel Display;
    display: inline-block;

}

.global-btn:hover {
  background-color: #C2DE55;
  color: #111111;
}
.global-btn:hover {
    background-color: #C2DE55;
    color: #111111;
    clip-path: polygon(calc(100% - 20px) 0, 100% calc(0% + 13px), 100% 100%, 15% 100%, 0 100%, 0 0);
}
.newsletter-btn:hover {
clip-path: polygon(calc(100% - 20px) 0, 100% calc(0% + 13px), 100% 100%, 15% 100%, 0 100%, 0 0);
  background-color: #596AFE;
  color: black;
   
}

.newsletter__wrapper {
    height: 700px;
    align-content: center;
  background: #E71551;
}


.newsletter {
  position: relative;

    margin-top: -70px;
}

.newsletter__wrapper h2{

font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 70px;
text-align: center;
letter-spacing: -2.4px;
text-transform: uppercase;
color: #F2F2F2;
font-family: 'Funnel Display';


}

.newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    margin-top: 0px;
}

.newsletter__wrapper p{
  color: #F2F2F2;
  font-size: 14px;

}
/* Before SVG (top-left) */
.newsletter::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 120px;
  height: 120px;
  background-image: url('/cdn/shop/files/Group_28.svg?v=1752270102');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* After SVG (bottom-right) */
.newsletter::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 0px;
    width: 120px;
  height: 120px;
  background-image: url('/cdn/shop/files/Group_29_1.svg?v=1752270115');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

 

.newsletter-btn{
      position: absolute;
      right: -150px;
  background: #C2DE55;
border: none;
padding: 15px 50px;
color: black;
opacity: 1;
animation: popIn 0.6s ease-out forwards;
animation-delay: 1.2s;
    clip-path: polygon(100% 0,100% 25%,100% 100%,calc(0% + 20px) 100%,0 calc(100% - 11px),0 0);
transition: 0.5s;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-decoration: none;
text-transform: uppercase;
font-family: 'Funnel Display';
  
}

.global-btntwo{
  background: #C2DE55;
border: none;
padding: 15px 30px;
color: black;
opacity: 1;
animation: popIn 0.6s ease-out forwards;
animation-delay: 1.2s;
clip-path: polygon(100% 0,100% 25%,100% 100%,calc(0% + 20px) 100%,0 calc(100% - 11px),0 0);
transition: 0.5s;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-decoration: none;
text-transform: uppercase;
font-family: 'Funnel Display';
  
}

.global-btntwo:hover {
clip-path: polygon(calc(100% - 20px) 0, 100% calc(0% + 13px), 100% 100%, 15% 100%, 0 100%, 0 0);
  background-color: #596AFE;
  color: black;
   
}

/* End */

/* Header css */

header.header {
position: absolute;
width:1700px;
justify-self: center;
}


.header__menu-item span{
color:#fff;
}

.header__icon .svg-wrapper {
width: 44px;
height: 44px;
color: #E71551;
}


/* End */


.footer__blocks-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 30px;
}

.footer__blocks-wrapper > .footer-block:nth-child(1) {
  flex: 0 0 50%;
  max-width: 70%;
}

.footer__blocks-wrapper > .footer-block:nth-child(2),
.footer__blocks-wrapper > .footer-block:nth-child(3),
.footer__blocks-wrapper > .footer-block:nth-child(4) {
  flex: 0 0 50%;
  max-width: 10%;
      margin-top: 30px;
}

 
.footer-block {
  min-width: 200px;
}

 .footer-static-social a img {
  transition: 0.3s ease;
  opacity: 0.8;
}
.footer-static-social a img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.header-wrapper header.header {
    width: 100%;
    max-width: 1700px;
}
.header__menu-item {
    font-family: 'Poppins';
    font-size: 15px;
    padding: 0px 10px;
      font-weight: 300;
    text-decoration: none!important;
}
#HeaderMenu-deals.header__menu-item {
    font-weight: 700;
    color: #C2DE55;
}
#HeaderMenu-deals.header__menu-item span {
    color: #C2DE55;
}
.header__menu-item span {
    text-decoration: none!important;
}
.header__menu-item:hover span {
    color: #C2DE55;
}
.header__menu-item span {
    transition: 0.5s;
    color: #F2F2F2;
}
summary.header__icon.header__icon--search {
    display: none;
}
.header__icon .svg-wrapper svg {
    height: 28px!important;
    width: 28px!important;
}
.header__icon .svg-wrapper:hover svg path {
    fill: #C2DE55;
}
.header__icon .svg-wrapper svg path {
    transition: 0.5s;
}
.ready-to-ship-section {
        border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    margin-top: -70px;
    overflow: hidden;
}
.ready-to-ship-section .collection {
    padding-top: 130px;
}
.collection h2.title {
    font-size: 64px;
    font-family: Funnel Display,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    line-height: 64px;
}

.collection h2.title strong {
    font-weight: 700;
    color: #E71551;
}

.an-collection-header p {
    font-size: 18px;
}

.an-collection-header .row {
    align-items: center;
}

.collection-view-btn {
    text-align: right;
}

.collection slider-component {
    padding: 0px!important;
}

.collection__title.title-wrapper {
    padding: 0px 20px!important;
}
.card .card__inner .card__media {
    padding: 20px;
}

.card .card__inner .card__media img {
    max-width: calc(100% - 40px);
    height: auto;
    top: 50%;
    transform: translateY(-50%)!important;
}

.product-card-wrapper .card {
    border: none;
    padding: 7px;
}

.card__inner.color-scheme-2 {
    background: #F7F7FA;
}


.card .card__inner .card__media::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: white;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    top: 0px;
    left: 0px;
}

.card .card__inner .card__media::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: white;
    bottom: 0px;
    right: 0px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.an-collection-header .row {
    align-items: flex-end;
}

.an-collection-header p {
    margin-bottom: 0px;
      width: 549px;
}

.an-collection-header {
    margin-bottom: 50px;
}

.card__badge {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

.card__badge span {
    font-weight: 400;
}

.card__heading {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px!important;
    padding:0!important;
}

.card__information p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.price__regular {
    font-size: 42px;
    font-family: 'Funnel Display';
    line-height: 42px;
}

.price__regular span {
       font-weight: 700;
    color: #E71551;
    font-family: Funnel Display;
}

.card__information {
    padding-top: 28px;
}

.txt-con {
    font-size: 18px;
    font-family: 'Poppins';
    color: #7C7C7C !important;
}
.power-series-section .collection {
    padding-top: 0px;
}

.power-series-section .collection .collection__title.title-wrapper {
    border-top: 1px solid #C7C7C7;
    padding-top: 70px!important;
}

.power-series-section .collection {
    padding-bottom: 70px;
}

.card__heading:hover a {
    text-decoration: none!important;
    color: #E71551;
}

a {
    transition: 0.5s;
}
.peripherals-slider-wrap.slider .peripheral-item {
    padding: 0px;
}
.peripherals-slider-wrap.slider .peripheral-item p {
    margin-bottom: 0px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}
.peripherals-slider-wrap.slider .slick-arrow {
    margin: 0px;
    bottom: -110px;
    top: auto;
    left: calc(50% - 70px);
    background-image: url(/cdn/shop/files/Subtract_6.png);
    background-size: 100% 100%;
}
.peripherals-slider-wrap.slider .slick-arrow.slick-next {
    left: calc(50% + 10px);
    background-image: url(/cdn/shop/files/Subtract_6.png);
    background-size: 100% 100%;
}
.peripherals-slider-wrap.slider .slick-arrow {
    border-radius: 0px;
    width: 66px;
    height: 55px;
    border: none;
    background-image: url(/cdn/shop/files/Subtract_5.png);
    background-size: 100% 100%;
    transition: 0.5s;
    transform: none;
}
.peripherals-slider-wrap.slider .slick-arrow:hover {
    transform: scale(1.1);
}
.Peripherals-slider {
    height: auto;
    padding-top: 100px !important;
    padding-bottom: 230px!important;
}
/* .global-info:after {
    content: "";
    position: absolute;
    left: -5%;
    width: 110%;
    height: 100%;
    background-color: #c2ec3c;
    z-index: 0;
    top: 0px;
    transform: rotate(1deg);
}
.global-info:before {
    content: "";
    position: absolute;
    background: #E71551;
    width: 110%;
    height: 100%;
    z-index: 1;
    top: 0px;
    transform: rotate(-0.8deg);
    left: -5%;
}
.global-info{
    position:relative;
    z-index: 1;
  color: white;
  height: 200px;
   align-content: center;
}
.global-info .row.text-white.text-center.justify-content-center.align-items-center {
    z-index: 9;
    position: relative;
        padding: 0px 20px;
} */
body {
    overflow-x: hidden;
}
.peripherals-slider-wrap.slider .peripheral-item a {
    text-decoration: none;
}
.trust-powergpu-headingtwo {
    line-height: 50px;
}

.trust-powergpu-bottom-row {
    align-items: center;
}

.trust-powergpu-right-feature h5 {
    font-size: 18px;
}

.trust-powergpu-right-box-container p {
    font-size: 16px;
}
.home-pay-later {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    margin-bottom: -70px;
    position: relative;
    z-index: 11;
}
.home-testimonials {
    padding-top: 170px!important;
    height: auto;
}
.trust-powergpu-top-row {
    margin-bottom: 100px;
}

.swiper-line-indicator {
    display: block!important;
  transition: width 0.3s ease!important;
}
.swiper-line-indicator::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e71551;
    right: 0;
    top: -4px;
}

.swiper-pagination-line {
    overflow: visible;
}
/* .global-btntwo:hover {
 
        clip-path: polygon(86% 0, 100% 26%, 100% 100%, 15% 100%, 0 100%, 0 0);
} */
 
.global-btntwo {
    animation: popIn .6s ease-out forwards;
    animation-delay: 1.2s;
 
    transition: .5s;  
    display: inline-block;
}
.home-testimonials {
    padding-bottom: 130px !important;
}
.newsletter__wrapper .newsletter-form {
    max-width: 600px;
}

.newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper {
    max-width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .newsletter-btn {
    position: relative;
    right: 0px;
    width: 220px;
}
.an-top-bar-section {
    opacity: 0;
    transition: 0.5s cubic-bezier(1, 0.03, 0, 1.02) all;
}
.banner-load  .an-top-bar-section {
    opacity:1;
   
}
.shopify-section-group-header-group {
    background: #121212;
    margin-bottom: -1px;
}


.header-wrapper {
    position: relative;
    top: -400px;
    transition: 0.5s cubic-bezier(1, 0.03, 0, 1.02) all;
}
.banner-load  .header-wrapper {
  top: 0px
}
.hero-title {
    transition: 0.5s cubic-bezier(1, 0.03, 0, 1.02) all;
    position: relative;
    left: -1500px;
    opacity: 0;
}

.hero-desc {
    transition: 0.5s cubic-bezier(1, 0.03, 0, 1.02) all;
    position: relative;
    top: 500px;
    transition-delay: 0.5s;
}

.home-hero-left .rating-btn-wrapper {
    position: relative;
    opacity: 0!important;
    transition: 0.5s;
    transition-delay: 1s;
}

.hero-image {
    transition: 0.5s;
    transition-delay: 1.2s;
    opacity: 0;
}

.pixel-left {
    transition: 0.5s!important;
    transform: translateX(-200px)!important;
    opacity: 0!important;
    transition-delay: 1.5s!important;
}

.pixel-right {
    transition: 0.5s!important;
    transform: translateX(200px) !important;
    opacity: 0 !important;
    transition-delay: 1.5s!important;
}
.banner-load .pixel-right, .banner-load .pixel-left{
  transform: translateX(0px) !important;
  opacity: 1 !important;
}
.banner-load .hero-image,.banner-load .home-hero-left .rating-btn-wrapper {
  opacity: 1 !important;
}
.banner-load .hero-desc{
  top: 0px;
  opacity: 1!important;
}
.banner-load .hero-title{
  left: 0px;
  opacity: 1!important;
}


.hero-rating-box small {
   
    color: #D1CACA !important;
}


/* .header__inline-menu ul.list-menu--inline > li:first-child span {
  color: #c2de55;
} */

a.header_icon-wishlist {
    align-content: center;
   order: 2;
      padding: 0 10px;
}

.header__icon, .header__icon--cart .icon {
   
    order: 1;
}

.header__icon--cart {
  
    order: 3;
}


/* .global-info h6 {
     
    color: #F2F2F2;
    text-transform: uppercase;
} */

.header_icon-wishlist:hover svg path {
    fill: #C2DE55;
}

.choose-your-prebuilt .content h2 {
    
    color: #F2F2F2;
}

.home-testimonials-avatar-bottom p {
    color: #D1CACA;
}


h2.home-testimonials-heading {
   
    color: #F2F2F2;
}

.newsletter__subheading p {
letter-spacing:0px;
    color:#F2F2F2;
}

.hero-rating-box small {
     
    font-family: 'Poppins';
}

.home-testimonials-toptxt p{
   font-family: 'Poppins';
}


p {
    letter-spacing: 0.5px;
}




/* Resources page css */
    .resources-second-section {
      background: linear-gradient(to bottom, #ffffff, #ffffff);
      color: #111111;
      text-align: center;
          padding: 70px 0px 30px;
              border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: -50px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
    }
    .resources-second-section h2 {
      font-weight: 700;
      text-transform: uppercase;
    }
    .resources-second-section .highlight {
      color: #E71551;
    }
    .resources-second-section .subtext {
      max-width: 520px;
      margin: auto;
      font-size: 14px;
      color: #111111;
     padding-bottom: 50px;
    }
  .resources-second-section  .wallpaper-card {
 
         border-radius: 0px;
    margin-bottom: 60px;
    text-align: left;
    }
 .resources-second-section   .wallpaper-card img {
      width: 100%;
      border-radius: 0px;
      margin-bottom: 30px;
    }
    .resolution-links a {
   
         padding: 10px 30px 0px 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #E71551;
   text-decoration: none;

    }

    .resources-second-section  .wallpaper-card img{

    clip-path: polygon(7% 0, 80% 0%, 100% 0, 100% 87%, 92% 100%, 0 100%, 0% 80%, 0 12%);

}

.resolution-links {
    padding-top: 10px;
}

.wallpaper-card img{

        transition: all 800ms ease;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
}

.wallpaper-card img:hover{
   transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.2) scaleY(1.1);
}


 .wallpaper-card  {

        overflow:hidden;
}





 
/* end */


/* Partnership page css */




 
.partnership-box-section { 
  padding: 60px 0 100px; 
}

/* white rounded panel */
.partnership-box-section .partnership-box-section__panel{
  background: #ffffff;
  border-radius: var(--pbs-panel-radius, 24px); /* optional CSS var fallback */
  padding: 32px 0 40px;
  margin: 0 auto;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}

/* stats grid */
.partnership-box-section .partnership-box-section__stats{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.partnership-box-section .partnership-box-section__card{
  background: #f5f5f7;
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
  height: 250px;
  align-content: center;
}

.partnership-box-section .partnership-box-section__value{
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  color: #E71551;
}

.partnership-box-section .partnership-box-section__label{
  margin-top: 6px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #111111;
}

/* CTA */
.partnership-box-section .partnership-box-section__cta{
  text-align: center;
  margin-top: 50px;
}

/* small tweaks */
.partnership-box-section .counter-suffix{ 
  margin-left: -8px; 
}

/* (duplicate safety) */
.partnership-box-section .partnership-box-section__card { 
  height: 250px; 
  align-content: center; 
}

/* --- Optional responsive tweaks --- */
@media (max-width: 991px){
  .partnership-box-section .partnership-box-section__stats{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px){
  .partnership-box-section .partnership-box-section__stats{
    grid-template-columns: 1fr;
  }
  .partnership-box-section .partnership-box-section__value{
    font-size: 36px;
    line-height: 40px;
  }
}





.partnership-logo-section {
  position: relative;
  background: #E71551;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  z-index: 1;
  overflow: hidden;
      height: 350px;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  align-content: center;
  margin-bottom: -30px;
}

.partnership-logo-section::before,
.partnership-logo-section::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 100%;
  background: #bbdf5c;
  left: 0;
  z-index: -1;
}

.partnership-logo-section::before {
  top: -25px;
  left: -30px;
  transform: rotate(177deg);
}

.partnership-logo-section::after {
  bottom: -30px;
  left: 10px;
  transform: rotate(177deg);
}

.partner-logo {
    max-height: 100%;
    margin: 0 20px;
}

.partnership-heading {
  text-align: center;
}
.partnership-subheading {
     font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #F2F2F2;
  margin-bottom: 10px;
}
.partnership-heading h1 {
      margin: 10px 70px 20px;
}
.partnership-description {
 
  color: #F2F2F2;
}
 
.partnership-svg {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}

.partnership-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.partnership-description {
    color: #F2F2F2;
    font-size: 16px;
    width: 91%;
}


.partnership-box-section {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    margin-top: -60px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.partnership_legacy_txt img {
    width: 100%;
    border-radius:40px;
    border: 1px solid #6D6B6B;
}

.partnership_legacy_txt h4 {

font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 26px;
leading-trim: both;
text-align: center;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #F2F2F2;
margin: 30px 0px;
}

.partnership_legacy_txt p{
    color:#F2F2F2;
    font-size: 17px;
}

.partnership_legacy_main {
    padding: 100px 0px 150px;
}

.partnership_legacy_heading{
   margin-bottom: 70px;
}

.partnership_legacy_heading h2 {
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    letter-spacing: -2.4px;
    text-transform: uppercase;
    color: #F2F2F2;
}
/* end */


/* Finance page css */



.finance-affirm-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

.finance-affirm-paragraph {
  margin-top: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #F2F2F2;
  width: 650px;
}

.request-bgsvg {
  position: absolute;
  top: -32px;
  right: -30px;
  width: 150px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.finance-affirm-row { position: relative; z-index: 1; place-items: center; }
.finance-affirm-title { padding-bottom: 15px; }



.finance-affirm-section {
  text-align: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  height: 330px;
  position: relative;
  padding-top: 60px;
}

.finance-affirm-section:before {
  content: '';
  background: url(//nymsvx-m5.myshopify.com/cdn/shop/files/Container_1_2.png?v=1752100959&width=1500) center / cover no-repeat;
  width: 110%;
  height: 100%;
  z-index: 1;
  top: 0;
  transform: rotate(-2.4deg);
  left: -5%;
  position: absolute;
}

.finance-affirm-section:after {
  content: '';
  background: #E71551;
  position: absolute;
  left: -5%;
  width: 110%;
  height: 100%;
  z-index: 0;
  top: 0;
  transform: rotate(1deg);
}

.finance-affirm-section .container { position: relative; z-index: 2; }

.finance-affirm-title { /* unused now but kept as-is */ 
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 42px;
  color: #F2F2F2;
  font-weight: 300;
}

 
.finance-heading {
  text-align: center;
}
.finance-subheading {
     font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #F2F2F2;
  margin-bottom: 10px;
}
.finance-heading h1 {
      margin: 10px 70px 20px;
}
.finance-description {
 
  color: #F2F2F2;
}
.highlight {
  color: var(--highlight-color);
}
.finance-svg {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}

.finance-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.finance-description {
    color: #F2F2F2;
    font-size: 16px;
    width: 62%;
}

  .finance_pay_play_section .section-heading { font-weight:700; font-size:2rem; line-height:1.2; }
  .finance_pay_play_section .section-subtext { font-size:1rem; color:#555; }
  .finance_pay_play_section .feature-box { 
    background: #f5f5f5;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .06);
    height: 250px;
    align-content: center;
    text-align: center;
    padding: 50px 40px;

}
  .finance_pay_play_section .icon-box img { display:inline-block; vertical-align:middle; }
  .finance_pay_play_section .note-text { font-size:.95rem; color:#666; }


.finance_pay_play_section {
border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    margin-top: -60px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.finance_pay_seoundrow h4 {
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #111111;
    
}

.finance_pay_thirdrow p {
    padding: 50px 0px;
    text-align: center;
    color:#7C7C7C;
    font-size: 14px;
}

.finance_pay_seoundrow {
    padding: 50px 0px;
    gap: 10px;
    flex-flow: nowrap;
}

.finance_pay_firstrow h2 {
    text-transform: uppercase;
}




.financing_gamingpc-section .fgp-image{
  position: relative;
  display: inline-block;
  line-height: 0;
}

/* TOP overlay */
.financing_gamingpc-section .fgp-image::before{
  content: "";
  position: absolute;
      top: -35px;
    left: 40%;
  transform: translateX(-50%);
  width: clamp(80px, 18vw, 220px);
  height: clamp(80px, 18vw, 220px);
  background: url(/cdn/shop/files/Group_29.svg?v=1752106039) no-repeat center / contain;
  pointer-events: none;
  z-index: 1;
}

/* RIGHT overlay */
.financing_gamingpc-section .fgp-image::after{
  content: "";
  position: absolute;
  top: 77%;
  right: -12px;   
  transform: translateY(-50%);
  width: clamp(70px, 16vw, 200px);
  height: clamp(70px, 16vw, 200px);
  background: url(/cdn/shop/files/Group_27_1.svg?v=1752106008) no-repeat center / contain;
  pointer-events: none;
  z-index: 1;
}



.financing_gamingpc-section .fgp-image img {
    z-index: 2;
    position: relative;
}


/* Base card style */
.finance_pay_play_section .finance_pay_seoundrow .feature-box{
  background: #F5F5F5;
  color: #111111;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 24px 20px;
  transition: 
    transform .25s ease,
    box-shadow .25s ease,
    background-color .25s ease,
    color .25s ease;
  will-change: transform;
}

/* Text smooth transition */
.finance_pay_play_section .finance_pay_seoundrow .feature-box h4,
.finance_pay_seoundrow .feature-box p{
  transition: color .25s ease;
}

/* Hover / focus lift + color swap */
.finance_pay_seoundrow .feature-box:hover,
.finance_pay_seoundrow .feature-box:focus-within{
  transform: translateY(-6px);
  background: #000000;
  color: #ffffff; 
  box-shadow: 0 14px 28px rgba(0,0,0,.18), 0 8px 12px rgba(0,0,0,.08);
}

/* Ensure headings & paragraphs turn white */
.finance_pay_seoundrow .feature-box:hover h4,
.finance_pay_seoundrow .feature-box:hover p,
.finance_pay_seoundrow .feature-box:focus-within h4,
.finance_pay_seoundrow .feature-box:focus-within p{
  color: #ffffff;
}


/* .finance_pay_seoundrow .feature-box:hover .icon-box img,
.finance_pay_seoundrow .feature-box:focus-within .icon-box img{
  filter: invert(1);
} */

/* Optional: better pointer */
.finance_pay_seoundrow .feature-box{ cursor: default; }
.finance_pay_seoundrow .feature-box:hover{ cursor: pointer; }

/* Reduced motion users */
@media (prefers-reduced-motion: reduce){
  .finance_pay_seoundrow .feature-box,
  .finance_pay_seoundrow .feature-box h4,
  .finance_pay_seoundrow .feature-box p{
    transition: none;
  }
}

.financing_gamingpc-section {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    margin-bottom: -20px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 1;
}


.finance-affirm-paragraph p {

font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 26px;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #F2F2F2;


}

.finance-affirm-paragraph p a {

 text-decoration:none;
color: #F2F2F2;


}


.finance-affirm-paragraph p a:hover {

 text-decoration:none;
color: #e71551;


}

/* end */


/* Creator program about css */


 
.creator-program-about-section {
  padding: 100px 0 40px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff;
  margin-top: -80px;
}

/* card */
.creator-program-about-section .cpa-card {
  position: relative;
  background: #fff;
  border: {{ section.settings.border_width }}px solid {{ section.settings.border_color }};
  border-radius: {{ section.settings.radius }}px;
  overflow: hidden;
}

/* image area */
.creator-program-about-section .cpa-image {
  position: relative;
  align-items: flex-start;
  margin: 0 auto;
  display: inline-block;
  line-height: 0;
}

.creator-program-about-section .cpa-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

/* decorative blob behind image */
.creator-program-about-section .cpa-image::after{
  content: "";
  position: absolute;
  top: 27%;
  left: -30px;
  transform: translateY(-50%);
  width: clamp(70px, 16vw, 200px);
  height: clamp(70px, 16vw, 200px);
  background: url(/cdn/shop/files/Group_27_1.svg?v=1752106008) no-repeat center / contain;
  pointer-events: none;
  z-index: 1;
}

/* layout + heading */
.creator-program-about-main {
  flex-flow: row-reverse;
}

.creator-program-about-main h2.cpa-title {
  text-transform: uppercase;
}

/* title logo */
.creator-program-about-section .cpa-title-logo { 
  margin-bottom: 10px; 
}

.creator-program-about-section .cpa-title-logo img {
  height: auto;
  display: block;
}

/* SVG decoration blocks */
.creator-program-about-section .cpa-svg { 
  position: absolute; 
  pointer-events: none; 
}
.creator-program-about-section .cpa-svg svg,
.creator-program-about-section .cpa-svg img { 
  width: 100%; 
  height: 100%; 
  display: block; 
}

/* --------- Responsive (optional) --------- */
@media (max-width: 991px){
  .creator-program-about-section { 
    padding: 70px 0 110px; 
  }
}

@media (max-width: 575px){
  .creator-program-about-section { 
    padding: 50px 0 90px; 
    margin-top: -40px;
  }
}


.creator-perks-image img {
  max-width: 100%;
  border-radius: 8px;
}
.creator-perks-content h2 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -2.4px;
    text-transform: uppercase;
    color: #111111;

}
.perks-description {
     margin-bottom: 20px;
    color: #111111;
    font-size: 16px;
}
.perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.perks-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom:1px solid #c7c7c7;
  
}
.perk-icon {
  width: 20px;
  height: 20px;
}

.creator-program-heading {
  text-align: center;
}
.creator-program-subheading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #F2F2F2;
  margin-bottom: 10px;
}
.creator-program-heading h1 {
  margin: 10px 70px 20px;
}
.creator-program-description {
  color: #F2F2F2;
}
.creator-program-highlight {
  color: var(--highlight-color);
}
.creator-program-svg {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.creator-program-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.creator-program-description {
  color: #F2F2F2;
  font-size: 16px;
  width: 62%;
  margin-bottom: 30px;
}

.creator-prebuiltpc-section {
  position: relative;
  background: #E71551;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  z-index: 1;
  overflow: hidden;
  height: 350px;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  align-content: center;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -40px;
}

.creator-prebuiltpc-section::before,
.creator-prebuiltpc-section::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 100%;
  background: #bbdf5c;
  left: 0;
  z-index: -1;
}

.creator-prebuiltpc-section::before {
  top: -25px;
  left: -30px;
  transform: rotate(177deg);
}

.creator-prebuiltpc-section::after {
  bottom: -30px;
  left: 10px;
  transform: rotate(177deg);
}

.creator-prebuiltpc-section h2 {
   
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    color: #F2F2F2;
    width: 60%;
padding-bottom: 20px;
    text-transform: uppercase;
}





.page-width.section-template--17674535010381__creator_program_form_DKVinU-padding.creator-form {
    border-top: 1px solid #C7C7C7;
}

.creator_program_lookfor_heading h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    letter-spacing: -2.4px;
    text-transform: uppercase;
    color: #F2F2F2;
}

.creator_program_lookfor_txt h4 {

font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 26px;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #F2F2F2;
padding: 20px 0px;

    
}
.creator_program_lookfor_heading{
    padding-bottom:60px;
}

.creator_program_lookfor_txt p{

font-size: 16px;
line-height: 26px;
text-transform: capitalize;
color: #F2F2F2;
padding:0px 20px;

}

.creator_program_lookfor_main {
    padding: 150px 0px;
}

.creator_program_lookfor_txt img{
    width: 100%;
    border-radius: 40px;
    border: 1px solid #6D6B6B;

}



.creator-prebuiltpc-section {
  position: relative;
  background: #E71551;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  z-index: 1;
  overflow: hidden;
  height: 350px;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  align-content: center;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -40px;
}

.creator-prebuiltpc-section::before,
.creator-prebuiltpc-section::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 100%;
  background: #bbdf5c;
  left: 0;
  z-index: -1;
}

.creator-prebuiltpc-section::before {
  top: -25px;
  left: -30px;
  transform: rotate(177deg);
}

.creator-prebuiltpc-section::after {
  bottom: -30px;
  left: 10px;
  transform: rotate(177deg);
}

.creator-prebuiltpc-section h2 {
   
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    color: #F2F2F2;
    width: 60%;

}

.creator-prebuiltpc-section .content {
    justify-items: center;
}





.creator-perks-image{
  position: relative;
  display: inline-block;
  line-height: 0;
}


.creator-perks-image::before{
  content: "";
  position: absolute;
  top: -5px;
  left: 40%;
  transform: translateX(-50%);
  width: clamp(80px, 18vw, 220px);
  height: clamp(80px, 18vw, 220px);
  background: url(/cdn/shop/files/Group_29.svg?v=1752106039) no-repeat center / contain;
  pointer-events: none;
  z-index: 1;
}


.creator-perks-image::after{
  content: "";
  position: absolute;
  top: 65%;
  right: -30px;
  transform: translateY(-50%);
  width: clamp(70px, 16vw, 200px);
  height: clamp(70px, 16vw, 200px);
  background: url(/cdn/shop/files/Group_27_1.svg?v=1752106008) no-repeat center / contain;
  pointer-events: none;
  z-index: 1;
}



.creator-perks-image img {
    z-index: 2;
    position: relative;
}

.creator-perks-content {
    padding-left: 100px;
        margin-top: -60px;
}

.perks-list span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    line-height: 40px;
    pitalize;
    color: #111111;
}

.creator_program_lookfor_section {
    z-index: 0; 
position: relative;
    margin-top:-50px;
}


/* end */


/* creator program form css */

.creator-form__grid .creatortxt-first-column {
    width:100%
}

.creator-form__grid .creatortxt-second-column {
    width:100%
}

.creator-form__grid .creatortxt-four-column {
    width:100%
}

.field__input, .customer .field input {
  
    color: #111;
}

/* end */




/* Trust Powergpu Section css */
.trust-powergpu-section .text-danger-subtle {
color: #E71551;
opacity: 0.1;
font-family: Funnel Display;
font-weight: 700;
font-size: 64px;
line-height: 70px;
}
.trust-powergpu-section  .powergpu-why-section {
background: #fff;
padding: 80px 20px;
font-family: 'Poppins', sans-serif;
color: #000;
}

.trust-powergpu-section  .container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 60px;
}

/* Top Row */
.trust-powergpu-section  .top-row {
display: flex;
justify-content: space-between;
}

.trust-powergpu-section  .left-text {
max-width: 60%;
}

.trust-powergpu-section  .left-text h5 {
font-size: 14px;
text-transform: uppercase;
color: #666;
margin-bottom: 10px;
}

.trust-powergpu-section  .left-text h2 {
font-size: 36px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 20px;
}

.trust-powergpu-section  .left-text .highlight {
color: #ff0055;
}

.trust-powergpu-section  .left-text p {
font-size: 16px;
color: #444;
line-height: 1.6;
}

/* Bottom Row */
.trust-powergpu-section  .bottom-row {
display: flex;
justify-content: space-between;
gap: 40px;
flex-wrap: wrap;
}

  h2.trust-powergpu-headingtwo {
    width: 600px;
}

  .trust-powergpu-leftheadingtxt {
    align-self: self-end;
}

  .trust-powergpu-leftheadingtxt p{
   width: 500px;
}

.trust-powergpu-leftheadingtxt {
    align-self: self-end;
    display: flex;
    justify-content: flex-end;
}

.trust-powergpu-section  .left-features {
flex: 1;
max-width: 60%;
display: flex;
flex-direction: column;
gap: 30px;
}

.trust-powergpu-section  .feature-box h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}

.trust-powergpu-section  .feature-box .number {
color: #ff0055;
font-size: 20px;
font-weight: 700;
margin-right: 10px;
}

.trust-powergpu-section  .feature-box p {
font-size: 15px;
color: #555;
line-height: 1.5;
}

.trust-powergpu-section  .right-image {
flex: 1;
max-width: 35%;
display: flex;
justify-content: center;
align-items: center;
}

.trust-powergpu-section  .right-image img {
max-width: 100%;
height: auto;
border-radius: 10px;
}

.trust-powergpu-right-feature h5 {
    color: #111111;
    font-weight: 700;
    font-family: Poppins;
    margin: 20px 0px;
}
.trust-powergpu-top-row h3.trust-powergpu-why-heading {
font-size: 18px;
line-height: 28px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins';
}

.trust-powergpu-cpuimg {
position: relative;
display: inline-block;
z-index: 1;
left: -100px;
}

/* Before SVG */
.trust-powergpu-cpuimg::before {
content: "";
position: absolute;
top: -20px;
left: 150px;
width: 80px;
height: 80px;
background-image: url("/cdn/shop/files/Group_29.svg?v=1752106039");
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}


  .choose-your-prebuilt .content {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.choose-your-prebuilt .content h2 {
         width: 640px;
    line-height: 42px;
    font-size: 38px;
}

/* After SVG */
.trust-powergpu-cpuimg::after {
content: "";
position: absolute;
bottom: 150px;
right: -30px;
width: 160px;
height: 80px;
background-image: url("/cdn/shop/files/Group_27_1.svg?v=1752106008");
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}

  .trust-powergpu-section {
    padding: 60px 0px;
}

  .trust-powergpu-right-box-container p {
   
    line-height: 26px;
}

/* end */


/* Business */
 /* ===== Business Hero (global) -- no Liquid, safe for assets/custom.css ===== */

.business-hero-section{
  position: relative;
  overflow: hidden;
  /* set padding externally if you want — default kept here */
  padding: 150px 0 0;
  /* bg image/color will come from --bh-bg set inline on the section */
  background: var(--bh-bg, #0a0a0a) center/cover no-repeat;
  /* accent color from --accent */
  --accent: var(--accent, #ff2e2e);
}

.business-hero-section .bh-hero-bg{
  position:absolute; inset:0; z-index:0; pointer-events:none;
  /* overlay color & stop come from CSS vars; provide fallbacks */
  background:
    linear-gradient(
      90deg,
      var(--overlay-from, rgba(0,0,0,0.6)) var(--overlay-stop, 0%),
      rgba(0,0,0,0) 65%
    ),
    radial-gradient(80% 100% at 0% 50%, rgba(0,0,0,0.6) 0%, transparent 60%);
}

/* content above overlay */
.business-hero-section .bh-hero-grid,
.business-hero-section .bh-hero-copy,
.business-hero-section .bh-hero-media{ position:relative; z-index:1; }

.business-hero-section .bh-hero-grid{
  display:flex; align-items:center; gap:40px;
}

/* Left copy */
.business-hero-section .bh-kicker{
  margin:0 0 8px 0;
  font:600 14px/1.2 Poppins,system-ui,Arial;
  letter-spacing:.12em; text-transform:uppercase; color:#D1D5DB;
}
.business-hero-section .bh-title{ margin:0 0 14px 0; color:#F2F2F2; }
.business-hero-section .bh-title .bh-accent{ color: var(--accent, #ff2e2e); margin-left:.3ch; }
.business-hero-section .bh-desc{
  color:#E5E7EB; max-width:62ch; margin:0 0 26px 0;
  font:400 clamp(13px,1.6vw,16px)/1.6 Poppins,system-ui,Arial;
}

/* Buttons */
.business-hero-section .bh-cta{ display:flex; gap:12px; flex-wrap:wrap; }
.business-hero-section .bh-btn{
  display:inline-block; padding:12px 18px;
  font:600 13px/1 Poppins,system-ui,Arial;
  border-radius:6px; text-decoration:none; transition:transform .18s ease;
}
.business-hero-section .bh-btn--primary{ background: var(--accent, #ff2e2e); color:#fff; }
.business-hero-section .bh-btn--alt{ background:#9BEF62; color:#0B1A0B; }
.business-hero-section .bh-btn:hover{ transform: translateY(-1px); }

/* Right image */
.business-hero-section .bh-hero-media{ max-width:560px; margin-left:auto; position:relative; }
.business-hero-section .bh-media-img{
  display:block; width:100%; height:auto; border-radius:10px;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.55));
}

/* Pixel SVGs via CSS vars (url()) */
.business-hero-section .bh-hero-media::before,
.business-hero-section .bh-hero-media::after{
  content:""; position:absolute; pointer-events:none; background:no-repeat center/contain;
}

.business-hero-section .bh-hero-media::before{
  width: var(--pb-w, 150px); height: var(--pb-h, 150px);
  left: var(--pb-left, -42px); bottom: var(--pb-bottom, 21px);
  background-image: var(--pixel-before, none);
  z-index:0;
}

.business-hero-section .bh-hero-media::after{
  width: var(--pa-w, 150px); height: var(--pa-h, 150px);
  right: var(--pa-right, -42px); top: var(--pa-top, 21%);
  background-image: var(--pixel-after, none);
  z-index:-1; /* keep above bg, below content */
}



/* ===== Business Box Section (global, safe) ===== */
.business-box-section {
  --bbs-accent: #E71551;
  --bbs-text: #2b2b2b;
  --bbs-muted: #6b7280;
  --bbs-bg: #ffffff;
  --bbs-card-shadow: 0 6px 22px rgba(0,0,0,.06);

  padding: var(--bbs-pad-y, 60px) 16px;
}

.business-box-section .bbs-grid {
  display: grid;
  grid-template-columns: repeat(var(--bbs-columns, 3), minmax(0, 1fr));
  gap: var(--bbs-gap, 20px);
}

/* Card */
.business-box-section .bbs-card {
  background: #f5f5f5;
  padding: 40px;
  text-align: center;
  box-shadow: var(--bbs-card-shadow);
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  height: 420px;
  align-content: center;
  border-radius: 20px;
}

.business-box-section .bbs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.10);
  background: #111;
}

.business-box-section .bbs-card:hover p { color: #fff; }

/* Icon */
.business-box-section .bbs-icon {
  display: inline-grid;
  place-items: center;
  margin: 0 auto 12px;
  color: var(--bbs-accent);
}
.business-box-section .bbs-icon svg { display:block; width:100%; height:100%; fill:none; }
.business-box-section .bbs-icon img { display:block; width:40px; height:40px; object-fit:contain; }

/* Title */
.business-box-section .bbs-title {
  margin: 6px 0 12px;
  font-family: 'Poppins', system-ui, Arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: var(--bbs-accent);
}
.business-box-section .bbs-title:hover { color: #fff; }

/* Text */
.business-box-section .bbs-text {
  font-size: 12px;
  line-height: 1.8;
  color: var(--bbs-muted);
  margin: 0;
}


 


/* end */


/* card comparison css */
 .table-responsive table thead  tr th{
    width:50%;
}

 .table-responsive  tr th {
border-bottom:1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6
}

 .table-responsive  tr td {
padding:10px;
border-bottom:1px solid #C6C6C6;
border-right: 1px solid #C6C6C6;
                         
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
 
text-transform: capitalize;

 
color: #F2F2F2;

 }

 

.card_who_upgrade_section h2 {
 width: 500px;
    text-align: center;
    padding-bottom: 50px;
 
}

.card_who_upgrade_section .container.position-relative {
    padding: 150px 0px;
}

.table-responsive tr td p{


font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
text-transform: capitalize;
color: #7C7C7C;


 
 
}

.card_who_upgrade_headingtxt{
  justify-items: center;
}

.card_who_upgrade_left {
    border: 1px solid #C6C6C6;
    border-radius: 15px;
}

.card_who_upgrade_container .col-lg-6 {
    padding: 0px;
}


.card_who_upgrade_container   {
    padding: 180px 0px;
}

.table-responsive tr th { 
   
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #E71551;
 
}

.who_upgrade_imgtxt {
    text-align: center;
}
.who_upgrade_imgtxt  .who_upgrade_imgagefront {z-index: 1;position: relative;}
 

/* end */



/* intel core  page css */

.intel-hero-section{position:relative; overflow:hidden; padding:140px 0 80px;}
.intel-hero-bg{
  position:absolute; inset:0; z-index:-1;
  background-image: var(--bg-img);
  background-size:cover; background-position:center; background-repeat:no-repeat;
}
.intel-hero-bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg,var(--ov-from),var(--ov-to));
  opacity:var(--ov-alpha); pointer-events:none;
}

.intel-hero-grid{display:flex; align-items:center; gap:30px; justify-content:center; flex-wrap:nowrap;}
.intel-hero-copy{width:70%;}
.intel-hero-media{position:relative; width:30%;}
@media(max-width:990px){
  .intel-hero-grid{flex-direction:column;}
  .intel-hero-copy,.intel-hero-media{width:100%;}
}

.intel-title{margin:8px 0 12px;}
.intel-accent{color:var(--accent,#E71551);}
.intel-desc{margin:0 0 18px;}
.intel-cta{display:flex; gap:20px;}
.intel-hero-copy p.intel-desc{color:#F2F2F2; padding-right: 50px;}

.intel-hero-media::before,
.intel-hero-media::after{
  content:""; position:absolute; background-repeat:no-repeat; background-size:contain; pointer-events:none;
}
.intel-hero-media::before{
  background-image: var(--pixel-before);
  width:var(--pb-w); height:var(--pb-h);
  left:var(--pb-left); bottom:var(--pb-bottom);
}
.intel-hero-media::after{
  background-image: var(--pixel-after);
  width:var(--pa-w); height:var(--pa-h);
  right:var(--pa-right); top:var(--pa-top);
}
.intel-media-img{

    z-index: 1;
    position: relative;
}




.intel_ultra_gaming_section .accent{ color: var(--accent);     padding: 0px 10px;}
  .intel_ultra_gaming_section .tracking{ letter-spacing:.08em; }
  .intel_ultra_gaming_section .pc-image{ border-radius:20px; }

  /* Feature items (no Bootstrap classes on <li>) */
  .intel_ultra_gaming_section .ultra_gaming_litxt{ margin: 1.1rem 0 1.1rem; }
  .intel_ultra_gaming_section .ultra_gaming_litxt .ugl-top{
    display:flex; align-items:center; gap:12px;
  }
  .intel_ultra_gaming_section .ultra_gaming_litxt .ugl-icon{
    display:block; flex:0 0 auto;
  }
  .intel_ultra_gaming_section .ultra_gaming_litxt .ugl-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #111111;
  }
  .intel_ultra_gaming_container h2 {
    width: 60%;
}
  .intel_ultra_gaming_section .ultra_gaming_litxt .ugl-desc{
    margin:6px 0 0; color:#6b6b6b; line-height:1.55;
  }

  .intel-svg.intel-svg-tl {
    top: -570px;
    left: 140px;
    position: relative;
    z-index: -1;
}
.intel_ultra_gaming_container {
    padding: 100px 0px 0px;
}
 
.intel_ultra_seoundrow {
    padding: 50px 0px 0px;
}

.intel-svg.intel-svg-br {bottom: 300px;left: 386px;position: relative;z-index: -1;}
  
  .intel_ultra_gaming_section .intel_ultra_gaming_imgtxt { position:relative; }
 

  @media (max-width: 991.98px){
    .intel_ultra_gaming_section .display-6{ font-size:2rem; }
    .intel_ultra_gaming_section .intel_ultra_gaming_imgtxt{ max-width:420px; }
  }
/* end */





/* Book an appointment css*/


.book_under_warranty_section .book_under_heading{
  font-size: 2rem;
  letter-spacing: .5px;
}
.book_under_warranty_section .book_under_highlight{
  font-weight: 700;
}

.book_under_warranty_container h2 {
    display: flex;
    justify-content: center;
    gap: 15px;
        margin-bottom: 20px;
}

.book_under_txtp p {

font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: center;
text-transform: capitalize;
color: #E71551;
padding:0px 40px;

    
}

.book_under_intro_wrap {
    padding-bottom: 80px;
}


.book_under_cards_row {
        display: flex
;
    gap: 10px;
    flex-wrap: nowrap;
}

h5.book_under_card_title {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #E71551;
margin: 30px 0px 0px;

}

.book_under_card_body div:nth-of-type(2) {
  margin: 30px 0;
}

.book_under_card_body div:nth-of-type(2) {
  margin: 30px 0 0;
}


.book_under_card_body div:nth-of-type(3) {
  margin: 30px 0px;
  
}

 
 


.book_under_intro.rte p{
padding:0px 10px;
}

.book_under_warranty_container h2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.book_under_warranty_container {
    padding:50px 0px 180px;
}
.book_under_warranty_section .book_under_intro .rte p{
  margin-bottom: .75rem;
}
.book_under_warranty_section .book_under_card{
     background: #F5F5F5;
    border-radius: 20px;
    transition: transform .3s 
ease, box-shadow .3s 
ease;
    padding: 50px 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;

}
.book_under_warranty_section .book_under_card:hover{
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
      border: 1px solid #E71551 !important;
}
.book_under_warranty_section .book_under_icon img{
  width: 48px; height: 48px; display:inline-block;
}
.book_under_warranty_section .book_under_card_body .book_under_p{
  font-size: .92rem; line-height: 1.55;
}

 .Book_an_appointment-heading {
    text-align: center;
     justify-self: center;
  }

  .Book_an_appointment-heading p.Book_an_appointment-description {
      color: #F2F2F2;
    font-size: 15px;
        margin-top: 20px;
  }

  .Book_an_appointment-svg {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
  }

/* end */


/* sponsored page css */
.sponsored-heading {
      text-align: center;
      flex: 1;
    }
    .sponsored-svg {
      position: absolute;
      right: 0;
      top: 55%;
      transform: translateY(-50%);
    }





    
/* end */


/* technical support css */

  .technical_support-heading {
    text-align: center;
     justify-self: center;
  }

  .technical_support-heading p.technical_support-description {
      color: #F2F2F2;
    font-size: 15px;
        margin-top: 20px;
  }

  .technical_support-svg {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
  }

/* end */



/* cancellation page css */

 .cancellation_request-heading {
    text-align: center;
     justify-self: center;
  }

  .cancellation_request-heading p.cancellation_request-description {
      color: #F2F2F2;
    font-size: 15px;
        margin-top: 20px;
  }

  .cancellation_request-svg {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
  }

/* end */


/* find your perfect pc css */


  .find-your-perfect-main .pc-content  p {
    margin-bottom: 50px;
}

  .find-your-perfect-main .container {
    padding: 80px 0px;
}

.find-your-perfect-pc h2 {
    text-transform: uppercase;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
  
.find-your-perfect-pc p {
  
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #111111;
    width: 680px;
    place-self: anchor-center;
}
  .find-your-perfect-smalltxt{
 
 
font-family: 'Poppins';

font-weight: 600;
font-size: 22px;
line-height: 26px;
text-transform: uppercase;
color: #111111;


  }


  .find-your-perfect-main .pc-content h4 {
 
    line-height: 36px;
 
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #E71551;
      margin-bottom: 25px;
    width: 250px;
}
  .red-squares::before,
  .red-squares::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #E3005C;
    display: block;
  }
  .red-squares::before { top: 20px; left: 20px; }
  .red-squares::after { top: 40px; left: 40px; }

.list-group-item {
  position: relative;
}

.list-group-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 12px;
  height: 12px;
  background-image: url('/cdn/shop/files/Vector_43.svg?v=1752190503');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

  

/* Show SVG when active */
.list-group-item.active::before {
  transform: translateY(-50%) scale(1);
}

  /* Container setup */
#pc-tabs .list-group-item {
  position: relative;
  padding-left: 24px;
  border-left: 2px solid transparent;
  font-weight: 400;
  font-size: 15px;
  color: #111;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Diamond SVG bullet */
#pc-tabs .list-group-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 20px;
  height: 24px;
  background-image: url('/cdn/shop/files/Group_48_2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

/* Active + Hover Styles */
#pc-tabs .list-group-item.active,
#pc-tabs .list-group-item:hover {
  color: #E3005C;
  font-weight: 600;
  border: 0px;
 
}

/* Show SVG only on active or hover */
#pc-tabs .list-group-item.active::before,
#pc-tabs .list-group-item:hover::before {
  transform: translateY(-50%) scale(1);
}

/* Optional: spacing fix between items */
#pc-tabs .list-group-item + .list-group-item {
  margin-top: 8px;
}


 
  .list-group-item:hover::before { transform: translateY(-50%) scale(1); }
  .list-group-item:hover { color: #E3005C; }
  .list-group-item.active {
    background-color: transparent;
    font-weight: bold;
    color: #E3005C;
    border: 0px;
  }
  .list-group-item.active::before {
    transform: translateY(-50%) scale(1);
  }



   

.find-your-perfect-bigimg {
  position: relative;
  display: inline-block;
  z-index: 1;
}

/* Top-left SVG */
.find-your-perfect-bigimg::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 70px;
  width: 70px;
  height: 130px;
  background-image: url("/cdn/shop/files/Group_29.svg?v=1752106039");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
}

/* Bottom-right SVG */
.find-your-perfect-bigimg::after {
  content: "";
  position: absolute;
  bottom: 170px;
  right: 18px;
  width: 140px;
  height: 70px;
  background-image: url("/cdn/shop/files/Group_27_3.svg?v=1752193026");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
}

.find-your-perfect-bigimg img {
  display: block;
  width: 100%;

}

.find-your-perfect-main {
    padding-top: 108px !important;
}
 
.find-your-perfect-smalltxt {
    letter-spacing: 0.4px;
}
 
.find-your-perfect-pc h2 {
    color: #111;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
}
 
.find-your-perfect-pc p {
    letter-spacing: 0px;
    max-width: 719px !important;
    width: 100%;
}
 
#pc-tabs .list-group-item {
    color: #7C7C7C !important;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 26px;
    padding-top: 17px !important;
    padding-bottom: 10px !important;
    border-left: 0px !important;
    letter-spacing: 0px;
    padding-left: 0px;
    transition: 0.5s !important;
}
 
#pc-tabs .list-group-item.active, #pc-tabs .list-group-item:hover {color: #E71551 !important;font-weight: 400 !important;border-bottom: 1px solid #DADADA !important;transition: transform 0.3s ease;padding-left: 30px;}
 
#pc-tabs .list-group-item::before {
    /* height: 19px;
    width: 19px; */
    left: 0px;
    top: 57%;
}
.facets-container.scroll-trigger.animate--fade-in {
    padding-bottom: 20px;
}

/* end */



/* guide_video */
.guide_video-el {
    width: 100%;
    display: block;
    border-radius: 12px;
  }
  .guide_video-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .guide_video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
  }
  .guide_video-placeholder {
    padding: 40px;
    background: #f4f4f4;
    text-align: center;
    color: #666;
    border-radius: 12px;
  }

 
/* end */

.dynamic-space {
    background:#0a0a0a;
}

.dynmic_contenttxtpg_section {
    text-align: center;
    padding: 0px 0px 0px



    
}


.terms_and_conditions_section {
    padding:100px 0px 150px;
}

.terms_and_conditions_section h4 {
    padding: 20px 0px;
}

.terms_and_conditions_section h5 {
    font-size: 30px;
    text-align:left;
     padding: 20px 0px;
}

.dynmic_contenttxtpg_para li {
    font-size: 18px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    font-family: 'Funnel Display';
    text-align: left;
    padding-bottom: 20px;
}

.dynmic_contenttxtpg_section  h2,h3{
line-height:40px;
    padding-bottom:20px;
font-family: 'Funnel Display';
font-style: normal;
font-weight: 700;
line-height: 1.2em;
text-transform: capitalize;
color: #111;
padding-bottom: 30px;
}

/* Product single page css */
.product__title h1 {
 
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
    color: #111111;

}


.single_productherotxt_inner {
    height: 160px;
}


.product-media-container .product__media.media.media--transparent img {
    border-radius: 40px;

}

.product-media-container .product__media.media.media--transparent  {
 
    height:455px;
}
 

.product__info-container form#product-form-installment-template--16834848718925__main  {

font-family: 'Funnel Display';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
 
text-decoration-line: line-through;
text-transform: uppercase;
 
color: #111;
 

}

.an-varient-body {
    padding: 40px 30px 30px;
    background: #F0F0F0;
    border: 1px solid #C6C6C6;
 
}

.product__info-container .product-form__input legend.form__label {
 
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
 
text-transform: capitalize;
 
color: #111111;

 
}

.an-varient-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #111111;
       padding: 30px 30px 0px;
}




.an-varient-body ul {
  list-style: none;   
  margin: 0;          
  padding: 0;         
}

.an-varient-body ul li {
  display: flex;     
  align-items: flex-start;
}



.an-varient-body ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px; 
}

.an-varient-body li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.an-varient-body li img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 3px; 
}

.an-varient-body li h5 {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}

.an-varient-body li p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.thumbnail-list__item img {
    border-radius: 15px !important;
}


.grid__item.product__media-wrapper .slider-button span svg path{
 
  fill: #E71551 !important;
}



/* end */
.key_hightxt_section .kh-text {
    /* font-size: 18px; */
    /* font-family: 'Poppins'; */
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    font-family: 'Poppins';
    padding: 10px 0px 0px;
}
 
 
/* give back css */
.give_mission_txt_section {
    text-align: center;
    padding: 100px 0px 100px;
}

.give_mission_txt_section h2{
    color:#e71551;
    text-transform: uppercase;
}
 


.give_mission_txt_section .gmt-text {
      text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    font-family: 'Poppins';
   
}

/* end */


h1.cart__empty-text {
    color: #111111;
}

h2.cart__login-title {
    color: #111111;
}

.cart__login-paragraph a.link.underlined-link {
    color: #e71551;
    text-decoration: none;
}

.cart-drawer h2.drawer__heading {
    color: #111;
    font-size: 35px;
}

.cart-drawer .cart-items th  {
font-weight:700;
     color: #eb001b;
    font-size:12px;
}

.cart-drawer__footer .totals__total {
    letter-spacing: 1px !important;
}

.drawer.active {
 
    width: 100%;
}

    .cart-items thead th:first-child {
       
        color: #111;
        font-size: 16px;
        font-weight: 700;
    }

    .cart-items th {
    color: #111;
    font-size: 16px;
    font-weight: 700;
}



.cart__ctas button#checkout {
      background: #e71551;
    border: none;
    padding: 15px 30px;
    color: #fff;
    animation: popIn .6s 
ease-out forwards;
    animation-delay: 1.2s;
    clip-path: polygon(100% 0, 100% 25%, 100% 100%, calc(0% + 20px) 100%, 0 calc(100% - 11px), 0 0);
    transition: .5s;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Funnel Display;
    display: inline-block;
}

.cart__ctas button#checkout:hover {
    background-color: #C2DE55;
    color: #111111;
    clip-path: polygon(calc(100% - 20px) 0, 100% calc(0% + 13px), 100% 100%, 15% 100%, 0 100%, 0 0);
}

.cart-items th {

   font-weight:700;
}


.template-404 p {
    font-size: 80px;
    color: #e71551;
    font-weight:700;
}

.template-404 h1 {
    font-size: 80px;
    color: #111111;
}


.template-404{
    padding:50px 0px 100px;
}

 

.cart-drawer__empty-content h2 {
    font-size: 35px;
    font-weight:700;
        color: #111;
}

.cart-drawer__empty-content p.cart__login-title.h3 {
padding-top:20px;
        font-size: 18px;
        color: #111;
}

.cart-drawer__empty-content .cart__login-paragraph {
 
    color: #111111;
}


.an-tab-content { display: none;grid-template-columns: 1fr 1fr;gap: 20px;}
.an-tab-content .gps-media img {width:100%;height: 250px;object-fit: cover;}
.an-tab-content.active { display: grid; } /* ya block */
.an-tab-nav-item.active { font-weight: bold; }
.gps-card {text-decoration:none;position:relative;}
.gps-title {    
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  color: #111;
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.gps-card:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #f2f2f2;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    top: 0px;
    left: -1px;
}
.choose-your-prebuilt {
  margin-top:-30px;
}
.sp-com-w .sp-com-w-btn{
    background-color: rgb(231 21 81) !important;
}
 
.sp-com-w .sp-com-w-btn p {
    color: white !important;
}
 
.sp-com-w-body {
 
    background: #ffffff !important;
    border: 1px solid #e71551 !important;
}
 
 
.sp-com-w .sp-com-w-body .sp-com-w-action .sp-com-w-compare {
    background: rgb(231 21 81)!important;
}

.sp-com-pop-header .sp-comp-main-title{
    place-content: center;
    font-family: 'Funnel Display', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
letter-spacing:-2px !important;
 
 
}
 
.sp-comp-table-wrap .sp-comp-table  {

    background-color: rgb(255 255 255) !important;
}
 
 
.sp-comp-table .sp-comp-t-row-title p {
    color: rgb(0 0 0) !important;
}
 
.sp-comp-main * {
    color: rgb(0 0 0) !important;
    font-weight:600;
}
 
 
.filled-cell.sp-comp-t-box .sp-comp-add-to-cart-form input.sp-comp-add-to-cart {
        color: rgb(255 255 255) !important;
       background: rgb(231 21 81)!important;
}
 .sp-comp-table-wrap .sp-comp-table .sp-comp-t-row-title {
 
    background-color: rgb(242 242 242 / 0%) !important;
 
}
 
.sp-compare-main .sp-compare-wrap label {
    background: #e71551 !important;;
}
 
.zoomywishid {
    position: relative;
    z-index: 1;
    left: 10px;
    top: 60px;
}
 
.zoomywishid .fa {
    font-size: 22px;
}
.gps-list.gps-tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.zmsg {
  font-size: 18px;
    color: #e71551;
    font-weight: bold;
    margin-bottom:30px;
}
.zbodytitle a {
    font-size: 20px!important;
    color: #111 !important;
    font-weight: 500!important;
    margin: 20px 0 !important;
}
#shopify-section-template--18004111556685__zooomy_wishlist .wrapper {
  padding-bottom:100px!important;
}
.ZoomyWishlistPageGrid ul {
  padding:0!important;
}
.zpro_vendor {
  font-size:18px!important;
}
.zprice {
  font-size: 16px !important;
}
#ZoomyWishlistPage li {
  margin-bottom:20px!important;
}
.zooomyshopvariant,
.zqty select {
  padding:10px!important;
  font-size: 14px!important;
}
#ZoomyWishlistPage li img {
    height: 300px;
    object-fit: cover;
}
span#wishlist_page_product_text {
  margin-top:20px!important;
}

.an-topbar-menu .sp-compare-main.sp-compare-checkbox {display:none;}

    
.complementary-products__container .zoomywishidheart {
    display:none;
}

.book_under_rte p {
    font-size: 16px;
    line-height: 1.5em;
}
   /* .bulkorder-form-section {
    display: none;
} */


.card_comparison_tr th {
    font-family: 'Funnel Display';
}


.cardcomparisonone-red-section .pair-heading {
 
    font-weight: 500 !important;
 
}
 

cart-drawer.drawer.animate.active {
    z-index:9999999;
}

 /* .product  .an-series-wrapper {
    display: none;
} 

.product form#product-form-installment-template--16834848718925__main {
    display: none;
} */

.product-card-wrapper  .quick-add  button
{
    background: #e71551;
    border: none;
    padding: 15px 30px;
    color: #fff;
    animation: popIn .6s 
ease-out forwards;
    animation-delay: 1.2s;
    clip-path: polygon(100% 0, 100% 25%, 100% 100%, calc(0% + 20px) 100%, 0 calc(100% - 11px), 0 0);
    transition: .5s;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Funnel Display;
    display: inline-block;
    
}
.product-card-wrapper .quick-add  button:hover {
    background-color: #C2DE55;
    color: #111111;
    clip-path: polygon(calc(100% - 20px) 0, 100% calc(0% + 13px), 100% 100%, 15% 100%, 0 100%, 0 0);
}

.warranty-info-section .rte a:hover {
    color: #000 !important;
    
}

.footer-block__details-content .list-menu__item--active {
    
    text-decoration: none  !important;
}
a.meety-block-button.meety-block-schedule-button {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 10px;
    right: 10px;
    border-radius: 0px;
    height: auto;
    min-height: auto;
    clip-path: polygon(100% 0, 100% 25%, 100% 100%, calc(0% + 20px) 100%, 0 calc(100% - 11px), 0 0);
    transition: 0.5s;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Funnel Display';
    padding: 15px 50px;
    width: auto;
    background: #c2de55!important;
    color: black!important;
}

a.meety-block-button.meety-block-schedule-button:hover {
    background: #596AFE!important;
    clip-path: polygon(calc(100% - 20px) 0, 100% calc(0% + 13px), 100% 100%, 15% 100%, 0 100%, 0 0);
}

.header  .desktop-localization-wrapper {
    background: #ffffff;
     
 
}
 

.header a#HeaderMenu-gaming-pcs {
    display: none;
}

.footer__content-bottom .disclosure {
    top: -75px;
}

 .product-card-wrapper .affirm-as-low-as {
    display: none !important;
}
.tpb-booking-form.page .tpb__serviceList-module__media {
    display: none;
}

.tpb__serviceList-module__item {
    padding: 40px;
}

.tpb__serviceList-module__heading {
    padding-bottom: 0px;
    font-size: 30px!important;
}

.tpb__serviceList-module__info a {
    text-decoration: none!important;
}

.tpb__serviceList-module__row {
    font-size: 20px;
    align-items: flex-start;
}

.tpb__serviceList-module__row span {
    font-size: 18px;
    line-height: 30px;
}

.tpb__serviceList-module__row svg {
    width: 40px;
    height: 30px;
}

.tpb__serviceList-module__row svg path {}

.tpb__serviceList-module__action button {
    background: #e71551;
    border: none;
    padding: 15px 30px;
    color: #fff;
    animation: popIn .6s 
ease-out forwards;
    animation-delay: 1.2s;
    clip-path: polygon(100% 0, 100% 25%, 100% 100%, calc(0% + 20px) 100%, 0 calc(100% - 11px), 0 0);
    transition: .5s;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Funnel Display;
    display: inline-block;
    border-radius: 0px;
}

.tpb__serviceList-module__action button:hover {
    background: #C2DE55;
    clip-path: polygon(calc(100% - 20px) 0, 100% calc(0% + 13px), 100% 100%, 15% 100%, 0 100%, 0 0);
}
.modal-backdrop {
    display: block!important;
}
.modal-backdrop.show {
    opacity: 0.9;
}
.modal-backdrop {
    width: 100%;
    height: 100%;
}


.facets__form h2.product-count__text.text-body {
    display: none;
}