﻿
.Selectable {
    -webkit-touch-callout: initial;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.UnSelectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.HorizontalScrolling {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
}

@keyframes FadeIn {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

@keyframes FadeInLeft {
    from {
        opacity: 0.1;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes FadeInTop {
    from {
        opacity: 0.1;
        -webkit-transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes AppearHeight {
    from {
        -webkit-transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.TransitionFaster {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.TransitionFast {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.TransitionMedium {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.TransitionSlow {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

:root {
    --redColor: #A41733;
    --whiteColor: #f5f5f5;
    --yellowColor: #ffd600;
    --orangeColor: #d55a29;
    --blackColor: #231f20;
    --grayColor: #cacbcc;
    --lightGray: #d5d6d6;
    --mediumGray: #a69981;
    --blueColor: #43b6ee;
    --shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
}




/*Montserrat-Black */
@font-face {
    font-family: 'GEFLOWBLACK';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Bold */
@font-face {
    font-family: 'GEFlowBold';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-ExtraBold */
@font-face {
    font-family: 'GEFlowExtraBold';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Light */
@font-face {
    font-family: 'GEFlowLight';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Medium */
@font-face {
    font-family: 'GEFlowMedium';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Regular */
@font-face {
    font-family: 'GE-Flow-Regular';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-SemiBold */
@font-face {
    font-family: 'GEFlowSemibold';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bellarina';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/*Montserrat-Black */
@font-face {
    font-family: 'MontserratBlack';
    src: url('/AR/assets/fonts/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Bold */
@font-face {
    font-family: 'MontserratBold';
    src: url('/AR/assets/fonts/Montserrat-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-ExtraBold */
@font-face {
    font-family: 'MontserratExtraBold';
    src: url('/AR/assets/fonts/Montserrat-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Light */
@font-face {
    font-family: 'MontserratLight';
    src: url('/AR/assets/fonts/Montserrat-Light.ttf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Medium */
@font-face {
    font-family: 'MontserratMedium';
    src: url('/AR/assets/fonts/Montserrat-Medium.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Regular */
@font-face {
    font-family: 'MontserratRegular';
    src: url('/AR/assets/fonts/Montserrat-Regular.ttf');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-SemiBold */
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('/AR/assets/fonts/Montserrat-SemiBold.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bellarina';
    src: url('/AR/assets/fonts/Bellarina.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.ColorItem {
    max-width: 150px;
    /*margin-bottom: 20px;*/
    /*box-shadow: var(--shadow);*/
    position: relative;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

.ColorItem-content {
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .ColorItem-content h4 {
        margin: 0;
        font-weight: 800;
        font-family: "MontserratBold";
        transition: all 0.5s ease-in-out;
    }

    .ColorItem-content span {
        font-size: 0.7rem;
        display: block;
        font-family: "MontserratBold";
        transition: all 0.5s ease-in-out;
        color: #626366;
    }

        .ColorItem-content span:last-child {
            font-family: "MontserratMedium";
        }

.ColorItem-image {
    /*height: 50px;*/
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.ColorItem:hover {
    /*.colors-item-image {
            height: 100%;
        }*/
}

    .ColorItem:hover .colors-item-content {
        /* color: var(--whiteColor);
            mix-blend-mode: difference;*/
    }

        .ColorItem:hover .colors-item-content h4 {
            font-size: 1rem;
        }

        .ColorItem:hover .colors-item-content span {
            /*font-size: .7em;*/
        }

.ButtonTheme a {
    /*font-size: 1.6em;
		border: 3px solid var(--redColor);
		color: var(--redColor);
		padding: 3px 15px 6px 15px;
		border-radius: 30px;
		font-weight: 700;
		font-family: "Montserratlight";
 
		&:hover {
			background-color: var(--redColor);
			color: var(--whiteColor);
		}*/
    /*position: relative;
		display: flex;
		justify-content: center;
		max-width: 150px;
		width: 100%;
		padding: 5px 10px;
		font-size: 1.2rem;
		border: 2px solid var(--redColor);
		color: var(--redColor);
		border-radius: 20px;
		font-weight: 700;
		font-family: "Montserratlight";
		transition: color .3s ease-in-out;
		margin: 0 auto;*/
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    max-width: 150px;
    outline: none;
}

    .ButtonTheme a span {
        color: var(--redColor);
        border: 1px solid var(--redColor);
        transition: 0.2s;
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        contain: paint;
    }

    .ButtonTheme a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0%;
        width: 100%;
        background-color: var(--redColor);
        transition: height 0.3s ease-out;
        border-radius: 10px;
    }

    .ButtonTheme a:hover span {
        color: var(--whiteColor);
    }

    .ButtonTheme a:hover::before {
        height: 100%;
    }

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.NavigationLink,
.NavigationLink:visited,
.NavigationLink:focus,
.NavigationLink:active,
.NavigationLink:hover {
    display: block;
    color: var(--blackColor);
    padding: 5px 10px;
    position: relative;
    border-radius: 10px 0 0 0;
    transition: background-color 300ms, color 400ms;
}

    .NavigationLink:hover,
    .NavigationLink:visited:hover,
    .NavigationLink:focus:hover,
    .NavigationLink:active:hover,
    .NavigationLink:hover:hover {
        background-color: var(--redColor);
        color: var(--whiteColor);
    }

        .NavigationLink._active,
        .NavigationLink:visited._active,
        .NavigationLink:focus._active,
        .NavigationLink:active._active,
        .NavigationLink:hover._active {
            background-color: var(--redColor);
            color: var(--whiteColor);
            cursor: default !important;
        }

            .NavigationLink._active::after,
            .NavigationLink:visited._active::after,
            .NavigationLink:focus._active::after,
            .NavigationLink:active._active::after,
            .NavigationLink:hover._active::after {
                content: '';
                margin-top: 1px;
                height: 2px;
                width: 100%;
                left: 0;
                background-color: var(--redColor);
                position: absolute;
                top: 100%;
            }



main .category-title {
  text-align: center;
  margin-top: 100px;
}
 main .category-title > span {
  font-size: 1.7em;
  font-family: "GEFlowBold";
  text-transform: uppercase;
  position: relative;
  color: var(--blackColor);
}
main .category-title > span::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: var(--redColor);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
 main .category-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: stretch;
  margin-top: 100px;
  justify-content: center;
  gap: 100px 10px;
}
 main .category-item {
  /* width: 270px;
            position: relative;
            min-height: 120px;
            margin: 0 auto;
            border: 2px solid var(--grayColor);
            border-radius: 20px 20px 0 0;
            background-color: white;*/
  /*  span {
                display: block;
                margin-bottom: 5px;
            }

*/
  /*&-bucket {
                position: relative;
                width: 270px;
                transition: all 0.8s ease-in;
                z-index: 1;
                margin-top: -100px;

                span {
                    position: absolute;
                    bottom: 30px;
                    left: 33%;
                    width: 9ch;
                    height: 50%;
                    display: flex;
                    align-content: center;
                    justify-content: center;
                    overflow-wrap: anywhere;
                    font-size: 1rem;
                }
            }



            &-image {
                margin-bottom: 5px;

                img {
                    border-radius: 20px 20px 0 0;
                    width: 100%;
                    outline: none;
                    max-height: 140px;
                }
            }

            &-content {
                position: relative;
                width: 100%;
                height: auto;
                padding: 10px;
                z-index: 10;
                display: flex;
                align-items: end;
                border-radius: 20px 20px 0 0;
                background-color: white;
                transition: all 1s ease-in-out;
                
            }

            &:hover {
                .category-item {*/
  /*&-bucket {
                        top: -100px;
                    }*/
  /*&-content {
                        margin-top: 0;
                    }
                }
            }*/
  /* &-blank {
                width:100%;
               // padding:70px 0;
               height:140px;
                background-color: var(--lightGray);
                border-radius: 20px 20px 0 0;
            }*/
  position: relative;
  width: min(100%, 350px);
  height: 100%;
  background-color: white;
  border-radius: 20px 20px 0 0;
  border: 1px solid var(--lightGray);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  mix-blend-mode: multiply;
  margin: 0 auto;
}
main .category-item-image {
  position: absolute;
  left: 50%;
  top: -78px;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
main .category-item-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  object-fit: contain;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  /* width: 250px;
                    height: 250px;*/
}
 main .category-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  /*align-items: flex-start;*/

align-items: flex-end;
  flex-direction: column;
  padding: 10px;
  text-align: right;
  color: var(--blackColor);
  padding-top: 100px;
}
 main .category-item:hover .category-item-image img {
  height: 170px;
}
 main .category-item-title {
  align-self: center;
  font-size: 0.9rem;
  font-family: "MontserratBold";
}
 main .category-item-description,
 main .category-item-price {
  font-size: 0.8rem;
  margin-top: 5px;
  color: var(--mediumGray);
      align-self: center;
}

.category-item-content span.category-item-description:nth-of-type(2) {
    font-family: "MontserratMedium";
}



@media only screen and (min-width: 800px) {
  main .category-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 900px) {
 main .category-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  main .category-items {
    grid-template-columns: repeat(4, 1fr);
  }
}





.category-item-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* makes it center properly */
    margin-top: 10px; /* optional spacing */
    text-decoration: none;
    color: #A41733;
}





    .category-item-content a span.product-document {
        position: relative;
        padding-right: 18px; /* space for arrow */
        font-size: 0.9rem;
    }

        .category-item-content a span.product-document::before {
            content: "↓"; /* arrow icon */
            position: absolute;
            right: 0;
            top: 0;
            font-size: 13px;
            color: #A41733; /* choose your color */
        }