::selection {
  background: rgba(35, 36, 41, 1);
  color: rgba(255, 255, 255, 1);
}

html { 
  scroll-behavior: smooth;
}

#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #232429;
        font-family: "Spectral", serif;
    /*cursor: url(https://files.cargocollective.com/c1372740/cursor-plus.svg) 18 18,zoom-in !important;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smooth: always;
text-rendering: optimizeLegibility;
font-kerning: auto;
}

/*Custom Cursor*/

@media only screen and (min-width: 450px),
screen and (min-height: 450) {
*, body {
  cursor: none !important;
}
}
body.mobile .cursor {
    display: none !important;
}
@media only screen and (max-width: 450px),
screen and (max-height: 450) {
    .cursor {
    display: none !important;
}
}
.cursor {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 2.5px solid #fff;
  transition: all 25ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
   mix-blend-mode: difference;
    z-index: 9999999999;
}
.hover {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 1);
  border: 0px solid #232429;
    mix-blend-mode: difference;
}
.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}


a:active {
	opacity: 0.7;
}

.page a.active {
/*	color: #232429;*/
}

i,
em {
	font-style: italic;
}

b,
strong {
   font-weight: normal;
    border-bottom: 1px solid;
}

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

sub {
	top: 0.3em;
}

sup {
/*	top: -0.4em;*/
        letter-spacing: 0.4px;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

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

hr {
    padding: 1.5rem;
    width: 80%;
    position: relative;
    
    margin: 5rem auto;
    height: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 30px !important;
    background: transparent url(https://files.cargocollective.com/c1556573/Paul-Rodri-guez_Footer_Logo-variations_bg-2.png) repeat-x;
    border: none;
}

.content img {
	float: none;
	margin: 0.5em;
}

a:hover img {
	opacity: .6;
}
a img {
    transition: all .25s ease-in-out !important;
    -moz-transition: all .25s ease-in-out !important;
    -webkit-transition: all .25s  ease-in-out !important;
}
body.homepage a:hover img {
	opacity: .85;
}
body.homepage a img {
        transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}

h1 u {
    border-bottom: 2px solid rgba(35, 36, 41, 1);
    text-decoration: none;
        transition: all 200ms ease-out;
}
[data-predefined-style="true"] h1 a {
  
}
[data-predefined-style="true"] h1:hover a u {
  
}
[data-predefined-style="true"] h1 a:hover {
   
}
[data-predefined-style="true"] [local-style="37420974"] a,
[data-predefined-style="true"] [local-style="37420975"] a {
	border: none;
}

[data-id="37420972"] [local-style="37420975"] {
	bottom: 0;
}

/*Home*/
[local-style="37420968"] .page {
    min-height: 100% !important;
	background-color: initial /*!page_bgcolor*/;
}
[local-style="37420968"] .backdrop {
    min-height: 100vh;
}
[local-style="37420968"] .container,
body.mobile [local-style="37420968"] .container {
    position: fixed;
}

#header a {
	border: none;
}

/*Video Splash*/
[local-style="37420969"] * {
   mix-blend-mode: difference !important;
}
#videoplayer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    object-fit: cover;
}
@media only screen and (max-width: 449px),
    screen and (max-height: 449px) {
#videoplayer {
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    z-index: -100 !important;
    object-fit: cover !important;
}
    #rawvideo {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
}
#rawvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 450px) {
    #videoplayer, #rawvideo {
        /*With Margin*/
        /*
        object-fit: contain;
        height: 80%;
        width: 95%;
        left: 2.5%;
        top:10%
*/
    }
}

