@keyframes slidein {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
#fullSize_Slider {
    width: 100%;
    position: relative;

    /* Icons */
    /*	@media screen and (min-width: 53em) {
          body {
              padding: 0;
          }
          .content {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              margin: 0 auto;
              min-height: 100vh;
              text-align: left;
          }
          .content--fixed {
              position: relative;
              z-index: 10000;
              top: 0;
              left: 0;
              display: grid;
              align-content: space-between;
              width: 100%;
              max-width: none;
              min-height: 0;
              height: 100vh;
              padding: 1.5rem 4rem 2rem;
              pointer-events: none;
              align-items: start;
              grid-template-columns: 50% 50%;
              grid-template-rows: auto auto auto;
              grid-template-areas:
                  "pageheader ..."
                  "... ..."
                  "tagline ...";
          }
  
          .page-header {
              grid-area: pageheader;
              align-self: start;
              justify-self: start;
              position: relative;
              display: flex;
              padding: 1.25rem 1.5rem 1.25rem 0;
              pointer-events: none;
          }
          .page-header::before {
              content: "";
              background: #000;
              width: calc(100% + 4rem);
              height: 100%;
              position: absolute;
              left: -4rem;
              top: 0;
              transform: translate3d(-100%, 0, 0) translate3d(2rem, 0, 0);
              transition: transform 0.3s;
              pointer-events: auto;
          }
          .page-header:hover::before {
              transform: translate3d(0, 0, 0);
          }
          .page-header::after {
              content: "";
              width: 17rem;
              height: 100%;
              position: absolute;
              left: -2rem;
              top: 0;
              pointer-events: auto;
          }
          .page-header__title {
              transition: color 0.3s;
          }
          .page-header:hover .page-header__title {
              color: #fff;
          }
          .social {
              display: flex;
              list-style: none;
              margin: 0 0 0 3rem;
              padding: 0;
              position: relative;
              opacity: 0;
              pointer-events: none;
              transition: opacity 0.3s;
          }
          .social__item-link {
              color: #fff;
          }
          .icon--social {
              opacity: 0;
              transform: translate3d(0, 150%, 0);
              transition: opacity 0.2s linear, transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
              transition-delay: 0.05s;
          }
          .icon--instagram {
              transition-delay: 0.1s;
          }
          .icon--facebook {
              transition-delay: 0.15s;
          }
          .page-header:hover .social {
              opacity: 1;
              pointer-events: auto;
          }
          .page-header:hover .social__item-link .icon {
              opacity: 1;
              transform: translate3d(0, 0, 0);
          }
          .content--fixed a {
              pointer-events: auto;
          }
  
          .tagline {
              margin: 0;
              grid-area: tagline;
              -webkit-writing-mode: vertical-rl;
              writing-mode: vertical-rl;
              transform: rotate(180deg);
          }
          .slideshow {
              overflow: hidden;
              margin: 0;
              height: 100vh;
          }
          .slide {
              height: 100vh;
          }
          .slide__title-wrap {
              padding: calc(6rem + 10vh) 0 0 4rem;
              text-align: left;
          }
          .slide__title {
              font-size: 4.5vw;
          }
          .slide__subtitle {
              margin: 1rem 0 0 0.2rem;
              max-width: 300px;
          }
          .slide__wrap {
              height: 960px;
              position: absolute;
          }
          .slide__bg,
          .slide__img {
              background-position: 50% 70%;
          }
          .boxnav {
              left: auto;
              right: 60vw;
              width: auto;
          }
          .boxnav__item {
              //width: 10vw;
              //height: 12vw;
              flex: none;
          }
          .details-wrap {
              position: absolute;
              top: 0;
              right: 0;
              pointer-events: none;
          }
          .details {
              width: auto;
              grid-template-columns: 8rem 15rem 200px;
              grid-template-rows: 125px 125px 7rem 3.5rem;
          }
          .details__item-img {
              display: block;
              grid-area: 1 / 3 / 3 / 4;
              max-width: 100%;
          }
          .details__item-sizes {
              grid-area: 1 / 2 / 2 / 3;
          }
          .details__item-price {
              grid-area: 1 / 1 / 2 / 2;
          }
          .details__item-colors {
              grid-area: 2 / 2 / 3 / 3;
          }
          .details__item--addtocart {
              grid-area: 3 / 3 / 4 / 4;
          }
          .details__item--close {
              grid-area: 4 / 3 / 5 / 4;
          }
          .details__inner--grid {
              grid-template-columns: repeat(3, 1.5rem);
          }
          .action--details {
              top: calc(6rem + 10vh);
              right: 4rem;
              left: auto;
              background: none;
              color: inherit;
              width: auto;
              padding: 0;
          }
          .action--details:hover {
              color: var(--color-details-hover);
          }
      }*/
}
@media (max-width: 760px) {
    #fullSize_Slider {
        min-height: calc(100vh - 100px);
    }
}

