/**
 * Content
 */


html {
    /*cursor: url("https://files.cargocollective.com/c687348/cursor.png")10 10, auto !important;*/
    overflow-y: scroll;

    /*direction: rtl;*/

      
}




body {
	background-color: #fff;
	color: #000; 
    max-width: 100%;
	/*direction: ltr;*/
    
}

.type-text {
  font-family: system-ui, "Favorit Variable", sans-serif;
  font-size: 170px;
  line-height: 130px;
  visibility: hidden; /* hide until font loaded */
}

body.font-loaded .type-text {
  visibility: visible;
}



@media (min-width: 768px) {
  .type-text {
    font-family: system-ui, "Favorit Variable", sans-serif;
    font-size: 170px;
    line-height: 130px;
    visibility: hidden; /* hide until font loaded */
  }

  body.font-loaded .type-text {
    visibility: visible;
  }
}

/* Mobile screens */
@media (max-width: 767px) {
  .type-text {
    font-family: system-ui, sans-serif; /* fallback font for fast rendering */
    font-size: 48px; /* smaller size for mobile */
    line-height: 1.2; /* relative line-height */
    visibility: visible; /* show immediately */
  }
}

@font-face {
    font-family: 'Bastiro-Regular';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-feature-settings: normal;
    src: URL('https://files.cargocollective.com/c687348/Bastiro-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Bastiro-Italic';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-feature-settings: normal;
    src: URL('https://files.cargocollective.com/c687348/Bastiro-italic.woff2') format('woff2');
}


@font-face {
    font-family: 'Hypermono-A';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Hypermono-A.woff2') format('woff2');
}

@font-face {
    font-family: 'Hypermono-B';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Hypermono-B.woff2') format('woff2');
}

@font-face {
    font-family: 'Hypermono-C';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Hypermono-C.woff2') format('woff2');
}

@font-face {
    font-family: 'Hypermono-D';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Hypermono-D.woff2') format('woff2');
}

@font-face {
    font-family: 'HypermonoVF';
    font-style: normal;
    font-display: swap;
    font-weight: 100 400;
    src: URL('https://files.cargocollective.com/c687348/HypermonoVF.woff2') format('woff2');
}



@font-face {
    font-family: 'MuscularVF';
    font-style: normal;
    font-display: swap;
    font-weight: 100 700;
    src: URL('https://files.cargocollective.com/c687348/MuscularVF.woff2') format('woff2');
}

@font-face {
    font-family: 'Muscular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Muscular-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'MuscularBold';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Muscular-Bold.woff2') format('woff2');
}


@font-face {
    font-family: 'Hackon';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Hackon.woff2') format('woff2');
}

@font-face {
    font-family: 'Saku';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Saku.woff2') format('woff2');
}



@font-face {
    font-family: 'Mycela';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Mycela.woff2') format('woff2');
}

@font-face {
    font-family: 'Oldenorth';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Oldenorth.woff2') format('woff2');
}

@font-face {
    font-family: 'Gruwel';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: URL('https://files.cargocollective.com/c687348/Gruwel.woff2') format('woff2');
}

@media (max-width: 800px) {
  .font-option {
   display: flex;
   align-items: center;
   width: 60%;
   flex-direction: column !important;
    gap:10px;
  }
    
}


a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 1;
    color:#fff;
    background:#000;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {



	padding: 0px;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 3em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

::selection {
  color: rgba(255, 255, 255, 1);
  background: #dd78e8;
  
}

/* width */
::-webkit-scrollbar {
  width: 11px;
  direction:ltr;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}



hr {

	background: rgba(0, 0, 0, 1);
	border: 1px;
	height: 2.5px;
	display: block;
    margin-left: -10px;
    margin-top:0px;
    margin-bottom: -4.4px;
    width: 120vw;
   
}


.hr2 {
    filter: grayscale(100%);

	background: rgba(0, 14, 212, 1);
	border: 4px;
	display: block;
    margin-left: -15px;
    margin-bottom: -0.3px;
    width: 110vw;
}




