.elementor-kit-94{--e-global-color-primary:#0F1117;--e-global-color-secondary:#151921;--e-global-color-text:#C7CEDB;--e-global-color-accent:#21C55E;--e-global-color-fc760d6:#7E8694;--e-global-color-a41af84:#1A9DE0;--e-global-typography-primary-font-family:"open sans";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"open sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"open sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"open sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"open sans", Sans-serif;font-size:16px;font-weight:500;line-height:26px;}.elementor-kit-94 button,.elementor-kit-94 input[type="button"],.elementor-kit-94 input[type="submit"],.elementor-kit-94 .elementor-button{background-color:var( --e-global-color-accent );color:#FFFFFF;border-radius:25px 25px 25px 25px;}.elementor-kit-94 button:hover,.elementor-kit-94 button:focus,.elementor-kit-94 input[type="button"]:hover,.elementor-kit-94 input[type="button"]:focus,.elementor-kit-94 input[type="submit"]:hover,.elementor-kit-94 input[type="submit"]:focus,.elementor-kit-94 .elementor-button:hover,.elementor-kit-94 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-radius:30px 30px 30px 30px;}.elementor-kit-94 e-page-transition{background-color:#FFBC7D;}.elementor-kit-94 a{color:var( --e-global-color-accent );}.elementor-kit-94 a:hover{color:var( --e-global-color-a41af84 );}.elementor-kit-94 h1{color:var( --e-global-color-secondary );font-family:"nonito sans", Sans-serif;font-size:80px;font-weight:900;}.elementor-kit-94 h2{color:var( --e-global-color-secondary );font-family:"nonito sans", Sans-serif;font-size:80px;font-weight:900;}.elementor-kit-94 h3{color:var( --e-global-color-secondary );font-family:"nonito sans", Sans-serif;font-size:24px;}.elementor-kit-94 h4{color:var( --e-global-color-text );font-family:"nonito sans", Sans-serif;font-size:24px;}.elementor-kit-94 h5{color:var( --e-global-color-text );font-family:"nonito sans", Sans-serif;font-size:24px;}.elementor-kit-94 h6{color:var( --e-global-color-text );font-family:"nonito sans", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:60px;--container-default-padding-right:0px;--container-default-padding-bottom:60px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:693px;max-width:100%;}.site-header{padding-inline-end:100px;padding-inline-start:100px;}.site-header .site-branding .site-logo img{width:579px;max-width:579px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:60px;--container-default-padding-right:0px;--container-default-padding-bottom:60px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.elementor {
  overflow-x: hidden;
}






/* ===============================
   PRODUCT CAROUSEL (SAFE VERSION)
   Parent:  .product-carousel
   Cards:   .product-card
   =============================== */

.product-carousel{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:24px !important;

  overflow-x:auto !important;
  overflow-y:hidden !important;

  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;

  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;

  padding: 0 12px 12px 12px !important;
}

/* Hide scrollbar but keep scroll */
.product-carousel::-webkit-scrollbar{ display:none; }
.product-carousel{ scrollbar-width:none; }

/* ONLY the cards get a fixed width */
.product-carousel .product-card{
  flex:0 0 auto !important;
  width:320px !important;
  max-width:320px !important;
  scroll-snap-align:start;
}

/* Make sure internal stuff doesn't stretch the card */
.product-carousel .product-card *{
  max-width:100%;
  box-sizing:border-box;
}

/* Tablet */
@media (max-width:1024px){
  .product-carousel{ gap:18px !important; }
  .product-carousel .product-card{ width:300px !important; max-width:300px !important; }
}

/* Mobile */
@media (max-width:768px){
  .product-carousel{ gap:14px !important; }
  .product-carousel .product-card{ width:270px !important; max-width:270px !important; }
}

/* Small mobile */
@media (max-width:420px){
  .product-carousel .product-card{ width:250px !important; max-width:250px !important; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'open sans';
	font-display: auto;
	src: url('https://gamercomputer.dk/wp-content/uploads/2026/01/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'nonito sans';
	font-display: auto;
	src: url('https://gamercomputer.dk/wp-content/uploads/2026/01/NunitoSans-VariableFont_YTLCopszwdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */