/*TPS Pet Silk file */

body {
	background-color: #F9F8F6 !important;
	overflow-x: hidden;
}


.navbar-toggler {
	border: 1px solid rgb(237, 39, 144) !important;
	color: rgb(237, 39, 144) !important;
	background-color: #e1a1b3 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

.nav-link, .nav-link:focus, .nav-link:hover {
    color: #fff !important;
}

.tps-product-heading {
	padding-top: 20px;
}

.tps-maintop{
	padding-top: 80px;
}

img.tps-maintop{
	padding-top: 25px;
}

.tps-mainbox {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tps-button {
	margin-top: 15px;
	color: rgba(237,39,144,0.7) !important;
	border-color:rgba(237,39,144,0.7) !important;
}
.tps-button:hover {
	color: #fff !important;
    background-color: rgba(237,39,144,0.7) !important;
	border-color:rgba(237,39,144,0.7) !important;
}

.tps-mainpic {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tps-imgfluid {
	max-width: 10% !important;
}

.tps-mainboxdouble {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Container die de 4 blokjes netjes uitlijnt */
.tps-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Ruimte tussen de blokjes */
    justify-content: center;
}

/* Het vernieuwde productblokje */
.tps-half-box {
    display: flex;
    flex-direction: column; /* Zorgt dat inhoud van boven naar beneden stroomt */
    justify-content: space-between; /* Duwt de features netjes naar onderen voor gelijke hoogte */
    
    /* Breedte voor desktop: 4 naast elkaar (min of meer, afhankelijk van je container) */
    width: calc(25% - 10px); 
    min-width: 220px;
    
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 20px 15px;
    box-sizing: border-box;
    
    /* Jouw nieuwe wensen: */
    border-radius: 8px; /* Afgeronde hoeken */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15); /* Schaduw rechts en onder */
	margin-bottom: 15px;
}

/* Zorgt dat de afbeeldingen netjes schalen binnen de vaste boxen */
.tps-half-box img {
    max-height: 150px;
    object-fit: contain;
    width: 100%;
}

/* Media query: Speciaal voor mobiele telefoons (schermen kleiner dan 768px) */
@media (max-width: 767px) {
    .tps-half-box {
        /* Exact 2 blokjes naast elkaar met aftrek van de gap */
        width: calc(50% - 5px); 
        min-width: 0; /* Heft de desktop min-width op zodat het op mobiel past */
        padding: 15px 10px; /* Iets minder padding op mobiel voor meer ademruimte */
    }
    
    .tps-half-box h4 {
        font-size: 14px; /* Iets kleinere letters op mobiel zodat het mooi past */
    }
}

a:link {
  text-decoration: none;
}

.tps-magenta {
	color: #ed2790;
}


.tps-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.tps-body-text {
	font-family: 'Montserrat', sans-serif;
}

.tps_row {
	display: table-row;
}

.tps_nav {
	background-color: #1A1A1A;
	color: #ed2790;
}

.tps_nav > li >  a{
	color: #000 !important;
}

.tps_nav > li >  a:hover{
	color: #fff !important;
}

.tps_nav > .open > a:hover, .tps_nav > .open > a:focus{
	color: #fff !important;
	background-color: #1A1A1A !important;
}

.dropdown-menu{
	background-color: rgba(127, 195, 78, 0.5) !important;
}
.left{
	float: left;
	padding-left: 10px;
}

.right{
	float: right;
	padding-right: 10px;
}

.logo{
	position: fixed;
	left: 75px;
	z-index: 9999;
	
}

.tps-top-padding{
	padding-left: 20px;
}


.nobull {
  list-style-type: none;
  padding-left: 0px;
  color: #7fc34e;
 }


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #1A1A1A;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
	height: 100%;
    position: absolute;
	padding-top: 5px;

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #000;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.tps_bottom {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
	padding-bottom: 10px;
	width: 100%;
}
.tps_center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding-bottom: 10px;
	width: 100%;
}

