/*
Theme Name: V. Stefanova Theme
Theme URI: 
Author: Vanessa T. Stefanova
Author URI: 
Description: A custom React-powered WordPress theme.
Version: 1.0
*/


/* delete things like centered container because that's just the flex style but it's also linked in the java*/

:root {
  font-family: 'vstefanova',Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5ch;
  color: rgb(27, 174, 164);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.sr-only {
  color: transparent;
  font-size: 1px;
}

button{
  border: none;
  background: transparent;
}

.flex{
  display: flex;}
/* I deleted something here check other flex on other pages */

.flexjc{
  display: flex;
  justify-content: center;
}

.flexai{
  display: flex;
  align-items: center;
}

.flexjcai{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* USE THIS LATER ITS SO MMUCH FUN
color: rgb(255, 255, 255);
text-shadow: 0 0 1px rgb(16, 16, 16);*/

Body {
  background-color:rgb(244, 244, 244);
  font-family:'ptrootuiregular',Arial, Helvetica, sans-serif;
  margin: 0px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  min-block-size: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

Body.freeze{
  overscroll-behavior-x:contain;
}

body::before{
content:'';
position:fixed;
top: var(--mouse-y);
left: var(--mouse-x);
width: 300px;
height: 300px;
transform: translate(-50%, -50%);
border-radius: 50%;
pointer-events: none;

}

H1 {
  font-size: clamp(2rem,18vw,10rem);
  color: rgb(255, 255, 255);
  text-shadow: 0 0 3rem rgba(27, 174, 164, 1);
  font-family:'vstefanova', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1.5ch;

}

H2 {
  font-size: clamp(1rem,11vw,8rem);
  color: rgb(63, 62, 62);
  font-family:'vstefanova', Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1em;

}

H3 {
  font-size: 3.5ch;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 2px rgb(16, 16, 16);
  text-transform: uppercase;
  font-family:'vstefanova','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 700;
}

H4{
  font-size: 2ch;
  color: rgb(63, 62, 62);
  font-family:'ptrootuiregular',Arial, Helvetica, sans-serif;
}

H5{ 
font-size: 2ch;
color:  rgb(27, 174, 164);
font-family:'vstefanovaregular','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-transform: uppercase;
line-height: 1.5em;
}

H6{
font-size: clamp(2ch,1.5vw,4ch);
color: rgb(16, 16, 16);
font-family:'vstefanova','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
line-height: 2.5ch;
}

p{
  font-size: clamp(1.5ch, 1vw, 3ch);
  line-height: 0.9em;
  color: rgb(16, 16, 16);
  font-family:'vstefanova','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 700;
}

.p1{
  font-size: clamp(0.7ch,8vw,3ch);
  color:  rgb(63, 62, 62);
  font-family:'ptrootuilight','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.p2{
  font-size: clamp(1.8ch,3.2vw,3ch);
  line-height: 1em;
  color: rgb(39, 39, 39); 
  text-align:justify;
  text-align-last: center;
  font-family:'ptrootuilight','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.inline {
  display: inline-block;
  padding-left: 1rem;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;

}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover{
  cursor: url('assets/mouse-images/partyraffe.png'), auto;
  }
  
  a:visited {
  color: rgb(55, 170, 170);
  }
  

.custom-logo {
    max-width: 200px;
    height: auto;
}

nav {
/* Create a top navigation bar with a black background color  */
background-color: rgba(0, 0, 0, 0.4);
z-index: 2;
display: flex;
}

nav ul{
display: flex;
align-items: center;
font-size: clamp(1ch, 1.8vw, 2.5ch);
padding: 2em 1em;
gap: 2em;
}


/* Style the links inside the navigation bar */
nav a {
  color: rgb(27, 174, 164);
  font-weight: 800;
}

/* Change the color of links on hover */
nav a:hover {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family:'ptrootuiregular',Arial, Helvetica, sans-serif;
}

.mobile-button{
  display: none;
}

.top{
  position: relative;
}

select {
  border: none;
  background: none;
  text-align: center;
  font-family: 'vstefanova',Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-size: clamp(1.8ch,3.2vw,3ch);
}

input {
  border: none;
  background-color: rgb(255, 255, 255);
  border-radius: 100px;
  color: rgb(27, 174, 164);
  overflow: visible;
}

.align {
  text-align: start;
}

.prinput {
  display: inline;
}

.prodfilter{
  padding: 30px;
}

.winput {
  display: grid;
  transform: rotate(10deg);
  font-size: clamp(1.8ch,3.2vw,3ch);
  line-height: 1.5em;
  text-decoration: underline;
  color: black;
  padding: 0px 20px 0px  30px;
  outline: 1px solid rgb(45, 46, 47);
  border-radius: 15px;
  background: white;
  box-shadow: 5px 5px rgba(45, 46, 47, 0.866);
  font-family: 'vstefanova',Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  
}

.winput input{
 border-radius: 0;
 font-family: 'vstefanova',Verdana, Geneva, Tahoma, sans-serif;
 font-weight: 400;
 font-size: 1.3em;
 text-decoration: underline;
}

.midfilters {
  width:20em;
}

/* YOu ARE SPACING OUT THE BACKGROUND BUTON IMAGE */

.redbut {
  height: 25px;
  aspect-ratio:2 / 1;
  background-image: url('assets/images/body-images/red-swatch.png');
  background-position: center;
  background-size:contain;
  background-repeat:no-repeat;
}

.pinbut {
  height: 30px;
  aspect-ratio:2 / 1;
  background-image: url('assets/images/body-images/pink-swatch.png');
  background-position: center;
  background-size:contain;
  background-repeat:no-repeat;
}

.yedbut {
  height: 30px;
  aspect-ratio:2 / 1;
  background-image: url('assets/images/body-images/yellow-swatch.png');
  background-position: center;
  background-size:contain;
  background-repeat:no-repeat;
}

.gedbut {
  height: 30px;
  aspect-ratio:2 / 1;
  background-image: url('assets/images/body-images/green-swatch.png');
  background-position: center;
  background-size:contain;
  background-repeat:no-repeat;
}

.bedbut {
  height: 30px;
  aspect-ratio:2 / 1;
  background-image: url('assets/images/body-images/blue-swatch.png');
  background-position: center;
  background-size:contain;
  background-repeat:no-repeat;
}

.blackbut {
  height: 30px;
  aspect-ratio:2 / 1;
  background-image: url('assets/images/body-images/black-swatch.png');
  background-position: center;
  background-size:contain;
  background-repeat:no-repeat;
  opacity: 0.5;
}

.blackbut:is(:active, :hover){
  opacity: 1;
}

.chosen {
  filter: saturate(.5);
  font-family: 'vstefanova',Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  color: white;
}

.chosen:is(:active, :hover) {
  filter: saturate(1.5);
  color: #ffffff01;
} 

.category button{
  font-family: 'vstefanova',Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: clamp(2ch, 1.8vw, 2.5ch);
  text-transform: uppercase;
  color: rgb(255, 0, 128);
  text-shadow: 0 0 10px rgba(255, 0, 128, 0.5);
  text-decoration: none;

}

.when h5{
  transform: rotate(-10deg);
  background: rgb(253, 125, 137); /*highlight look*/
  color: #ffffff;
  border-radius: 10px;
  padding-top:4px;
  font-size: clamp(2ch, 1.8vw, 4ch);
}

.category button:is(:active, :hover){
  text-decoration:line-through;
  color: black;
  text-shadow: none;
}

/* Default icon styles */
.icon {
  fill: rgb(55, 228, 228);
  height:2.4rem;
}

/* On hover, change the fill color to red */
.icon:hover, .pricon:hover {
  fill: rgb(255, 255, 255);
}

.productsicon {
  fill: rgb(55, 228, 228);
}

.header-cart {
  margin-left: auto;
  margin-right: 2em;
  align-self: center;
}

.art-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.art-link,
.csvartbox a {
    color: inherit;
    text-decoration: none;
}


/* Search form */
.search-form {
width: 100%;
height: 100%;
position:absolute;
place-content: center;
z-index: 1;

}

.product-filter {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-filter select {
    width: auto;
    flex: 0 0 auto;
}

.product-filter input {
  max-width: 10ch;
}

/* shop pagination */

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem;
    margin: 3rem 0;
    background: transparent;
}

/* Match H2 exactly */
.custom-pagination a,
.custom-pagination span,
.custom-pagination input,
.custom-pagination button {
    font-size: 4ch;
    color: rgb(63, 62, 62);
    font-family: 'vstefanova', Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1em;
}

/* Page links */
.custom-pagination a,
.custom-pagination span {
    text-decoration: none;
}

.custom-pagination a:hover {
    text-decoration: underline;
}

/* Current page */
.custom-pagination .current-page {
    font-weight: 300;
}

/* Page jump */
.page-jump {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1rem;
}

.page-jump input {
    width: 5ch;
    text-align: center;
    border: none;
    background: transparent;
    padding: 0;
}

.page-jump button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.custom-pagination .current-page {
    color: white;
    font-weight: bold;
    filter:drop-shadow(0 0 10px rgba(255, 0, 128, 0.5));
}


/* SHOP FILTER SLIDER */

.price-slider {
    width: 20%;
    position: relative;
}


.price-slider-values {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}


.price-slider-track {
    position: relative;
    height: 30px;
}


/* Both sliders occupy exactly the same space */

.price-slider-track input[type="range"] {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 30px;

    margin: 0;

    pointer-events: none;

    appearance: none;
    -webkit-appearance: none;

    background: transparent;
}


/* Track */

.price-slider-track input[type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background: #000;
    border-radius: 1px;
}


.price-slider-track input[type="range"]::-moz-range-track {
    height: 2px;
    background: rgb(63, 62, 62);
    border-radius: 1px;
}


/* Handles */

.price-slider-track input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;

    width: 18px;
    height: 18px;

    margin-top: -7px;

    background: #000;
    border-radius: 50%;

    pointer-events: auto;
    cursor: pointer;
}


.price-slider-track input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;

    background: #000;
    border: none;
    border-radius: 50%;

    pointer-events: auto;
    cursor: pointer;
}

/* Artwork view page is artwork-image CSS*/

.add-to-cart {
  /* height: clamp(2rem, 2vw, 4rem); */
  border: 1px solid rgb(27, 174, 164);
  border-radius: 200px;
  padding: 2px;
}

.add-to-cart:hover {
  border: rgb(255, 0, 128) 1px solid;
  border-radius: 200px;  
  text-shadow: 0 0 10px rgba(255, 0, 128, 0.5);
  animation: gloww 2s;
}

.add-to-cart:hover p{
  color: rgb(255, 0, 128);
}

.arttime {
  font-size: clamp(2ch, 1vw, 3ch);
}

.add-to-cart P{
  font-size: clamp(2rem, 2vw, 4rem);
  color: rgb(27, 174, 164);
  text-transform: uppercase;
  margin: 5px 0 0 0;
  transform: translateY(5px);
}

.cart-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 5px 0;
}