.hr3 {
	background: rgba(0, 0, 0, 1);
	border: 1px;
	height: 2.2px;
	display: block;
    margin-top: 10px;
    margin-bottom:0px;
    margin-left: -31px;
    width: 120vw;
   
}

.hr4 {
	background: rgba(0, 0, 0, 1);
	border: 1px;
	height: 2.2px;
	display: inherit;
    width: 95vw;
    margin-left: -2px;
    margin-bottom: -15px;
   
}

/* =========================
   UNIFIED UI BUTTON SYSTEM
   ========================= */

.ui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex: 0 0 auto;
  align-self: flex-start;
  background-color: #fff;
  color: #020202;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border-color:white;
  font-family: "Favorit Variable", Icons;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.15s ease;
}

.ui-btn:hover {
  background-color: #d392da;
  color: #fff;
}

.ui-btn:active {
  transform: scale(0.96);
}

.content img {
    
	float: none;

    vertical-align: bottom;
}

.gallery_image_caption {
    
    margin-top: -2.1rem;
    margin-bottom: 0.5rem;
    padding-left:6px;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
    background-color:rgba(0, 0, 0, 0);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.07rem;
    position: relative;
  
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {

	font-size: 1.1rem;
	font-weight: 300;
	color: rgb(0, 0, 0);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.07rem;
}

[data-predefined-style="true"] bodycopy a {
	color: #000;
	padding-bottom: 0.05em;
	border-bottom: 0 solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: #fff;
	border-bottom: 0 solid rgba(127, 127, 127, 0.2);
	text-decoration: none;


}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}



[data-predefined-style="true"] h1 {
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	font-variation-settings: 'slnt' 0;
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
    letter-spacing: 0px;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 2rem;
	line-height: 1.1;
	font-style: normal;
	font-weight: 400;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
    transition: 0.2s;

}

[data-predefined-style="true"] h2 a:hover {
	color: rgba(255, 255, 255, 1);
    transition: 0.5s;
    cursor:pointer;

}

[data-predefined-style="true"] h2 a:active {
	color: rgba(255, 255, 255, 1);
    transition: 0.5s;
}



[data-predefined-style="true"] h3 {
    font-family: "Favorit Variable", Icons;
    font-style: normal;
    font-weight: 350;
    font-size: 1.4rem;
    line-height: 0.0;
	}

[data-predefined-style="true"] h3 a {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h3 a:hover {
    

}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	letter-spacing: 0.07rem;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.65);
	border-bottom-width: 0;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #fff/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 0.1rem/*!main_margin*/;
	padding-bottom: 0.1rem/*!main_margin*/;
	padding-left: 0.1rem/*!main_margin*/;
	padding-right: 0.1rem/*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0 solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 4.0rem;
    font-size: 2.0rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.64);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: #000;
    line-height: 1;
    font-size: 60px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(69, 56, 242, 0);
    position: fixed;
	top: 0rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
    width: 40px;
    height:auto;
    display: block;


}

body.mobile #site_menu_button {
	margin: -10px;
    font-size: 45px;
}

#site_menu_button.custom_icon {
	width: 7vh;
    height: auto;
    position:fixed;
}

#site_menu_button.active {
	display: contents;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Favorit Variable", Icons;
	background: rgba(255, 255, 255, 1);
    border: rgba(0, 0, 0, 1);
    border-width: 2px;
	font-size: 25px;
	font-style: normal;
	font-weight: 350;
	padding: 20px 20px 90px 20px;
	max-width: 300px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	font-variation-settings: 'slnt' 0;
}

body.mobile #site_menu {
    margin-top:7.5vh;
    height: 24vh;
    background: #fff;
    border: rgba(0, 0, 0, 1);
    border-width: 2px;
    border-bottom-style: solid;


}

#site_menu .page-link a {
	color: rgba(3, 3, 3, 1);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
   
}

#site_menu .close {
	display: block;
    position:left;
    align-content: left;
	color: rgba(0, 0, 0, 1);
	line-height: 1.00em;
	font-size: 60px;
}

body.mobile #site_menu .close {
	display: block;
    position:left;
    text-align: left;
	font-size: 60px;
	line-height: 1em;
}

#site_menu .break {
	height: 30px;
}

#site_menu .indent {
	margin-left: 30px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.45);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 1px;
	right: 2rem /*!shop_button*/;
	top: 2rem /*!shop_button*/;
    
}