.btn{
	white-space: normal !important;	
	
}
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(237,39,144,0.4);
	margin: 10px !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(237,39,144,0.7);
	margin: 10px !important;
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.tps-background{
    background: #fff;
	color: #000;
    background: rgba(255,255,255,0.9);
    padding: 30px 15px;
	box-shadow: 10px 10px 5px grey
}

.tps-row{
    margin: 20px !important;
}
@media screen and (max-width:767px) {
.tps-row-half-left{
	float: none;
}

.tps-row-half-right{
	margin-top: 20px;
	float: none;
}
}

@media screen and (min-width:1200px) {
    .tps-background:after {
        content: '';
        display: table;
        clear: both;
    }
}

h1{
	color: #ed2790;
	font-size: 175%;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	padding-top: 50px;
}

h2{
	color: #7fc34e;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3{
	color: #7fc34e;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

h4{
	color: #ed2790;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

h5{
	color: #7fc34e;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-bottom: 0px !important;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

.tps-box {
	width: 100%;
}


.tps-feature-box {
	display: inline-block;
	background: #fff;
	color: #000;
    background: rgba(255,255,255,0.9);

}

.tps-product-box {
	display: inline-block;
	background: #fff;
	color: #000;
    background: rgba(255,255,255,0.9);
    padding: 30px 15px;
	margin: 5px;

}

.tpsimg{
	height: auto;
	max-width: 100%;
}

.tpsbutton {
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.tpscenter{
	text-align: center;
}
.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-right {
    float: none;
    margin: 0 auto 0;
}
.img-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tps-center-text {
	margin-top: auto;
	margin-bottom: auto;
}
.tps-inline {
  float: left;
  clear: none; 
}

.tps-text-center {
  text-align: center; 
}

.tpsfooter {
	width: 100%;
	text-align: center;
	padding: 10px;
	background: #535B57;
	color: #fcfbf9;
}

.footer{
	margin-top: 20px;
}

.tpssection{
	margin-top: 40px;
}

.tpsform{
	background: #ECECEC;
	margin: 10px;
	padding: 10px;
}
.tpsform_heading{
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}

.txtfield, .txtfielddropdown, .searchfield, .txtfieldqty {
    border: 1px solid #DDD;
    border-radius: 4px;
    box-shadow: none;
    padding: 3px 5px 5px;
    margin-bottom: 5px;
	width: 100%;
}


@media screen and (min-width:768px) {
.img-left {
        float: left;
        margin-right: 25px;
}
.img-right {
        float: right;
        margin-left: 25px;
}
.img-center {
        text-align: center;
        margin-left: auto;
		margin-right: auto;
}


.tps-row-half-left{
    margin-right: 20px !important;
	float: left;
	width: 48%;
}

.tps-row-half-right{
	float: right;
	width: 48%;
}
	
}

/* pointer scroll to top */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;

}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../img/arrow-top.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

.img-fluid {
	max-width: 80% !important;
	
}


/* De container die het hele startscherm vult */
.video-hero-container {
  position: relative;
  width: 100%;
  height: 80vh; /* Vult 80% van de schermhoogte, handig zodat men ziet dat er nog content onder staat. Gebruik 100vh voor écht volledig scherm. */
  overflow: hidden;
  background-color: #1a1a1a; /* Diep antraciet als fallback tijdens het laden */
}

/* De video zelf die zich aanpast aan het scherm */
.video-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Zorgt dat de video het vlak vult en snijdt de zijkanten netjes af als het scherm te smal is (zoals op mobiel) */
}

/* Optionele styling voor tekst over de video */
.video-overlay-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 125%;
  height: 100%;
  color: #fcfbf9; /* Off-white tekst */
  text-align: center;
  background: rgba(0, 0, 0, 0.2); /* Heel lichte donkere waas over de video zodat witte tekst beter leesbaar is */
}



.video-tps-container {
  position: relative;
  width: 100%;
  height: 50vh; 
  overflow: hidden;
  background-color: #1a1a1a; /* Diep antraciet als fallback tijdens het laden */
}

/* De video zelf die zich aanpast aan het scherm */
.video-tps {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Zorgt dat de video het vlak vult en snijdt de zijkanten netjes af als het scherm te smal is (zoals op mobiel) */
}

.tps-button-video {
	margin-top: 15px;
	color:  #ed2790 !important;
	border-color: #ed2790 !important;
}
.tps-button-video:hover {
	color: #fff !important;
    background-color:  #ed2790 !important;
	border-color:  #ed2790 !important;
}

/* De hoofdcontainer die de blokjes netjes verdeelt */
.tps-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;

}