.add-to-cart:hover {
  animation: glowwb 2s;
  background: #ffffff;
  cursor: url('assets/mouse-images/partyraffe.png'), auto;
}

.add-to-cart.added-to-cart {
  border: rgb(255, 0, 128) 1px solid;
  border-radius: 200px;  
  text-shadow: 0 0 10px rgba(255, 0, 128, 0.5);
  animation: gloww 2s;
}

.add-to-cart.added-to-cart p{
  color: rgb(255, 0, 128);
}

.notice {
  border: rgb(255, 0, 128) 1px solid;
  border-radius: 200px;  
  text-shadow: 0 0 10px rgba(255, 0, 128, 0.5);
  animation: gloww 2s;
}

.notice p{
  font-size: 3ch;
  line-height: 3ch;
  color: rgb(255, 0, 128);
  text-transform: uppercase;
  animation: glowwb 2s;
}

.cart-art {
  height: clamp(8ch, 20vw, 15ch);
  width: auto;
}

.cart-price{
  font-family: 'vstefanova';
  font-size: clamp(10px, 5vw, 15px);
  color: #000;
  font-size: 25px;
}

.cart-name{
  font-size: clamp(10px, 5vw, 15px);
  line-height: 2ch;
  font-family: 'ptrootuilight';
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  color: #000;
}

