.email-mockup-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.email-mockup-img {
  height: 900px;
  border-radius: 0px;
  max-width: 100%;
  height: auto;
}

/* Optional fine-tuning for small screens */
@media (max-width: 768px) {
  .email-mockup-img {
    max-width: 110%;
    border-radius: 0px;
  }
}


.cardsb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or try "contain" for full image */
  object-position: center;
  border-radius: 16px;
}

.cardsb {
  flex: 0 0 auto;
  width: 250px;
  height: 400px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
}

.carouselsb {
  display: flex;
  overflow-x: auto;
  gap: 11px;
  scroll-snap-type: x mandatory;
  padding: 0.5rem;
}

.video-container {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border: none;
}

.connect a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}



@media (max-width: 600px) {
  [data-predefined-style="true"] XL {
    font-size: 110px !important; /* or any smaller size you prefer */
    line-height: 1.1 !important;
  }
}

.footer-subscribe-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: #000;
  border: 1px solid black;
  font-family: 'Eleven Eleven', sans-serif;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer-subscribe-button:hover {
  background-color: #F96464;
  color: white ;
  border-color: #F96464;
}


.footer-instagram {
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-instagram:hover {
  color: #F96464 !important; /* your hover color */
}



@media (max-width: 768px) {
  .clients-carousel {
    gap: 1.5rem !important; /* smaller gap between logos */
  }

  .clients-carousel img {
    height: 100px !important; /* smaller logo size */
  }
}

.clients-carousel div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 2rem 0;
}

.clients-carousel {
  display: inline-flex;
  animation: scroll-marquee linear infinite;
  gap: 3rem;
  align-items: center;
}

.clients-carousel img {
  height: 120px;
  width: auto;
  display: block;
  object-fit: contain;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

   
@media (max-width: 768px) {
.newsletter-signup {
font-size: 70px !important;	
}
}    
    
@media (max-width: 768px) {
.connect {
	font-size: 12px;
}
}    
    
@media (max-width: 768px) {
	.botext {
	font-size: 14px;
    line-height: 1.3;
        
}
}
    
@media (max-width: 768px) {
.ten-percent {
	font-size: 60px;
}
}


@media (max-width: 768px) {
.two-million {
	font-size: 60px;
}
}
    
@media (max-width: 768px) {
.two-hundred {
	font-size: 60px;
}
}
    


@media (max-width: 768px) {

.projects {
    padding: 9px !important;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .projects-item img {
    width: 200px !important;
    height: auto;
    object-fit: cover;
    scroll-snap-align: start;
    display: block;
    transition: transform 0.3s ease;
  }

  .projects-item:hover img {
    transform: scale(1.03);
  }

  .marquee {
    padding: 0 !important;
    margin: 0 auto !important;
    overflow: hidden;
    box-sizing: border-box;
  }
}


@media (max-width: 768px) {
  .learn-more {
    font-size: 10px !important;
  }
}

@media (max-width: 768px) {
  .intro-paragraph {
    font-size: 13.4px !important;
    line-height: 1.3 !important;
}
}

.intro-paragraph {
    font-size: 1.7rem; /* increase size if needed */
    line-height: 1.3;
  }


@media (max-width: 768px) {
  .star {
    width: 3%;     /* or any value you want */
    height: auto;   /* keeps the aspect ratio */
    display: block;
    margin: 0 auto; /* centers the image */
  }
}


.creative {
  font-size: 64px;
  font-weight: 400;
  /* or any other styling you want */
}

@media (max-width: 768px) {
  .creative {
    font-size: 38px;
  }
}

  .compass {
    font-size: 38px; /* match or tweak separately */
  }






.trail {
	font-family: ThePicnicClubItalic;
    font-size: 50px;
}

.project-news {
	font-family: picnic;
    font-size: 50px;
    line-height: 50px;;
}

.newsletter-signup {
	font-family: picnic;
    font-size: 130px;
    color: #8FD36E;
}

.inside {
font-family: eleveneleven;
}

.black-newsletter-section {
  background-color: #4D5748;
  color: #fff;
  padding: 60px 20px;
}

.black-newsletter-section input[type="email"],
.black-newsletter-section button {
  padding: 10px 16px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
}

.black-newsletter-section input[type="email"] {
  width: 250px;
  margin-right: 10px;
}

.black-newsletter-section button {
  background-color: #fff;
  color: #4D5748;
  cursor: pointer;
}

.creative-loop {
    font-family: picNic;
	font-size: 140px;
    color: #fff;
    display: inline-block;
    line-height: 0.8 ;              /* Reduce vertical spacing */
}

.footer-linkedin {
	text-decoration: none;
}



@media (max-width: 768px) {
  .collab-card {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    max-height: none !important;
  }
}

@media (max-width: 768px) {
  .card-container {
    display: flex;
    flex-direction: column;
    gap: 0px !important; /* spacing between cards */
    align-items: stretch; /* makes sure cards fill the container width */
  }
}

.close {
  color: white !important;
  cursor: pointer;
}

#site_menu {
  background-color: black !important;
}


#site_menu_panel_container a {
  color: #fff !important;
}