#fullSize_Slider button,
#fullSize_Slider html input[type="button"],
#fullSize_Slider input[type="reset"],
#fullSize_Slider input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
#fullSize_Slider a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
}
#fullSize_Slider a:hover,
#fullSize_Slider a:focus {
    color: var(--color-link-hover);
}
#fullSize_Slider button:focus,
#fullSize_Slider a:focus {
    outline: none;
}
#fullSize_Slider .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
#fullSize_Slider .icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}
#fullSize_Slider main {
    position: relative;
    width: 100%;
}
#fullSize_Slider .content {
    text-align: center;
}
#fullSize_Slider .info {
    display: block;
    max-width: 260px;
    margin: 0 1rem;
    font-weight: bold;
}
#fullSize_Slider .page-header__title {
    font-size: 1rem;
    margin: 0;
}
#fullSize_Slider .page-header__title-inner {
    position: relative;
    line-height: 1.25;
    margin: 0 0.5rem 0 0;
    padding: 0 1rem 0 0;
}
#fullSize_Slider .page-header__title-inner::after {
    content: "";
    right: 0;
    width: 3px;
    height: 1.25rem;
    background: currentColor;
    position: absolute;
}
#fullSize_Slider .page-header__title-sub {
    position: relative;
}
#fullSize_Slider .social {
    display: none;
}
#fullSize_Slider .social__item {
    display: block;
    font-size: 0.75rem;
    margin: 0 0.25rem;
}
#fullSize_Slider .slideshow {
    position: relative;
    width: 100%;
    z-index: 1;
}
#fullSize_Slider .slideshow--details::after {
    opacity: 1;
}
#fullSize_Slider .slide {
    width: 100%;
    height: 50vh;
    height: 900px;
    height: calc(100vh - 40px) !important;
    top: 0;
    left: 0;
    position: absolute;
    overflow-x: hidden;
    pointer-events: none;
    opacity: 0;
}
@media (max-width: 1200px) {
    #fullSize_Slider .slide {
        height: 564px;
    }
}
@media (max-width: 760px) {
    #fullSize_Slider .slide {
        min-height: calc(100vh - 100px);
    }
}
#fullSize_Slider .slide--current {
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
    position: relative;
}
#fullSize_Slider .slide__wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#fullSize_Slider .slide__bg,
#fullSize_Slider .slide__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    pointer-events: none;
}
#fullSize_Slider .slide__bg {
    filter: grayscale(1) brightness(0.7);
}
#fullSize_Slider .slide__title-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}
@media (max-width: 760px) {
    #fullSize_Slider .slide__title-wrap {
        align-items: flex-start;
    }
}
#fullSize_Slider .slide__title-wrap .container {
    position: relative;
    padding: 0;
}
@media (max-width: 760px) {
    #fullSize_Slider .slide__title-wrap .container {
        padding-top: 120px;
        padding-left: 15px;
        padding-right: 15px;
        height: 100%;
    }
}
#fullSize_Slider .slide__title-wrap .container .type_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 78px;
}
@media (max-width: 1200px) {
    #fullSize_Slider .slide__title-wrap .container .type_1 {
        gap: 32px;
    }
}
@media (max-width: 760px) {
    #fullSize_Slider .slide__title-wrap .container .type_1 {
        align-items: center;
        gap: 150px;
        justify-content: space-between;
        height: calc(100% - 100px);
    }
}
#fullSize_Slider .slide_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    padding: 0px;
}
@media (max-width: 760px) {
    #fullSize_Slider .slide_title {
        align-items: center;
    }
}
#fullSize_Slider .slide_title .slide_head {
    color: #ffffff;
    font-family: IBM Plex Sans;
    font-size: 68px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
}
@media (max-width: 1200px) {
    #fullSize_Slider .slide_title .slide_head {
        font-size: 48px;
    }
}
@media (max-width: 760px) {
    #fullSize_Slider .slide_title .slide_head {
        font-size: 36px;
    }
}
@media (max-width: 460px) {
    #fullSize_Slider .slide_title .slide_head {
        text-align: center;
    }
}
#fullSize_Slider .slide_title .slide_subhead {
    color: #ffffff;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}