/* De kaart zelf (volledig klikbaar) */
.tps-cat-card {
    position: relative;
    width: calc(20% - 16px); /* 5 naast elkaar op grote schermen */
    min-width: 200px;
    height: 300px; /* Vaste luxe hoogte */
    border-radius: 12px; /* Mooie luxe afgeronde hoeken */
    overflow: hidden; /* Zorgt dat de afbeelding binnen de hoeken blijft */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtiele zachte schaduw */
    display: flex;
    align-items: flex-end; /* Tekst onderin het blokje plaatsen */
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect op de hele kaart */
.tps-cat-card:hover {
    transform: translateY(-5px); /* Kaart veert iets omhoog */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* De achtergrondafbeelding */
.tps-cat-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

/* Afbeelding zoomt subtiel in bij hover */
.tps-cat-card:hover .tps-cat-image {
    transform: scale(1.08);
}

/* Donkere overlay voor leesbaarheid van de tekst */
.tps-cat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* De content (Tekst + 'Knop') */
.tps-cat-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
}

/* De titel */
.tps-cat-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* De subtiele 'bekijk' link onder de tekst */
.tps-cat-btn {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.85;
    transition: opacity 0.3s ease;
    display: inline-block;
}

.tps-cat-card:hover .tps-cat-btn {
    opacity: 1;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablets en kleinere laptops: 3 naast elkaar (en de rest eronder) */
@media (max-width: 1024px) {
    .tps-cat-card {
        width: calc(33.333% - 14px);
    }
}

/* Mobiel: 2 naast elkaar voor compact overzicht */
@media (max-width: 767px) {
    .tps-category-grid {
        gap: 10px; /* Iets minder tussenruimte op mobiel */
    }
    .tps-cat-card {
        width: calc(50% - 5px); /* Exact 2 naast elkaar */
        height: 220px; /* Iets minder hoog op mobiel zodat het schermvullend is */
    }
    .tps-cat-content {
        padding: 12px;
    }
    .tps-cat-content h3 {
        font-size: 15px; /* Iets kleinere tekst op mobiel */
        margin-bottom: 5px;
    }
    .tps-cat-btn {
        font-size: 11px;
    }
}


.tps-mainbox-wide {
	position: relative;
	width: 100vw;
	padding: 15px;
	background-color: #1A1A1A;

}


.vidh1{
	color: #ed2790;
	font-size: 175%;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	padding-top: 50px;
}

@media (min-width: 767px){
	.vidh1{
	color: #ed2790;
	font-size: 300%;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	padding-top: 50px;
}
.video-overlay-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  height: 100%;
  color: #fcfbf9; /* Off-white tekst */
  text-align: center;
  background: rgba(0, 0, 0, 0.2); /* Heel lichte donkere waas over de video zodat witte tekst beter leesbaar is */
}


}

.tpsfooter > p > a:hover, .tpsfooter > p > a:link, .tpsfooter > p > a:visited {
	color: #fff !important;
}

.tps-sell-button {
	margin-top: auto;
	margin-bottom: auto;
}


.tps-product-img {
    background: rgba(255, 255, 255, 1);
    color: #000;
    box-sizing: border-box;
    border-radius: 8px; 
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15); 
	margin-bottom: 15px;
}