.site_menu_panel_container a {
  color: white !important;
  text-decoration: none !important;
}

#site_menu_panel_container a:hover {
  color: #f96464 !important;
}



.footer-instagram {
  text-decoration: none;
}


.cta-link {
  font-family: 'eleveneleven', sans-serif; /* Or your preferred font */
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; /* Optional for all caps */
  text-decoration: none;
  display: inline-block;
}


#newsletter-form {
  display: flex;
  width: 320px; /* adjust width as needed */
  border: 1px solid white; /* white border around entire form */
  border-radius: 0px;
  overflow: hidden; /* keep border radius on button/input */
  font-family: inherit;
}

#newsletter-form input[type="email"] {
  flex-grow: 1;
  border: none;
  padding: 10px 15px;
  color: #ccc; /* light gray placeholder text */
  background: transparent;
  font-size: 14px;
  outline: none;
  font-family: inter;
    padding: 16px 16px;
}

#newsletter-form input[type="email"]::placeholder {
  color: #ccc; /* light gray placeholder */
}

#newsletter-form button {
  background: white;
  color: black;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
    font-family: eleveneleven;
    text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  transition: background-color 0.3s ease;
}

#newsletter-form button:hover {
  background-color: #e6e6e6;
}

#site_menu_button {
  margin-top: 17px;
  margin-left: 0px;
}


.site_menu {
  padding: 30px !important; /* Reduce padding around the whole menu */        /* Limit width */
}


.site_menu a {
  font-family: 'picnic', sans-serif;
  font-size: 40px;
  letter-spacing: 0.px;
  color: #ffffff; /* Change color if needed */
}

.menu-wrapper {
  position: relative;
}

.menu-icon {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}

#menu-toggle {
  display: none;
}

.menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 50px;
  background: white;
  width: 200px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.menu a {
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #ddd;
  font-family: 'Picnic', sans-serif; /* Replace with your font */
  font-size: 25px; /* Optional: adjust size */
  font-weight: 400; /* Optional: adjust weight */
  letter-spacing: 0.5px;
}

#menu-toggle:checked + .menu-icon + .menu {
  display: flex;
}


div.page.container.container_width.clearfix bodycopy span {
  color: #fff !important;
}


html {
  scroll-behavior: smooth;
}

.cta-btn {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 12.2px;
 letter-spacing: 1px;
  border-radius: 5px;
    text-decoration: none;
  font-family: 'ElevenEleven', sans-serif; /* Change this to your desired font */
}


.collab-card {
  flex: 0 0 auto; /* Prevent cards from shrinking */
  width: 300px; /* Adjust the width of the card */
  max-height: 900px; /* Adjust the max height for the cards */
  scroll-snap-align: start; /* Ensure cards align correctly when scrolling */
  transition: transform 0.7s ease; /* Smooth zoom transition */
  overflow: hidden; /* Ensure no overflow when zooming */
}

@media (max-width: 700px) {
  .collab-card {
    gap: 15px; /* Reduce gap on mobile */
    padding: 10px 5px; /* Adjust padding for smaller screens */
  }
.collab-card {
    width: 90px; /* Increase the size for mobile */
    max-height: 90px; /* Adjust max height for mobile */
  }
}

@media (max-width: 768px) {
  .learn-more {
    line-height: 1.4; /* or try '20px', '1.6', etc. */
  }
}

@media (max-width: 768px) {
.card {
  flex: 0 0 auto;
  width: 180px !important;
  height: 240px !important;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
}
}


@media (max-width: 768px) {
  .carousel{
  display: flex;
  overflow-x: auto;
  gap: 11px;
  scroll-snap-type: x mandatory;
  padding: 0.5rem;
}
}

.projects {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  padding: 24px;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  max-width: 100%;
  scroll-behavior: smooth
}

  .projects-item:hover img {
    transform: scale(1.03);
  }

  .projects-item img {
    width: 300px;
    height: auto;
    object-fit: cover;
    scroll-snap-align: start;
    display: block;
  }

.card-container {
  display: flex; /* Align cards horizontally */
  gap: 10px; /* Space between cards */
  padding: 40px; /* Padding around the cards */
  overflow-x: auto;
  justify-content: center; /* Center horizontally */
  align-items: center;
  white-space: nowrap;
}

.collab-card img {
  width: 100%;
  height: 100%; /* Ensure the image fills the card */
  transition: transform 0.1s ease;  /* Smooth transition for zoom effect */
}

.collab-card img:hover {
  transform: scale(1.03);  /* Zoom effect on hover */
}


.creative-compass{
	font-family: ThePicnicClub, sans-serif;  
}
.compass {
	font-family: ThePicnicClubItalic, sans-serif;
}