.proceed {
  animation: glowwb 2s;
  border: rgb(255, 0, 128) 1px solid;
  color: rgb(255, 0, 128) 1px solid;
  padding:2px;
  border-radius: 200px;  
  font-family: 'vstefanova';
  background: #ffffff;
  cursor: url('assets/mouse-images/partyraffe.png'), auto;
  text-transform: uppercase;
  font-size: clamp(10px, 5vw, 35px);
}
.proceed a:-webkit-any-link {
    color: rgb(255, 0, 128);
}
.proceed p{
  color: rgb(255, 0, 128);
  text-transform: uppercase;
  font-size: clamp(10px, 5vw, 35px);
}

.totals {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(10px, 5vw, 25px);
  
}

/* UPDATE LATER */






.checkout-page {
    width: min(90%, 1100px);
    margin: 0 auto;
    font-family: 'vstefanova';
}


/* Intro */

.checkout-intro {
    text-align: center;
    margin-bottom: 4rem;
}


/* Sections */

.checkout-section {
    margin-bottom: 4rem;
}

.checkout-section > h4 {
    margin-bottom: 2rem;
}


/* WooCommerce form rows */

.checkout-page .form-row {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    float: none;
}


/* Labels */

.checkout-page label {
    display: block;
    font-family: 'vstefanova';
    font-size: 20px;
    margin-bottom: 0.3rem;
}


/* Required stars */

.checkout-page .required {
    text-decoration: none;
}


/* Inputs */

.checkout-page input.input-text,
.checkout-page input[type="text"],
.checkout-page input[type="email"],
.checkout-page input[type="tel"],
.checkout-page textarea,
.checkout-page select {
    width: 100%;
    box-sizing: border-box;

    border: none;
    border-bottom: 1px solid #000;

    border-radius: 0;

    background: transparent;

    padding: 0.5rem 0;

    font-family: 'vstefanova';
    font-size: 1.5rem;

    outline: none;
}


/* Focus */

.checkout-page input.input-text:focus,
.checkout-page input[type="text"]:focus,
.checkout-page input[type="email"]:focus,
.checkout-page input[type="tel"]:focus,
.checkout-page textarea:focus,
.checkout-page select:focus {
  border-bottom: 2px solid #000;
  background-color: none;
  font-family: 'ptrootuilight';
  color:#000;

}


/* Textarea */

.checkout-page textarea {
    min-height: 100px;
    resize: vertical;
}


/* Remove WooCommerce boxes */

.checkout-page .select2-container .select2-selection--single {
    height: auto;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
}

.checkout-page .select2-container--default
.select2-selection--single
.select2-selection__rendered {
    padding: 0.5rem 0;
    font-family: 'vstefanova';
    font-size: 1.5rem;
}

.checkout-page .select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 100%;
}


/* Two-column billing layout */

.checkout-page .form-row-first,
.checkout-page .form-row-last {
    width: 48%;
}

.checkout-page .form-row-first {
    float: left;
}

.checkout-page .form-row-last {
    float: right;
}


/* Clear floats */

.checkout-page .form-row-wide {
    clear: both;
}


/* Order */

.checkout-order-inner {
    margin-top: 2rem;
}


/* Order table */

.checkout-page table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}


/* Order headings */

.checkout-page table.shop_table th {
    font-family: 'vstefanova';
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid #000;
}


/* Order cells */

.checkout-page table.shop_table td {
    font-family: 'vstefanova';
    font-size: 1.3rem;
    padding: 1rem 0;
    border-bottom: 1px solid #000;
}