/* 1. KEYFRAMES: We gebruiken de 'cover' range als basis (0% is helemaal onderin, 100% is helemaal bovenin) */
@keyframes fly-in-out-left {
  /* Helemaal onder het scherm: Onzichtbaar en links geplaatst */
  0%, 10% {
    opacity: 0;
    transform: translateX(-150px) scale(0.9);
  }
  /* Rustig ingevlogen: Tussen 30% en 70% van het scrolltraject staat het element perfect stil en zichtbaar */
  30%, 70% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  /* Helemaal boven het scherm: Weer onzichtbaar en naar links gevlogen */
  90%, 100% {
    opacity: 0;
    transform: translateX(-150px) scale(0.9);
  }
}

@keyframes fly-in-out-right {
  /* Helemaal onder het scherm: Onzichtbaar en rechts geplaatst */
  0%, 10% {
    opacity: 0;
    transform: translateX(150px) scale(0.9);
  }
  /* Rustig ingevlogen: Tussen 30% en 70% van het scrolltraject staat het element perfect stil en zichtbaar */
  30%, 70% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  /* Helemaal boven het scherm: Weer onzichtbaar en naar rechts gevlogen */
  90%, 100% {
    opacity: 0;
    transform: translateX(150px) scale(0.9);
  }
}

/* 2. STANDAARD BEELD (Als scroll-animations NIET worden ondersteund, bijv. in Firefox) */
.fly-left, .fly-right {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease; /* Nette fallback */
}

/* 3. SCROLL-DRIVEN ANIMATIONS (Als de browser het wel ondersteunt) */
@supports (animation-timeline: view()) {
  .fly-left, .fly-right {
    animation-timeline: view();
    animation-fill-mode: both;
    animation-duration: 1ms; /* Enkel voor CSS validatie */
    
    /* 
       We gebruiken nu 'cover'. Dit betekent dat het scroll-traject loopt van:
       0% (element raakt de onderkant van je scherm) tot 100% (element verlaat de bovenkant).
    */
    animation-range: cover;
  }

  .fly-left {
    animation-name: fly-in-out-left;
  }

  .fly-right {
    animation-name: fly-in-out-right;
  }
}

html {
  scroll-behavior: smooth;
}

@keyframes chic-shimmer {
  0% { left: -150%; }
  100% { left: 150%; }
}

/* De container klasse die je op de Bootstrap-kolom zet */
.shimmer-col {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* DE FOTO: De foto zelf is nu lekker kaal en stabiel */
.premium-img-free {
  filter: saturate(0.85) contrast(1.05) sepia(0.08); 
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  
  width: 100%;          
  height: auto;         
  display: block;

  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

/* DE GLANS: Deze zit nu op de kolom en werkt gegarandeerd in Chrome */
.shimmer-col::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 150%; 
  
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  
  left: -150%;
  mix-blend-mode: overlay;
  pointer-events: none; 

  /* 1.6s is een prachtig rustig tempo, exact 1 keer */
  animation: chic-shimmer 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Hover-effect op de afbeelding */
.premium-img-free:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.container.tps-mainbox-photo {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0;
    padding-right: 0;
}

/* Zorgt ervoor dat de rij en de afbeelding ook netjes meeschalen */
.tps-mainbox-photo .row {
    margin-left: 0;
    margin-right: 0;
}

.tps-mainpic, 
.tps-maintop {
    width: 100%;
    height: auto;
    padding: 0;
}

.tps-small {
	font-size: 75%;
}

.tps-over {
	overflow: hidden;
}
/* --- Schermen vanaf Tablet / Desktop (bijv. breder dan 768px) --- */
@media (min-width: 992px) or (orientation: landscape) {
    
    /* We maken van de foto-container het ankerpunt */
    .container.tps-mainbox-photo {
        position: relative; 
    }

    /* We trekken de titel OP de foto */
    .tps-mainbox-header {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 10;
        padding: 0;
        pointer-events: none; /* Zorgt dat je eventueel nog op de foto kunt klikken */
    }

    /* Styling voor de tekst als hij OVER de foto staat */
    .tps-mainbox-header h1 {
        font-size: 300%; 
        color: #ed2790;  
    /*    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.6); */
    }
}

/* pointer scroll to top */