@font-face {
	font-family:ThePicnicClubItalic;
    src: url(https://files.cargocollective.com/c315292/ThePicnicClubItalic-RegularItalic.otf);
    
    font-weight: normal;
    font-style: normal;
}

.learn-more{
	font-family: ElevenEleven, sans-serif;
    text-transform: uppercase; 
    font-size: 12px;
    text-decoration: underline;
}

.read-more {
  font-family: 'ElevenEleven', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

@font-face {
  font-family: 'ElevenEleven';
  src: url('https://files.cargocollective.com/c315292/ElevenEleven-Bold.otf');
  font-weight: normal;
  font-style: normal;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 11px;
  scroll-snap-type: x mandatory;
  padding: 0.5rem;
}

.card {
  flex: 0 0 auto;
  width: 250px;
  height: 333px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}


.card:hover {
  background: #fff;
}

@font-face {
  font-family: 'Picnic';
  src: url('https://files.cargocollective.com/c315292/ThePicnicClub-Light.woff2') format('woff2'),
       url('https://files.cargocollective.com/c315292/ThePicnicClub-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: 'Picnic', sans-serif !important;
  font-size: 60px !important;
}


.connect {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  font-family: 'Eleven Eleven', sans-serif;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.connect:hover {
  background-color: #F96464;
  color: white ;
  border-color: #F96464;
}


.connect:active {
  background-color: #F96464;
  color: white ;
  border-color: #F96464;
}

.Newsletter {
	display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
    border: solid 1px;
    cursor: pointer;
}


@media screen and (max-width: 700px)  {
    H1 {
	font-size: 35px !important;
}
}
   
    /**
 * Content
 */

body {
	background-color: #000;
	color: #fff;
 
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

video#fullscreen_embed {
    position: fixed;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 99999;
}

[data-predefined-style="true"] a:active {
	color: #000;
}

.page a.active {
	opacity: 1;
}

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 {
	border: 0;
	padding: 0;
}

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

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

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1.2em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.69);
	font-family: "inter", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
    letter-spacing:0px
}

[data-predefined-style="true"] bodycopy a {
    color: rgb(0, 0, 0);
}

[data-predefined-style="true"] bodycopybold {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgb(255, 255, 255);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] [local-style="5747148"] bodycopy a.active {
	color: rgb(197, 164, 255);
}

[data-predefined-style="true"] Navigation a{
	color: rgba(255, 0, 0, 1); 
    padding-bottom: 0em;
	border-bottom: 0px solid rgba(255, 255, 255, 1);
	text-decoration: none;
}

[data-predefined-style="true"] Navigation a:hover {
    border: 1;
	color: rgba(255, 0, 0, 1) !important;

}

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: ThePicnicClub,Icons;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 12.2vmin;
	line-height: 1;
	color: rgb(0, 0, 0);
	font-weight: 400;
    letter-spacing:1px;
    line-height: 1;
	}


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

[data-predefined-style="true"] h1 a:hover {
    border: 0;
	color: rgba(10, 0, 246, 1);

}

[data-predefined-style="true"] h5 a {
    border: 0;
	color: rgb(110, 110, 110);
}

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

[data-predefined-style="true"] h2 {
	font-family: Inter, Icons;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 2.5rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] h3 {
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1.3;
	color: #2f2f2f;
	}


[data-predefined-style="true"] h4 {
	font-size: 1rem;
	line-height: 1.5;
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
    
    [data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.00rem;
	line-height: 0.;
	font-family: ElevenEleven, Icons;
	font-style: normal;
	font-weight: 700;
	color: rgb(0, 0, 0);
    letter-spacing:1px
}

[data-predefined-style="true"] Navigation {
	font-family: "DM Sans", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgb(24, 24, 24);
	font-size: 1.3rem;
	line-height: 1.4;
    letter-spacing:0px
}

[data-predefined-style="true"] h5 {
	font-family: "DM Sans", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(55, 55, 55, 0.24);
	font-size: 1.2rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] XL {
	font-family: "picnic", Icons;
	font-style: normal;
	font-weight: 00;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 200px;
	line-height: 1.2;
	}

/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left/*!text_left*/;
    align-items: stretch;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 1.3rem /*!main_margin*/;
	padding-bottom: 1.3rem /*!main_margin*/;
	padding-left: 1.3rem /*!main_margin*/;
	padding-right: 1.3rem /*!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: transparent/thumbnails_bgcolor/;   
}

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

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

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

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

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

.thumbnails .thumb_image {
    margin-top: 4rem;
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.0);
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 2.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.92);
	font-family: "DM Sans", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
    font-family: Paysage, Icons;
    font-style: normal;
	line-height: 1.2;
    text-align: left;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 0px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: rem /*!site_menu_button*/;
	right: 1rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 100%;
    height: 20px;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "DM Sans", Icons;
	background: rgba(255, 255, 255, 1);
	font-size: 56px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 100%;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 50%;
}

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

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

#site_menu a.active {
	opacity: 1.0;
   
}

#site_menu .close {
	color: rgba(0, 0, 0, 1);
	line-height: 0.98em;
	font-size: 59px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
    padding: 20px;
}

#site_menu .break {
	height: 28px;
}

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

/*
 * Shop Button
 */

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

#shop_button.text {
    font-size: 2.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.2;
}

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


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

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, .75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

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


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 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: 1px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 100%;
    height: 3.3rem;
    outline: 1px solid rgba(255, 0, 55, 1);
    color: rgba(255, 0, 0, 0.51);
    background: #000;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

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;
}