/* Prices */

.checkout-page .woocommerce-Price-amount,
.checkout-page .woocommerce-Price-amount bdi {
    font-family: 'vstefanova';
    font-size: 4ch;
    font-weight: 400;
}


/* Payment */

.checkout-page #payment {
    background: transparent;
    border-radius: 0;
    margin-top: 3rem;
}


/* Payment methods */

.checkout-page #payment ul.payment_methods {
    border-bottom: 1px solid #000;
    padding: 0 0 2rem;
}


/* Payment labels */

.checkout-page #payment label {
    font-size: 20px;
}


/* Place order */

.checkout-page #place_order {
    width: auto;

    margin-top: 2rem;
    padding: 0.5rem 2rem;

    border: 1px solid rgb(255, 0, 128);
    border-radius: 200px;

    background: transparent;

    color: rgb(255, 0, 128);

    font-family: 'vstefanova';
    font-size: 35px;
    font-weight: 400;

    text-shadow: 0 0 10px rgba(255, 0, 128, 0.5);

    cursor: pointer;

    transition: 0.2s ease;
}


/* Place order hover */

.checkout-page #place_order:hover {
    text-shadow:
        0 0 10px rgba(255, 0, 128, 0.5),
        0 0 20px rgba(255, 0, 128, 0.5);
}


/* Notices */

.checkout-page .woocommerce-info,
.checkout-page .woocommerce-error,
.checkout-page .woocommerce-message {
    border: none;
    background: transparent;
    padding: 1rem 0;
    font-family: 'vstefanova';
}


/* Mobile */

@media (max-width: 600px) {

    .checkout-page {
        width: 90%;
    }

    .checkout-page .form-row-first,
    .checkout-page .form-row-last {
        width: 100%;
        float: none;
    }

    .checkout-page input.input-text,
    .checkout-page input[type="text"],
    .checkout-page input[type="email"],
    .checkout-page input[type="tel"],
    .checkout-page textarea,
    .checkout-page select {
        font-size: 10px;
    }

    .checkout-page .woocommerce-Price-amount,
    .checkout-page .woocommerce-Price-amount bdi {
        font-size: 3ch;
    }

    .checkout-page #place_order {
        width: 100%;
        font-size: 28px;
    }

}






/* UPDATE LATER */







.single-price, 
.arttimeview {
  font-size: 3ch;
   color: #000;
}

.description {
  display: flex;
  flex-direction: column;
}

.description:hover {
    cursor: url('assets/mouse-images/partyraffe.png'), auto;
}


.description-alt-font {
  font-family:'ptrootuiregular', sans-serif;
  font-weight: 200;
  font-size: clamp(1rem, 3vw, 3rem);
}

.description p{
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 350;  
  width: 100%;
}

/* .artwork-top-half {
} */

.outer-stack {
width: 100vw;
overflow-x: scroll;
}

.outer-stack::-webkit-scrollbar{
  height: 20px;
}

.outer-stack::-webkit-scrollbar-track{
  background: #ffffff10;
}

.outer-stack::-webkit-scrollbar-thumb{
  background:url(assets/mouse-images/doughnut.png) no-repeat center;
  width: 50px;
}

.image-stack{
  width: max-content;
  padding: 20px 50vw;
  display:flex;
  align-items: center;
  gap:10px;
  background:
    linear-gradient(
      to bottom,
      white calc(100% - 40px),
      rgb(244, 244, 244) 100%
    );
}

.artworkjpg{
  max-height:300px;
  max-width: 300px;
  height: auto;
  width: auto;
}

.artwork-image-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100vw;
  height: 100vh;
}

.art-video {
  width: clamp(30px, 60%, 700px);
  justify-content: center;
  max-width: 80%;
}

.artwork-image-large {
  display: block;

  width: auto;
  height: auto;

  max-width: 100vw;
  max-height: 100vh;

  object-fit: contain;
}

.search-form :hover {
cursor: url('assets/mouse-images/car.png'), auto;
}

.search-form input[type="text"] {
padding: 1ch;
border: 1px solid rgb(27, 174, 164);
background-color: rgba(27, 174, 164, 0.164);
border-radius: 200px;
width: clamp(10rem, 30vw, 15rem);
font-size: 2.4ch;
color: rgb(27, 174, 164);
text-transform: uppercase; 
backdrop-filter:saturate(8);

}

/* Change the border color of the input container on hover */
.search-form input[type="text"]:hover {
  background-color: rgb(255, 255, 255);

}

.search-form input[type="text"]::placeholder {
color: rgb(27, 174, 164);
}

/* Styles for the search button */
.search-button {
background-color: transparent;
border: none;
cursor: pointer;
padding: 0;
height: 24px; /* Set the height to match the icon */
width: 24px; /* Set the width to match the icon */
vertical-align: middle;
}

/* Style the search icon */
.search-icon {
fill: rgb(27, 174, 164); /* Icon color */
height:2rem;
}

/* On hover, change the fill color of the icon */
.search-button:hover .search-icon {
fill: rgb(255, 255, 255); /* Change the icon color on hover */
}

.hunt {
  color: #000;
}

/* Just like the main page first*/
.centered-text {
padding:100px;
}