#shop_button.text {
    font-family: "Favorit Variable", Icons;
	font-size: 1.5rem;
    margin-top: -12px;
    padding:5px ;
    font-weight: 350;
    background: #e9a6e6;
    color: rgba(0, 0, 0, 1);
    border-radius:15px;
	font-style: normal;
    letter-spacing: 0.07rem;
	font-variation-settings: 'slnt' 0
        ;
    
    }




#shop_button.custom_icon {
	width: 40px;
    height: auto;
    
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
    
    
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
    max-width: 40rem;
    position: relative;
    display: flex;
    margin-right: 0px;
    font-family: "Favorit Variable", Icons;
    font-style: normal;
    font-weight: 350;
    font-size: 1.3rem;
    
}

/* Price label */
.shop_product .price {
    background-color: #d291d9;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

/* Buttons & dropdown base style */
.shop_product .button,
.shop_product .dropdown {
    display: inline-flex;
    align-items: center;
	text-align: center;
    width: auto;
    flex: 0 0 auto;
    background-color: #d392da;
    color: #000;
    padding: 0.4rem 1.2rem;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    transition:
      background-color 0.25s ease,
      color 0.25s ease,
      transform 0.15s ease;
}

.shop_product .button:hover,
.shop_product .dropdown:hover {
    background-color: #34064a; /* soft accent color */
    color: #fff;               /* keep text readable */
}


/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.75);
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: "TeX Gyre Heros Condensed", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
    letter-spacing: 0.07rem;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}




   

.footer_mobile {
    position:relative;
    align-items: left;
    justify-content: left;
    background-color:rgba(0, 0, 0, 1);
	border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width:0px;
    border-color:transparent;
    padding-top:0px;
    padding-left:11px;
    height: 6vh !important;
    z-index:1;

	
}


.header_mobile{
    position:relative;
    align-items: left;
    justify-content: left;
    background-color:rgba(255, 255, 255, 1);
	border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-color:rgba(0, 0, 0, 1);
    margin-top:0vh;
    margin-left:-15px;
    margin-right:-15px;
    padding-top:0px;
    padding-left:10px;
    width:  auto !important;
    height: 7.5vh !important;
    z-index:1;

}

.newdiv{
  position:relative;
  background-color:#e8e8e8;
    border-color:#414141;
  border-style: solid;
  border-width: 2px;
    border-top-width:2px;
    border-left-width:2px;
    border-right-width:2px;
    border-bottom-width: 2px;
    border-radius: 0px;
  margin:25px;
	
}


.footer2 {
    position:initial;
    background-color:transparent;
	border-style: solid;
    border-width: 2px;
    border-color:transparent;
    margin-left:-55px;
    margin-top:0px;
    margin-bottom:-55px;
    margin-right:-55px;
    padding-top:0px;
    padding-left:55px;
    padding-right:55px;
    width:  auto !important;
    height: 100%;
    z-index:5;
	
}





.font-body.dark-mode {
  filter: invert(1) hue-rotate(180deg);
  background: #121212 !important; /* optional: override bg if needed */
}





/* =========================
   PAGE MENU HEADER
   ========================= */
.page-header {
  width: 100%;
  position: relative; /* for centering nav absolutely */
  display: flex;
  align-items: center;
  padding: 12px 24px;
  background-color: #000;
  border-bottom: 1px solid #fff;
  font-family: "Favorit Variable", Icons;
}


/* Logo on the left */
.page-header .logo {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 2; /* above nav if overlapping */
}



.page-header .logo:hover {
  transform: scale(1.05);
}


/* Nav links centered horizontally */
.page-header .nav-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 24px; /* spacing between links */
  z-index: 1;
}