@media (max-width: 760px) {
    #fullSize_Slider .slide_title .slide_subhead {
        font-size: 17px;
    }
}
@media (max-width: 760px) {
    #fullSize_Slider .slide_transparent_box {
        width: 100%;
    }
}
#fullSize_Slider .slide_transparent_box .text_big {
    display: none;
}
#fullSize_Slider .slide_transparent_box .text_small {
    display: none;
}
#fullSize_Slider .slide_transparent_box br {
    display: none;
}
#fullSize_Slider .slide_transparent_box .red_but {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0px 48px 0px 48px;
    min-width: 328px;
    min-height: 80px;
    border-radius: 4px;
    background: #b79f60;
    color: #ffffff;
    font-family: IBM Plex Sans;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: max-content;
}
@media (max-width: 1200px) {
    #fullSize_Slider .slide_transparent_box .red_but {
        min-width: 254px;
        min-height: 58px;
        padding: 0px 32px 0px 32px;
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    #fullSize_Slider .slide_transparent_box .red_but {
        width: 100%;
        min-width: auto;
    }
}
#fullSize_Slider .slide__subtitle {
    font-size: 1.15rem;
    font-weight: normal;
    text-align: left;
}
#fullSize_Slider .boxnav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9;
    width: 100%;
    padding: 0 12px 60px;
}
#fullSize_Slider .boxnav > .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fullSize_Slider .boxnav > .container .but {
    color: #fff;
}
#fullSize_Slider .boxnav > .container .but:hover {
    color: #fff;
}
@media (max-width: 1200px) {
    #fullSize_Slider .boxnav > .container .but {
        display: none;
    }
}
#fullSize_Slider .boxnav > .container .but .ic {
    margin-left: 13px;
}
#fullSize_Slider .boxnav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-nav-bg);
    border: 0;
    height: 4rem;
    flex: 1;
}
#fullSize_Slider .boxnav__item.boxnav__item--label {
    display: none;
}
#fullSize_Slider .boxnav__item_targets_box {
    display: grid;
    grid-auto-columns: max-content;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 40px;
    width: max-content;
}
#fullSize_Slider .boxnav__item_targets_box .boxnav__item_target {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #ffffff80;
    cursor: pointer;
    position: relative;
}
#fullSize_Slider .boxnav__item_targets_box .boxnav__item_target:before {
    content: "";
    display: block;
    height: 3px;
    width: 0px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -16px;
}
#fullSize_Slider .boxnav__item_targets_box .boxnav__item_target.active {
    color: #ffffff;
}
#fullSize_Slider .boxnav__item_targets_box .boxnav__item_target.active:before {
    width: 100%;
    animation-duration: 6s;
    animation-name: slidein;
    animation-iteration-count: 1;
}
#fullSize_Slider .boxnav__item--prev,
#fullSize_Slider .boxnav__item--next {
    display: none;
}
#fullSize_Slider .boxnav__item--prev:hover,
#fullSize_Slider .boxnav__item--next:hover {
    color: var(--color-nav-hover);
}
#fullSize_Slider .boxnav__item:focus {
    outline: none;
}
#fullSize_Slider .boxnav__label {
    padding: 0 0.5rem;
    font-size: 1.15rem;
    position: relative;
}
#fullSize_Slider .boxnav__label--total::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 2px;
    height: 1.45rem;
    background: #000;
    transform: rotate(22.5deg);
}
#fullSize_Slider .icon--caret-rot {
    transform: rotate(180deg);
}
#fullSize_Slider .details-wrap {
    position: relative;
    pointer-events: none;
    width: 100%;
    z-index: 10000;
}
#fullSize_Slider .details {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: grid;
    grid-auto-rows: 80px;
    overflow: hidden;
}
#fullSize_Slider .details-wrap--open .details--current {
    pointer-events: auto;
}
#fullSize_Slider .details__item {
    overflow: hidden;
}
#fullSize_Slider .details__item--addtocart {
    grid-row: 4;
}
#fullSize_Slider .details__inner {
    width: 100%;
    height: 100%;
}
#fullSize_Slider .details__inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: translate3d(100%, 0, 0);
}
#fullSize_Slider .details__item-img {
    display: none;
}
#fullSize_Slider .details__inner--sizes {
    background: #d4d4d4;
}
#fullSize_Slider .details__size {
    position: relative;
    cursor: pointer;
}
#fullSize_Slider .details__size--selected::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    margin: -1rem 0 0 -1rem;
    border: 2px solid #333;
    border-radius: 50%;
}
#fullSize_Slider .details__size--disabled {
    color: #d42d2d;
    cursor: not-allowed;
}
#fullSize_Slider .details__inner--price {
    background: #6ff8ed;
    color: #020202;
    font-size: 1.55rem;
}
#fullSize_Slider .details__inner--colors {
    background: rgba(255, 255, 255, 0.007);
    backdrop-filter: blur(20px);
}
#fullSize_Slider .details__color {
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    color: transparent;
    border-radius: 50%;
    align-self: center;
    justify-self: center;
    cursor: pointer;
}
#fullSize_Slider .details__color--WhiteBlack {
    background: #ffffff;
    background: linear-gradient(90deg, #ffffff 20%, #000000 100%);
}
#fullSize_Slider .details__color--BeigeGray {
    background: #f0be8f;
    background: linear-gradient(90deg, #f0be8f 20%, #5c5454 100%);
}
#fullSize_Slider .details__color--BlueBlack {
    background: #1086f5;
    background: linear-gradient(90deg, #1086f5 20%, #000000 100%);
}
#fullSize_Slider .details__color--PinkBlack {
    background: #8610f5;
    background: linear-gradient(90deg, #8610f5 20%, #000000 100%);
}
#fullSize_Slider .details__color--WhiteRedBlue {
    background: #ffffff;
    background: linear-gradient(90deg, #ffffff 10%, #790909 45%, #00d4ff 100%);
}
#fullSize_Slider .details__color--WhiteGreenBlack {
    background: #ffffff;
    background: linear-gradient(90deg, #ffffff 10%, #04e98a 45%, #000000 100%);
}
#fullSize_Slider .details__color--red {
    background: #ff0000;
}
#fullSize_Slider .details__color--green {
    background: #32f8a5;
}
#fullSize_Slider .details__color--sky {
    background: #add8e6;
}
#fullSize_Slider .details__inner--grid {
    display: grid;
    padding: 1rem;
    grid-template-columns: repeat(3, 1fr);
}
#fullSize_Slider .action {
    border: 0;
    padding: 0;
    flex: 1;
    align-self: stretch;
    background: none;
}
#fullSize_Slider .action--addtocart {
    background: #6ff8ed;
    color: var(--color-cart-bg);
}
#fullSize_Slider .action--close {
    background: var(--color-cart-bg);
    color: #6ff8ed;
    text-transform: lowercase;
}
#fullSize_Slider .action--details {
    position: absolute;
    z-index: 3000;
    top: 100%;
    font-weight: bold;
    font-size: 1.15rem;
    width: 100%;
    background: #000;
    padding: 1rem;
    color: #fff;
    display: none;
}