/* Random headings */
.random-headings {
padding:3vh;
text-transform: uppercase;
}

/* Just like the main page image links*/
.centered-container {
display:flex;
justify-content:center;
}

/*want to delete this later? ^^ */

.very-short-container {
width: clamp(12rem, 70vw, 75rem);
margin-inline: auto;
}   

/* short container */
.shorter-column-container {
display: flex;
justify-content: center;
}

.shorter-container {
padding-left: 10vw;
padding-right: 10vw;
}

.general-padding {
padding-left: 20px;
padding-right: 20px;
}

/* Spacer 100px */
.cspacer {
padding: 10vh;
}


/* Spacer 5vh */
.lspacer {
padding: 5vh;
}

/* Spacer 3vh */
.xxspacer {
padding: 3vh;
}

.somesortofdivider {
  width: 10vw;
  height: 1px;
  background-color: rgb(166, 166, 166);
  margin: 0 auto ;
  
}

.grid{
  display: grid;
  place-items: center;
}

/* light v. font*/
@font-face {
font-family: 'vstefanova';
src: url('assets/font/vstefanova-light.woff2') format('woff2'),
     url('assets/font/vstefanova-light.woff') format('woff');
font-weight: 300;
font-style: normal;
  
}

/* regular v. font*/
@font-face {
font-family: 'vstefanova';
src: url('assets/font/vstefanova-regular.woff2') format('woff2'),
     url('assets/font/vstefanova-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
  
}

/* bold v. font*/
@font-face {
font-family: 'vstefanova';
src: url('assets/font/vstefanova-bold.woff2') format('woff2'),
     url('assets/font/vstefanova-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
  
}

/* italic v. font*/
@font-face {
font-family: 'vstefanova';
src: url('assets/font/vstefanova-italic.woff2') format('woff2'),
     url('assets/font/vstefanova-italic.woff') format('woff');
     font-weight: 400;
     font-style: italic;
  
}

/* Regular PT font */
@font-face {
  font-family: 'ptrootuiregular';
  src: url('assets/font/pt-root-ui_regular.woff2') format('woff2'),
       url('assets/font/pt-root-ui_regular.woff') format('woff');
    
  }
  
  /* bold PT font*/
  @font-face {
  font-family: 'ptrootuibold';
  src: url('assets/font/pt-root-ui_bold.woff2') format('woff2'),
       url('assets/font/pt-root-ui_bold.woff') format('woff');
    
  }
  
  /* light PT font*/
  @font-face {
  font-family: 'ptrootuilight';
  src: url('assets/font/pt-root-ui_light.woff2') format('woff2'),
       url('assets/font/pt-root-ui_light.woff') format('woff');
    
  }

/* red glow */
@keyframes glow {
0% {
    text-shadow: 0 0 10px rgba(255, 0, 128, 0.5);
}
50% {
    text-shadow: 0 0 20px rgba(255, 0, 128, 0.8);
}
100% {
    text-shadow: 0 0 10px rgba(255, 0, 128, 0.5);
}
}

@keyframes pngglow {
  0% {
    filter:drop-shadow(0 0 10px rgba(255, 0, 128, 0.5));
}
50% {
    filter:drop-shadow(0 0 20px rgba(255, 0, 128, 0.8));
}
100% {
    filter:drop-shadow(0 0 10px rgba(255, 0, 128, 0.5));
}
}

/* teal glow */
@keyframes glowt {
0% {
  text-shadow: 0 0 10px rgba(0, 255, 247, 0.5);
}
50% {
  text-shadow: 0 0 20px rgb(55, 228, 228, 0.8);
}
100% {
  text-shadow: 0 0 10px rgb(55, 228, 228, 0.8);
}
}

@keyframes glowy {
0% {
  text-shadow: 0 0 10px rgba(255, 187, 0, 0.5);
}
50% {
  text-shadow: 0 0 20px rgba(228, 225, 55, 0.8);
}
100% {
  text-shadow: 0 0 10px rgba(228, 225, 55, 0.8);
}
}

@keyframes gloww {
  0% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }
  100% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
  }

@keyframes glowwb {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }

    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}




/*This is the home page */


.types-of-art {
  position: relative;
  height:30rem;
  text-transform: uppercase;
  line-height: 4rem;
  z-index: 2;
  }


.types-of-art a, img {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}

.types-of-art-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
opacity: 1;
transition: 0.3s;

}


.types-of-art:hover .types-of-art-overlay {
opacity: 0;
}


.types-of-art-overlay p,
.types-of-art p {
 color: rgb(255, 255, 255);
 font-size: clamp(2rem, 10vw, 4rem);
 z-index: 1;
 
}

.types-of-art-overlay p,
.types-of-art p:hover {
animation: glowt 2s;
transition: all 0.5s;
}


/* height of the containers and backround image specs*/
/* .paintings,
.dart,
.boox,
.discontinued {
background: none;

} */

/* .paintings {
background-image: url('assets/images/body-images/trauma.jpg');
background-position: -20vw;

}

.dart {
background-image: url('assets/images/body-images/bicycle-stand.jpg');
background-position: center center;
}

.boox {
background-image: url('assets/images/body-images/first-5-books.jpg');
}

.discontinued {
background-image: url('assets/images/body-images/snakes-ladders.jpg');
} */