/*Video width 100% on mobile  */
/*Vimeo + Cargo*/ 
body.mobile .video_embed, body.mobile iframe.video_embed, body.mobile .video_wrapper_inner, body.mobile .video_wrapper_outer {
    width: 100% !important;
    height: 100% !important;
    padding: .5rem;
    z-index: 9999;
    padding-bottom: 58.65%; /* 16:9 + 5rem */
    padding-top: 58.65%; /* 16:9 + 5rem */
    /*    padding-bottom: 56.25%; /* 16:9 */
    /*	padding-top: 56.25%; /* 16:9 */
}
/*Video in middle screen*/
body.mobile [data-backdrop="video"].backdrop .video_embed {
  top: 33.33%;
}

/*Last video space*/
body.mobile [data-id="37428096"] {
  margin-bottom: 10rem;
}

/*Footer*/
body.mobile [local-style="37428101"] bodycopy {
    font-size: .85rem;
}
/*MENU DESCKTOP/MOBILE*/
/**
 * NAV MOBILE Site Menu Button
 */

.scrollUp {
    transform: translateY(-80px);
    transition: transform ease-in-out 0.5s;
    -webkit-transition: transform ease-in-out 0.2s;
    -moz-transition: transform ease-in-out 0.2s;
}

[local-style="37421017"] {
    margin-bottom: -80px;
        transition: transform ease-in-out 0.5s;
    -webkit-transition: transform ease-in-out 0.2s;
    -moz-transition: transform ease-in-out 0.2s;
}
/*body.mobile [local-style="37421017"] {
	margin-bottom: initial;
    transform: initial !important;
}*/

.pinned_bottom {
	z-index: 99;
}

.dropbtn {
    font-size: 1.75rem;
    line-height: 0;
    font-weight: normal;
/*    color: #232429;*/
    font-style: normal;
    vertical-align: middle;
/*    cursor: pointer;*/
    width: 100%;
    padding: 0 0.28em;
    background-color: initial;
    border: none;
    text-transform: lowercase;
    letter-spacing: .25px;
}

.dropbtn a {
	border: none !important;
}

/*Footer*/

/*no display on index*/ [data-page-id="37420972"] [local-style="37421018"] {
    display: none;
}

.contact-footer {
/*		background-color: #f2f3f6;*/
}

[local-style="37420973"] {
z-index: -1 !important;
}

[local-style="37421018"] {
	padding-bottom: 0.25rem !important;
    bottom: 0 !important;
}
[local-style="37421018"] small {
	bottom: 0;
    vertical-align: bottom;
}
.pinned_bottom{
    height: auto !important;
}

/*Popup Cookies Consent*/

#cookies .wrapper {
  position: fixed;
  bottom: 20px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 5px 25px 25px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#cookies .wrapper.show {
  right: 20px;
}
#cookies .wrapper header {
  display: flex;
  align-items: center;
}

#cookies header h3 {
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-variation-settings: 'slnt' 0, 'MONO';
    color: rgba(51, 51, 51, 1);
    font-weight: 3400;
}
#cookies .wrapper .data {
	font-size: 1.1rem;
	color: rgb(190, 175, 168);
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO';
	padding-bottom: 2px;
}
#cookies .wrapper .data p {
  color: #323232;
}
#cookies .data p a {
  color: #323232;
  text-decoration: none;
    font-weight: 800;
    letter-spacing: initial;
}
#cookies .data p a:hover {
  text-decoration: underline;
}
#cookies .wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-transform: uppercase;
}
#cookies .buttons .button {
	font-size: 1.0rem;
	color: rgb(190, 175, 168);
    font-weight: 400;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: -0.5px;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #323232;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
    text-transform: uppercase;
}
#cookies .buttons #acceptBtn:hover {
  background-color: #f2f3f6;
      color: #232429;
}
#cookies #declineBtn {
  border: 2px solid #e2dad4;
  background-color: #fff;
  color: #333;
}
#cookies #declineBtn:hover {
  background-color: #e2dad4;
  color: #333;
}
/***/

/*Inside Project*/
[id="F0432821331"].page {
	justify-content: center;
	background-color: rgba(0,0,0,0);
	min-height: var(--viewport-height);
}