.page-header .nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 350;
  padding: 6px 12px;
  border-radius: 20px;
  transition: all 0.25s ease;
  cursor: pointer;
}


.page-header .nav-links a:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.00);
  border-radius: 25px;
}


/* Optional: active page highlight */
.page-header .nav-links a.active {
  background-color: #d392da;
  color: #fff;
}


.sub-header {
  position: sticky;
  top: 0; /* will be updated below */
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 10px 8px 6px 8px;
  background-color: #e8a5ef;
  border: 1px solid #000;
  font-family: "Favorit Variable", Icons;
  z-index: 10;
}

/* Content zones */
.sub-left,
.sub-center,
.sub-right {
  color: #fff;
  font-size: 1.1rem;
}

/* Center content truly centered */
.sub-center {
  text-align: center;
}

/* Right content aligned right */
.sub-right {
  text-align: right;
}



/* =========================
   PAGE FOOTER
   ========================= */
.page-footer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background-color: #000;
  border-top: 1px solid #fff;
  font-family: "Favorit Variable", Icons;
  color: #fff;
}

/* Reset margins so headings behave cleanly */
.page-footer h2,
.page-footer p {
  margin: 0;
}

/* H2 — primary footer text */
.page-footer h2 {
  font-size: 1.3rem;
  font-weight: 400;
}

/* Paragraph — secondary footer text */
.page-footer p {
  font-size: 1.3rem;
  font-weight: 350;
}

/* Links inherit typography */
.page-footer a {
  color: inherit;
  text-decoration: none;
}

.page-footer a:hover {
  text-decoration: underline;
}

/* Center social icons */
.footer-center {
  align-items:center;
  left: 50%;
  transform: translateX(-50%);
  transform: scale(140%);
  display: flex;
  gap: 2px;
}

/* =========================
   INTRO BLOCK (HOMEPAGE)
   ========================= */

.intro-wrapper {
  width: 50%;
  margin: 0 0 24px 1%;
  border-style: solid;
  border-width: 0px 1.5px 0px 0px;
  opacity: 0;
  transform: translateY(12px);
  animation: introFadeUp 0.7s ease-out forwards;
  animation-delay: 0.15s;
}
/* Keyframes */
@keyframes introFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.intro-content {
  padding: 20px 4px; /* matches .tester-controls /.type-area rhythm */
  font-family: "Favorit Variable", Icons;
  min-height: 2.8em;

}

.intro-content p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 350;
  color: #000;
  max-width: 60rem; /* optional: keeps it readable */
}



/*Type Form*/
/*Type Form*/
/*Type Form*/
/*Type Form*/


.font-option {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  color: #000;
}

.font-option-buttons button {
  background: transparent;
  color: #fff;
  border: 0px solid currentColor;
  padding: 6px 8px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: transform 0.2s ease;
  font-family: system-ui, sans-serif;
  letter-spacing: 0.02em;
   min-width: 10px;      
   min-height: 10px;
}

.font-option-buttons button:hover {
  transform: scale(1.1);
}

.font-option-buttons button:active {
  transform: scale(0.95);
}

select{
    font-size:1.3rem;
    padding:5px 7px 5px 7px;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    color: #000;
    border-radius:0px;
    cursor: default;
    border:none;
  background-color:#fff;
  background-position: 5px; 
  background-size: 20px;
  outline-style:none;
}

select:hover{
    font-size:1.3rem;
    padding:5px 7px 5px 7px;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    color: #000;
    border-radius:0px;
    cursor: pointer;
    border:none;
  background-color:#dd78e8;
  background-position: 5px; 
  background-size: 20px;
  outline-style:none;
}

/* =========================
   TESTER SLIDERS (SCOPED)
   ========================= */

/* Slider base */
.tester-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  outline: none;
  margin: 0 6px;
  transition: all 0.2s ease; /* smooth hover effect */
}

/* Track (WebKit / Chrome / Safari) */
.tester-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: #fff;
  transition: all 0.2s ease;
}