.centered-container {
  display: flex;
  
}
.centered-container > div {
  flex: 1;
}

.centered-container1 {
  width: 70%;
  margin: auto;
  overflow: hidden;
}


/* video CSS */

.video-section {
gap:2rem;
padding:2rem;
}

.video-embed {
position: relative;
padding-top:0.5rem;
}

.video-content h6 {
margin: 0;
}

.video-embed iframe {
  aspect-ratio: 16 / 9;
  width: clamp(100px,100%,40rem);
  height:auto;
}

/* Support section styles */
.triple-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-around;
  align-items: center;
  padding: 0 10%;
  background: rgb(45, 46, 47);
}
.outer-triple-container{
  overflow: hidden;
}

.triple-container :hover {
color: rgb(184, 221, 227);
}

.gap{
  display: grid;
  gap: 10px;
  padding:10px 0;
  line-height: 1.5em;
}

.gap {p, h3, h2, h5 {
  color: white;
  text-align: center;
  margin: 0;
  line-height: 1em;
}}


.gap {p, h3, h2 {
  font-family:'ptrootuiregular',Arial, Helvetica, sans-serif;
}}

.gap p {
  font-size: 300%;
}

.gap h3 {
  font-size: 340%;
}

.gap h2 {
  font-size: 700%;
}

.gap h5 {
  max-width: 35ch;
}

.twirl-word {
    display: inline-block;
}

.sideways-text {
  align-items: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: rgb(255, 255, 255);
  font-size:clamp(30px, 4.5vw, 8ch);
  align-items: center;
  margin:-0.5ch auto;
  line-height: 1;
  font-family:'ptrootuilight','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.image-slide-column {
  position: relative;
  width: clamp(150px, 24vw, 50ch);
  aspect-ratio: 1;
  background-image: url('assets/images/body-images/patreon2.png');
  background-size: cover;
  background-position: center;

}

.bmc-column {
  max-width: 40ch;
  padding:10px;
}

.bmc-column h5 {
  color: rgb(255, 255, 255);
}

.buy-me-coffee img {
  height: clamp(30px, 3.2vw,40px);
  width: auto;
  background-color: rgb(255, 255, 255);
  padding: 0.7vw 2vw;
  border-radius: 0.8em;
}

.buy-me-coffee:hover img {
  background-color: rgb(27, 174, 164);
  animation: glow 2s;
}

.faded{
  opacity: 0.2;
}


header {
background-size: cover;
background-position: center;
height: clamp(10rem, 45vh, 40rem); 
position: relative;
/* This is new */
display: grid;
grid-template-rows: auto 1fr;
align-items: center;
}

div {
  text-align: center;
}

.parallax {
position: relative;
width: 100%;
height: 100%;
animation: fadeIn 1s ease-in;
overflow: hidden;
cursor: url('assets/mouse-images/partyraffe.png'), auto;
margin: 0;
}

body:has(.parallax) {
  display: block;
  min-block-size: 100%;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.parallax-layer {
position: absolute;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 120%;
height: 120%;
left:-10%;
top:-10%;
}

.parallax-back {
z-index: 1;
transform: translate3d(0, 0, 0);
}

.parallax-middle {
z-index: 2;
transform: translate3d(0, 0, 0);
}

.parallax-front {
z-index: 3;
transform: translate3d(0, 0, 0);
}

.start-button {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}

.welcome-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size:10vh;
font-family: 'vstefanova',Arial, Helvetica, sans-serif;
font-weight: 300;
color: rgb(255, 0, 128);
animation: glow 2s;
transition: all 1s;
z-index:4;
}

.welcome-text:hover {
color: rgb(255, 255, 255); /* Change text color on hover */
}

.smaller-welcome-text {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:1.7vh;
  font-family:'vstefanova', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: rgb(255, 0, 128);
  animation: glow 2s;
  transition: all 0.5s;
  z-index:4;
}

.smaller-welcome-text:hover {
color: rgb(255, 255, 255); /* Change text color on hover */
}

.alphabar {
    /* Hard coded pixel sizes */
  position: fixed;
  right:6px;
  top:50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1000; 
  color: black;
  font-size: 2em;
}

.alphabar button.active {
  font-weight: bold;
  transform: scale(1.2);
}

/* DO NOT TOUCH THIS ISN'T THE PRODUCT FILTER*/
.filter {
  display: grid;/* DO NOT TOUCH THIS ISN'T THE PRODUCT FILTER*/
  grid-template-columns: 1fr 2fr;
  padding: 5ch;
}

/* Art slider CS */


.anotherouterdiv{
  display: flex;
  justify-content: center;
}

.outerartbox{
  display:flex;
  justify-content: center; /* Horizontal */
  width: 100vw;
  
}

.artbox {
    overflow: hidden;
    perspective: 400px;
    display: grid;
    justify-items: center;
    align-content: center;
    height: clamp(20rem, 38vh, 90rem);
}


.artbox.fade {
  opacity: 0;
  transition: opacity 2s ease;
  filter: saturate(3);
}

.artbox.appear {
  opacity: 1;
  transition: opacity 2s ease;
  filter: saturate(1);
}

.noscroll {
  pointer-events:  none;
  overflow: hidden;
  touch-action: none;
  scrollbar-width: none;
 
}