[id="F0432821331"] .page-content {
	background-color: #232429;
    color: #FFF;
	padding: 2rem;
	text-align: center;
	align-items: center;
	height: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-width: 0.1rem;
	border-color: rgba(0, 0, 0, 0.14);
	border-style: solid;
	border-radius: 3rem;
	box-shadow: 0.4rem 0.4rem 2.17rem 0rem rgba(0, 0, 0, 0.15);
}

[id="F0432821331"] .page-layout {
	max-width: 45%;
	padding: 0rem;
	padding-top: 10rem;
	padding-bottom: 10rem;
	align-items: center;
}


[id="F0432821331"].page {
    justify-content: center;
    background-color: rgba(0,0,0,0);
    min-height: var(--viewport-height);
}

.gallery_image_caption {
    margin-top: 1.00rem;
    margin-bottom: 0.5rem;
	font-size: 1.6rem;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
	line-height: 1.8rem;	
    letter-spacing: -0.01px;
    text-align: left !important;
    margin: .5rem;
}

#project-slide .gallery_image_caption {
    max-width: 90%;
}
body.mobile #project-slide .gallery_image_caption {
    max-width: 100%;
    text-align: center !important;
    font-size: 1.4rem;
}
#project-slide [image-gallery-horizontal-align=right] .gallery_image_caption {
	text-align: left !important;
}
/*width slide on project set*/
[data-id="37420984"] #project-slide .image-gallery {
	width: 100%;
    height: auto;
    margin: auto auto;
    min-height: 50vh; /*100% height screen*/ 
 /*   top: 10vh;*/
    margin-bottom: 25vh;
}
body.mobile [data-id="37420984"] #project-slide .image-gallery {
	width: 100%;
}
/*#project-slide .image-gallery img {
    width: 100% !important;
    height: auto !important;
}*/
body.mobile #project-slide .image-gallery img {
/*    max-height: 66.6vh;*/
    max-height: initial;
    width: 100% !important;
    max-width: initial;
    height: auto !important;
}
#project-title {
    padding: 1rem;
    padding-bottom: 4rem;
}
#project-title h2 {	
    font-size: 2.8rem;
    line-height: 0.75;
    padding-bottom: 0.3rem;
}
body.mobile #project-title {
    padding: 0;
    padding-bottom: 1rem;
}
body #project-title .marquee {
    padding-bottom: .66em;
    padding-top: .66em;
}
@media only screen and (min-width: 768px) {
body #project-title .marquee .marquee_contents {
    transform: none !important;
}
}
.project-info {
	padding-top: 2.5rem !important;
}
body.mobile .project-info {
	padding-top: 5rem !important;
}
@media only screen and (min-width: 768px) {
.project-info .gallery_card,
.project-info .gallery_card_image,
.project-info .image-gallery .gallery_card img{
    max-height: 26vh;
    width: auto;
    max-width: 100%;
}
}

/*Photography*/
[data-id="37420986"] {
padding-top: 0 !important;
}

/*Video*/
.video-credit div:first-child {
	text-align: right;
}
body.mobile .video-credit div:first-child {
	text-align: inherit;
}

body.mobile .video-credit {
    text-align: center;
}

/**
 * Bio
 */
[data-id="37426543"] b {
  content: ' ';
  display: block;
}

[data-id="37426543"] .gallery_image_caption {
	font-size: 1.0rem;
	line-height: 1.5rem;	
    margin: .5rem 0;
}

/**
 * Exhibitions
 */
body.mobile [data-id="37426521"] .gallery_image_caption {
    display: none;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

button {
font-size: 1.5rem;
	font-family: "Spectral", serif, Icons;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    border: none;
    color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 2px;
    background: #323232;
    cursor: pointer;
    width: auto;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

button a {
	color: #FFFFFF !important;
    border: none !important;
}

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 100;
	font-family: "Spectral", serif, Icons;
	font-style: normal;
	line-height: 2.1rem;
}

[data-predefined-style="true"] bodycopy a {
    color: #232429;
	border-bottom: 1px solid;
	text-decoration: none;
}

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

}

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