/* Thumb (WebKit / Chrome / Safari) */
.tester-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* Thumb hover effect */
.tester-controls input[type="range"]:hover::-webkit-slider-thumb {
  transform: scale(2.0);      /* grows bigger like button hover */
  background: #fff;        /* optional: change color on hover */
}

/* Firefox track */
.tester-controls input[type="range"]::-moz-range-track {
  height: 2px;
  background: #fff;
  border: none;
  transition: all 0.2s ease;
}

/* Firefox thumb */
.tester-controls input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* Thumb hover effect for Firefox */
.tester-controls input[type="range"]:hover::-moz-range-thumb {
  transform: scale(1.3);
  background: #fff;
}

/* Edge / IE */
.tester-controls input[type="range"]::-ms-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.tester-controls input[type="range"]:hover::-ms-thumb {
  transform: scale(1.3);
  background: #fff;
}




.random-bg-btn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 1px 5px;
  font-size: 1.2rem;
  font-family: "Favorit Variable", Icons;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.random-bg-btn:hover {
  background-color: #fff;
  color: #000;
  border-radius:25px;
  transform: scale(1.05);
}

.random-color-btn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 2px 5px;
  font-size: 1.2rem;
  font-family: "Favorit Variable", Icons;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.random-color-btn:hover {
  background-color: #fff;
  color: #000;
  border-radius:25px;
  transform: scale(1.05);
}

.reset-color-btn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 0px 5px;
  font-size: 1.5rem;
  font-family: "Favorit Variable", Icons;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.reset-color-btn:hover {
  background-color: #fff;
  color: #000;
  border-radius:25px;
  transform: scale(1.05);
}


.align-text-btn {
  background: transparent;
  color: #fff;
  border: 0;
  padding: 4px 8px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: transform 0.2s ease;
  font-family: system-ui, sans-serif;
}

.align-text-btn:hover {
  background-color: #fff;
  color: #000;
  border-radius:25px;
  transform: scale(1.1);
}

.align-text-btn:active {
  transform: scale(0.95);
}


.random-text-btn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 3px 6px;
  font-size: 1.2rem;
  font-family: "Favorit Variable", Icons;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.random-text-btn:hover {
  background-color: #fff;
  border-radius:25px;
  color: #000;
  transform: scale(1.05);
}




* {
  box-sizing: border-box;
}


/* WRAPPER */
/* WRAPPER */
/* WRAPPER */
/* WRAPPER */
.tester-wrapper {
  width: 98%;
  margin: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  overflow: hidden;
  background: #000;
  border: 0px solid #000;

  display: flex;
  flex-direction: column;
}

/* CONTROLS */
.tester-controls {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 22px;
  border-bottom: 1px solid #fff;
}

.weight-select {
  background: #fff;
  color: #000;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
}



/* BODY */
.tester-body {
  display: block;
  min-height: 220px;
  max-height: 90vh;
  overflow: hidden;
}

/* TYPE AREA */
.type-area {
  padding: 20px 20px;
  overflow: visible; 
  min-height: 200px;  
  margin-bottom: 30px; 
}

.type-text {
  color: #eee;
  font-size: clamp(64px, 8vw, 200px);
  line-height: 1;
  outline: none;
  white-space: pre-wrap;
  word-break: break-word;
  cursor: text;
   transition:
   background-color 0.3s ease,
   color 0.3s ease;
}

/* SIDEBAR */
.tester-sidebar {
  border-left: 1px solid #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  min-width: 220px;
  position: relative;

}

.sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.sidebar-links a:hover {
  text-decoration: underline;
}

.add-to-cart {
  align-self: flex-end;
  background: #f3a3dc;
  color: #000;
  border: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
}

/* FOOTER */
.tester-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e8a5ef;
  padding: 6px 10px 6px 18px;
  border-bottom: 0px solid #000;
}

.tester-footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tester-title {

}

.tester-info-btn {
  display: inline-flex;
  align-items: center;
  padding: 0px 12px 0px 10px;
  border-radius: 20px;
  background: #d392da;
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease;
}