.artboxscroll {
  display: flex;
  gap: 3rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2rem;
  padding-left: 50vw;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  perspective: 700px;
  transform-style: preserve-3d;
}

.artboxscroll::-webkit-scrollbar{
  height: 20px;
}

.artboxscroll::-webkit-scrollbar-track{
  background: #ffffff10;
}

.artboxscroll::-webkit-scrollbar-thumb{
  background:url(assets/mouse-images/doughnut.png) no-repeat center;
  width: 50px;
}

.innerartbox{
  flex: 0 0 auto;
  width:20rem;
  transition: transform 0.1s ease, margin 0.1s ease;
  
}

.csvartbox {
  display: grid;
  grid-template-columns: 2fr 4fr 1fr 2fr 1fr 8fr;
  align-items: center;
  text-align:left;
  gap: 10px;
  padding:0px 15em;
}

#shop-view .view-panel {
    display: none;
}

#shop-view.show-csv .csv-view {
    display: block;
}

#shop-view.show-grid .grid-view {
    display: grid;
}

.grid-view {
  display:none;
}

#shop-view.show-slider .slider-view {
    display: block;
}


.gridbox {
  display: grid;
  align-items: center;
  padding:20px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.gridartbox {
  display: grid;
  height: 100%;
  padding: 20px;
  gap:10px;
  filter: brightness(0.9);
}

.gridartimage {
  width: minmax(100px, 30%);
  height:auto;
}

/* Grid hover  */

.gridartbox:hover {
  filter: brightness(1.1);
}

.csvartbox:hover {
  background: #ffffff;
}

.csvartimage img {
  height: 40px;
  width: auto;
}

.artdeets {
  overflow-y: scroll;
  font-size: clamp(2ch, 2vw, 3ch);
  line-height: 2ch;
  height: 10ch;
  font-family: 'vstefanova';
  font-weight: 400;
  align-content: center;
  justify-self: center;
}



/* .artdeets:hover { OMFG THIS IS SO FUNNY USE IT SOMEWHERE 
  animation: movedown 10s forwards;
} */


.artname{
  font-size: 2em;
  font-family: 'ptrootuilight';
  text-transform: uppercase;
  margin:0;
  height:2.5ch;
  white-space: normal;
  overflow-wrap: break-word;
}

.artimage {
    display: block;
    height: 20vh;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}

.artprice{
  font-size: 2vh;
  font-family: 'vstefanova';
  font-weight: 400;
  margin:0;
 
}


.toggleview{
  width: 200px;
  height:20px;
  padding: 30px;
  justify-self: center;
  display: flex;
  gap: 20px;
}

.pricon {
  fill: rgb(63, 62, 62);;
  height:2.4rem;
}


.footer {
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  font-size: clamp(17px, 2.5vw, 20px);
  padding:20px 0;
  gap: 4ch;
  font-family:'vstefanova', Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-align: start;
}


.more {
  border: solid 2px red;
}



.footer li{
  color: rgb(45, 46, 47);
}

.footer a{
  color: rgb(45, 46, 47);
}

.footera {
  transform: rotate(-10deg);
  line-height: 2ch;
  align-self: start;
}

.footera p:hover{
  animation: none;
  color: rgb(255, 255, 255);
}

.footera a:hover{
  animation: none;
  color: white;
}

.footera p{
  background: rgb(253, 125, 137); /*highlight look*/
  border-radius: 5px;
}

.footerb {
  transform: rotate(-30deg);
  font-weight: 700;
  line-height: 1em;
}

.footerc {
  transform: rotate(20deg);
  line-height: 2ch;
  text-decoration: underline 0.5px solid rgb(45, 46, 47);
  outline: 1px solid rgb(45, 46, 47);
  padding: 5px;
  border-radius: 15px;
  box-shadow: 10px 10px rgba(45, 46, 47, 0.866);
}

.footerc  
a:hover{
  text-decoration: underline 0.5px solid rgb(255, 0, 128);
}

.footerd{
  text-decoration: underline;
  grid-column: 1/4;
  
}

.footerb, 
.footerc,  
a:hover{
  color: rgb(255, 0, 128);
  animation: glow 2s;
}

/* to delete later */


.other {
  display: flex;
  justify-content: center;
  padding: 100px;
  overflow: hidden;
}

.other1 {
  display: flex;
  justify-content: center;
  padding: 100px;
  overflow: hidden;

}


@keyframes rotate1 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes movedown {
  to {
    transform: translateY(200px);
  }
}

@media (max-width:600px){
  nav{
    position: fixed;
    inset: 0 0 0 50%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2rem);
    z-index: 9800;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 7em;
    flex-direction: column;
    align-items: flex-start;
    gap: 2em;
  }

  nav ul{
    flex-direction: column;
    font-size: clamp(1.1rem, 1.4vw, 2rem);
    text-align: start;
    line-height: 1.2em;
    align-items: start;
  }

  nav[data-visible="true"]{
    transform: translateX(0%);
  }

  .header-cart {
    justify-self: flex-start;
    margin-left: 1em;
    margin-right: auto;
  }

  .product-filter {
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }

  .product-filter input,
  .product-filter select,
  .product-filter button {
      width: 100%;
  }

  .cart-info {
        flex-direction: column;
        gap: 15px;
    }

  .mobile-button{
    display: block;
    position: fixed;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20252.4%20244.7%22%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2028.6.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%201.2.0%20Build%20709%29%20--%3E%3Cg%3E%3Cg%20id%3D%22Layer_1%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer_1%22%3E%3Cpath%20d%3D%22M21.9%2C0h208.5c12.1%2C0%2C21.9%2C7.7%2C21.9%2C17.2v1.9c0%2C9.5-9.8%2C17.2-21.9%2C17.2H21.9C9.8%2C36.2%2C0%2C28.6%2C0%2C19.1v-1.9C0%2C7.7%2C9.8%2C0%2C21.9%2C0Z%22%2F%3E%3Cpath%20d%3D%22M21.9%2C104.2h208.5c12.1%2C0%2C21.9%2C7.7%2C21.9%2C17.2v1.9c0%2C9.5-9.8%2C17.2-21.9%2C17.2H21.9c-12.1%2C0-21.9-7.7-21.9-17.2v-1.9c0-9.5%2C9.8-17.2%2C21.9-17.2Z%22%2F%3E%3Cpath%20d%3D%22M21.9%2C208.4h208.5c12.1%2C0%2C21.9%2C7.7%2C21.9%2C17.2v1.9c0%2C9.5-9.8%2C17.2-21.9%2C17.2H21.9c-12.1%2C0-21.9-7.7-21.9-17.2v-1.9c0-9.5%2C9.8-17.2%2C21.9-17.2Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    border-radius: 0.1ch;
    background-color:transparent;
    width: 3ch;
    z-index: 9999;
    aspect-ratio: 1;
    top: 3rem;
    right: 2.5rem;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
  }

  .notice p{
  font-size: 2ch;
  line-height: 2ch;
}

  .artboxscroll::-webkit-scrollbar-thumb{
    visibility: hidden;
  }

  .alphabar {
    right:2px;
  }

  .alphabar button {
    font-size: 14px;
    padding: 4px 6px;
  }
  /* Hard coded pixel sizes */


  .mobile-button[aria-expanded="true"]{
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20252.4%20244.7%22%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2028.6.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%201.2.0%20Build%20709%29%20--%3E%3Cg%3E%3Cg%20id%3D%22Layer_1%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer_1%22%3E%3Cpath%20d%3D%22M13.7%2C201.5L205.4%2C9.8c11.1-11.1%2C27.2-13.1%2C35.9-4.4l1.8%2C1.8c8.7%2C8.7%2C6.8%2C24.8-4.4%2C35.9L47%2C234.9c-11.1%2C11.1-27.2%2C13.1-35.9%2C4.4l-1.8-1.8c-8.7-8.7-6.8-24.8%2C4.4-35.9Z%22%20fill%3D%22%231baea4%22%2F%3E%3Cpath%20d%3D%22M47%2C9.8l191.7%2C191.7c11.1%2C11.1%2C13.1%2C27.2%2C4.4%2C35.9l-1.8%2C1.8c-8.7%2C8.7-24.8%2C6.8-35.9-4.4L13.7%2C43.1C2.5%2C32.0%2C.6%2C15.9%2C9.3%2C7.2l1.8-1.8C19.8-3.3%2C35.8-1.3%2C47%2C9.8Z%22%20fill%3D%22%231baea4%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    transform: rotate(180deg);
    right:3rem;

  }

  .welcome-text {

    color: rgb(255, 255, 255);
    }
    .smaller-welcome-text {
      padding-top: 1rem;
      color: rgb(255, 255, 255);
    }

  .centered-container {
    flex-direction: column;
  }

  .types-of-art {
    height: 25ch;
    
  }

  /* .discontinued{
    height: 20ch;
  } */
  .centered-container1 {
    width: 100%;
    height: 25ch;
  }

  .video-section {
    flex-direction: column;
  }

  .triple-container {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-slide-column{
    margin: 0;
    padding:10px;
  }

  .triple-container h5 {
    font-size: clamp(8px, 50%, 30px);
  }

  .sideways-text{
    margin: 0 -35px 0;
  }
  
  .gap p {
    font-size: 150%;
  }
  
  .gap h3 {
    font-size: 170%;
  }
  
  .gap h2 {
    font-size: 310%;
  }
  
  .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:3ch;
    overflow: hidden;
  }

  .footerb {
    margin:-4ch 0 4ch;
  }

  .footera{
    align-self: center;
  }

   .parallax {
        touch-action: none;
    }

    .parallax-layer {
        will-change: transform;
        transition: transform 0.15s ease-out;
    }


}


.bgrd-fxd {
  position: absolute;
  top:-20%;
  left:-20%;
  width: 140%;
  height: 140%;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  z-index: 0;
  pointer-events: none;
  will-change: transform;
}


.fixed-divs {
  position: relative;
  height: 30rem;
  width: 100%;
  overflow: hidden;
  flex: 1;
}

.paintings-fxd {
  background-image: url('assets/images/body-images/trauma.jpg');
}

.dart-fxd {
  background-image: url('assets/images/body-images/bicycle-stand.jpg');
}

.boox-fxd {
  background-image: url('assets/images/body-images/first-5-books.jpg');
}

.discontinued-fxd {
  background-image: url('assets/images/body-images/snakes-ladders.jpg');
}

.parallax {
    touch-action: none;
}

.parallax-layer {
    transition: transform 0.15s ease-out;
}