a.icon-link {
font-size: 1.5rem !important;
    line-height: 0.5 !important;
vertical-align: initial; 
padding: initial;
}

[data-predefined-style="true"] h1 {
	font-family: Spectral, serif, Icons;
	font-style: normal;
	font-weight: 700;
    letter-spacing: -.05px;
	padding: 0;
	margin: 0;
	font-size: 3rem;
/*	color: #232429;*/
	line-height: 1.5;
    text-align: center;
}

[data-predefined-style="true"] h1 a {
/*	color: #232429;*/
}

[data-predefined-style="true"] h2 {	
    font-weight: 100;
    margin-block-start: 0;
}

[data-predefined-style="true"] h2 a {
/*	color: #232429;*/
}
[data-predefined-style="true"] h3 {	
    font-weight: 100;
    margin-block-start: 0;
    letter-spacing: -.5px;
}
[data-predefined-style="true"] h3 a {	
    border-bottom: 0;
}

[data-predefined-style="true"] h3 span {	
    font-size: 0.7em;
}

[data-predefined-style="true"] small {
	font-size: 1.6rem;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
	line-height: .8rem;	
    letter-spacing: -0.01px;
}

[data-predefined-style="true"] small a {
/*	color: #232429;*/
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	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 {
}

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

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

/**
 * Thumbnails
 */

.thumbnails .content {
    padding-top: 0;
}

[local-style="37421024"] .thumbnail-image {
    background-color: #70747c;
    display: flex;
}
body.mobile [local-style="37421024"] .thumbnail-image {
    background-color: initial;
    display: initial;
}
.thumbnail-image img {
    margin: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}
[local-style="37421024"] a:hover .thumbnail-image img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale"); /* Firefox 3.5+ */
/*filter: gray; /* IE6-9 */
/*-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
body.mobile .thumbnail-image img {
    width: 100% !important;
    height: auto !important;
    padding: 0 5rem;
}
div[thumbnails] {
/*	justify-content: space-around;*/
    justify-content: space-between;
}


body.homepage .gallery_image_caption {
	font-size: 1.4rem;
	color: rgb(251, 249, 243);
	font-family: "Diatype Variable", Icons;
    font-weight: 300;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: -0.5px;
    float: left;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 1.5rem;
    width: 100%;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

body.homepage .gallery_card:hover .gallery_image_caption { 
    display: none !important;
}

.thumbnails .content_padding {
/*    padding: 0 0.5rem 1rem 0.5rem;*/
    margin-bottom: 4rem;
}

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

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

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

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

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


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

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

.thumbnails .thumb_image img {
	margin: 0.2em;
}

.thumbnails .tags {
    margin-top: 0rem;
    margin-bottom: 2rem;
    font-size: .85rem;
	font-weight: 400;
/*	color: #232429;*/
	font-style: normal;
	line-height: 1.4;
    letter-spacing: .45px;
}

.thumbnails .tags a {
    font-family: "Paul Grotesk", "Helvetica Neue", Icons;
	font-style: normal;
	font-weight: normal;
    font-size: 1.25rem;
    line-height: 0.75rem;
	border-bottom: 0;
	color: #232429;
    text-decoration: none;
    padding-left: .05rem;
    pointer-events: none;
    transition: all 200ms ease-out;
}

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

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title  {
	font-family: "Spectral", serif, Icons;
	font-style: normal;
	font-weight: normal;
	font-size: 1.85rem;
	color: #232429;
	line-height: 1.10;
    text-align: left;
    letter-spacing: .45px;
    transition: all 200ms ease-out;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 20px;
    z-index: 999;
    position: absolute;
    opacity: 0;

    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

body.mobile .thumbnails .thumbnail .title  {

    position: relative;
    opacity: 1;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}
.thumbnails .thumbnail:hover img {
    opacity: .3;
}

.thumbnails .thumbnail:hover .title,
.thumbnails .thumbnail:hover .tags a {
    color: #232429 !important;
    transition: all 200ms ease-out;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
/*	color: #232429;*/
    position: fixed;
	top: 1rem /*!site_menu_button*/;
	font-size: 28px /*!site_menu_button*/;
	right: 1.5rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
    font-size: 30px;
}

#site_menu_button.custom_icon {
	width: 24px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: Spectral, serif, Icons;
    letter-spacing: -1px;
	font-size: 3rem;
	line-height: 1.5;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    max-width: 45%;
    height: auto;
    display: block;
    border-width: 0.1rem;
    border-color: rgba(0, 0, 0, 0.14);
    border-style: solid;
    border-radius: .25rem 0 0 .25rem;
    box-shadow: 0.4rem 0.4rem 2.17rem 0rem rgba(0, 0, 0, 0.15);
}

body.mobile #site_menu {
	padding: 0;
	margin: 0;
    font-size: 3.5rem;
    line-height: initial;
	text-align: center;
	display: flex;
	justify-content: center;
}

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