.tester-info-btn:hover {
  color: #fff;
  background-color: #34064a;
}




@media (max-width: 768px) {

.intro-wrapper {
  width: 98%;
  margin: 0 auto 24px auto; /* same centering + spacing */

}

.intro-content {
  padding: 20px 22px; /* matches .tester-controls /.type-area rhythm */
  font-family: "Favorit Variable", Icons;
}

.intro-content p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 350;
  color: #000;
  max-width: 60rem; /* optional: keeps it readable */
}
  

/* =========================
     WRAPPER
     ========================= */

  .tester-wrapper {
    margin-right:1.5vw;
    border-radius: 16px;
  }

  /* =========================
     FOOTER → TOP BAR
     ========================= */

  .tester-footer {
    order: -1;
    padding: 10px 14px;
    gap: 12px;
    display: block;
  }

  .tester-footer h2 {
    font-size: 1.2rem;
  }

  .tester-footer h3 {
    font-size: 1.2rem;
  }

   .shop_product {
    width: 100%;
    max-width: 20rem;
    position: relative;
    display: flex;
    margin-right: 10px;
    font-family: "Favorit Variable", Icons;
    font-style: normal;
    font-weight: 350;
    font-size: 1.3rem;
    
}
.shop_product .button,
.shop_product .dropdown {
    display: inline-flex;
    align-items: center;
	text-align: center;
    width: auto;
    flex: 0 0 auto;
    background-color: #d392da;
    color: #000;
	margin-top:5px;
    margin-left:-4px;
    padding: 0.4rem 1.2rem;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    transition:
      background-color 0.25s ease,
      color 0.25s ease,
      transform 0.15s ease;
}
  /* =========================
     CONTROLS (STACKED)
     ========================= */

  .tester-controls {
    position: sticky;
    top: 0;
    z-index: 20;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;

    padding: 12px 14px;
    background: rgba(0, 0, 0, 1);
    backdrop-filter: blur(6px);

    border-bottom: 1px solid #fff;
  }

  .font-option {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  /* =========================
     SELECT
     ========================= */

  .font-option select {
    width: 100%;
    font-size: 16px;
    padding: 10px 12px;
    margin-bottom:20px;
  }

  /* =========================
     LABELS
     ========================= */

  .tester-controls span {
    font-size: 13px;
    opacity: 0.85;
  }

  /* =========================
     SLIDERS
     ========================= */

  .tester-controls input[type="range"] {
    width: 100%;
    height: 4px;
    margin: 6px 0 12px;
  }

  .tester-controls input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }

  .tester-controls input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  /* Disable hover scale on touch */
  .tester-controls input[type="range"]:hover::-webkit-slider-thumb,
  .tester-controls input[type="range"]:hover::-moz-range-thumb {
    transform: none;
  }

  /* =========================
     BUTTON GRID
     ========================= */

  .font-option-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .font-option-buttons button {
    min-width: 44px;
    min-height: 44px;
    font-size: 1.4rem;
    padding: 0;
    border-radius: 10px;
  }

  .font-option-buttons button:hover {
    transform: none;
  }

  /* =========================
     TYPE AREA
     ========================= */

  .tester-body {
    max-height: none;

  }

  .type-area {
    padding: 18px 14px 26px;

  }

  .type-text {
    font-size: clamp(32px, 10vw, 88px);
    line-height: 1.05;
  }

  /* =========================
     SIDEBAR
     ========================= */

  .tester-sidebar {
    border-left: none;
    border-top: 1px solid #fff;
    padding: 12px;
    margin-top: 12px;
  }

#shop_button.text {
    font-family: "Favorit Variable", Icons;
	font-size: 1.5rem;
    margin-top: 0px;
    padding:5px ;
    font-weight: 350;
    background: #e9a6e6;
    color: rgba(0, 0, 0, 1);
    border-radius:15px;
	font-style: normal;
    letter-spacing: 0.07rem;
	font-variation-settings: 'slnt' 0
        ;
    
    }


}