#site_menu .set-link > a {
	color: rgba(35, 36, 41, 1);
	font-weight: 100;
}

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

#site_menu a.active {
	color: rgba(35, 36, 41, 1);
    border-bottom: 2px solid;
    margin-bottom: -2px;
}

#site_menu .close {
	display: block;
	color: rgba(35, 36, 41, 1);
	line-height: 1em;
	font-size: 50px;
    font-weight: 100;
    right: 17px;
    top: 2px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1.22em;
}

#site_menu .break {
	height: 28px;
}

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

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: #232429;
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2.5rem /*!shop_button*/;
	right: 4rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: #232429;
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.4;
	font-style: normal;
}

#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: Diatype, Icons;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #232429;
color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.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.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.3;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-size: 1.2rem;
	font-weight: 400;
	color: #232429;
	font-family: "Paul Grotesk", "Helvetica Neue", Icons;
	font-style: normal;
	line-height: initial;
    background: rgba(35, 36, 41, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
    padding: .8rem 1rem;
    border: 0;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 1.5rem /*!quick_view_padding*/;
    padding-right: 1.5rem /*!quick_view_padding*/;
}


[data-css-preset] .quick-view-background {
background-image: linear-gradient(rgb(242 243 246 / 70%), #f2f3f6, #f2f3f6, rgb(242 243 246 / 70%));
	background: rgba(255, 255, 255, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption-wrapper {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 0 2.5rem;
}

.quick-view-caption {
    margin-top: 1.00rem;
    margin-bottom: 0.5rem;
	font-size: 1.6rem;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
	line-height: 1.8rem;	
    letter-spacing: -0.01px;
	line-height: initial;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0.4rem 1.4rem;
    text-align: left;
    
    background: linear-gradient(rgb(242 243 246 / 0%), rgb(242 243 246 / 85%), rgb(242 243 246));
}

.quick-view-caption span {
    padding: 0.5rem 0;
    display: inline-block;
    color: #232429;
}

body.mobile .quick-view-caption {
	font-size: 1.3rem;
    line-height: 1.6rem;
}

/**
 * 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: #f2f3f6;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 11px;
    right: 11px;
    width: 36px;
    height: 36px;
}

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

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(35, 36, 41, 1);
    stroke-width: 4px !important;
}

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(35, 36, 41, 1);
    stroke-width: 2.3px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

.image-gallery-navigation .left-arrow {
margin-left: 0;
}
.image-gallery-navigation .right-arrow {
margin-right: 0;
}

body.mobile .slideshow-nav {
	display: none;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

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

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

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * 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.6);
    background: #f2f3f6;
    font-size: 1.4rem;
    line-height: 1.1;
	font-family: Diatype, 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(169, 156, 150, 1);
}

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

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


