#header-flex.hidden {
    display: none;
}
.sticky-container {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px -4px 14px rgba(0, 0, 0, .1);
    border-radius: 8px 8px 0 0;
    padding: 15px 25px 10px 10px;
    height: 130px;
    max-height: 130px;
    transition: all ease-in .2s
}

.sticky-container.open {
    height: 220px;
    max-height: 220px;
    transition: all ease-in .2s
}

.sticky-container.open .sticky-container__product h4 span {
    display: block
}

.sticky-container__image {
    margin: 0 20px
}

.sticky-container__image img {
    width: 142px;
    height: 93px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.sticky-container__image.open img {
    width: 142px;
    height: 142px
}

.sticky-container__product {
    width: 100%
}

.sticky-container__product p,
.sticky-container__product h4 {
    margin: 0
}

.sticky-container__product-options.close {
    display: none
}

.sticky-container__product h4 {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between
}

.sticky-container__product h4 span {
    z-index: 1000;
    display: none
}

.sticky-container__product h4 span svg {
    position: relative;
    top: 3px;
    right: -13px
}

.sticky-container__product p {
    font-size: 12px
}

.sticky-container__product-option-color {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.sticky-container__product-option-color .slider-colors {
    display: flex;
    width: 155px;
    overflow: auto
}

@media(min-width: 500px) {
    .sticky-container__product-option-color .slider-colors {
        width: 100%
    }
}

.sticky-container__product-option-color svg {
    position: absolute;
    right: -9px;
    top: 5px;
    cursor: pointer;
    pointer-events: none
}

.sticky-container__product-option-color,
.sticky-container__product-option-size {
    display: flex
}

.sticky-container__product-option-color span,
.sticky-container__product-option-size span {
    margin-right: 10px;
    font-family: "NeuePlak-ExtendedSemiBold";
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 14px
}

.sticky-container__product-option-color label,
.sticky-container__product-option-size label {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-family: "NeuePlak-ExtendedSemiBold";
    text-align: center;
    background-size: auto;
    background-position: center
}

.sticky-container__product-option-color label.soldout,
.sticky-container__product-option-size label.soldout {
    text-decoration: line-through
}

.sticky-container__product-option-color input,
.sticky-container__product-option-size input {
    border: 0;
    display: none
}

.sticky-container__product-option-color label {
    border: 1px solid #c1c1c1
}

.sticky-container__product-option-color [type=radio]:checked+label {
    position: relative;
    border: 1px solid #000
}

.sticky-container__product-option-color [type=radio]:checked+label::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.sticky-container__product-option-size [type=radio]:checked+label {
    position: relative;
    text-decoration: underline
}

.sticky-add-to-cart {
    background-color: #1d1d1d;
    left: 0;
    right: 0;
    bottom: 19px;
    text-align: center;
    margin: 10px 0 0;
    color: #f0ece6;
    padding: 4px 4px;
    font-family: "NeuePlak-ExtendedSemiBold";
    text-transform: uppercase;
    font-size: 12px;
    width: 100%
}

.sticky-add-to-cart.open {
    position: absolute;
    margin: 0 30px;
    width: 86%
}

.sticky-add-to-cart.open:disabled {
    background-color: #c2c2c2;
    cursor: not-allowed
}

@media(max-width: 767px) {
    .sticky-container.show {
        display: flex
    }
}

.item-product:hover .quick-add {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.67) 29.35%, rgba(217, 217, 217, 0.81) 51.09%)
}

@media(max-width: 767px) {
    .item-product:hover .quick-add {
        background: none
    }

    .collection #mobileSizesTrigger,
    .article #mobileSizesTrigger {
        display: none !important
    }

    .collection #mobileSizesTrigger svg,
    .article #mobileSizesTrigger svg {
        left: 0;
        position: absolute;
        right: 0;
        margin: auto;
        top: -2px;
        bottom: 0
    }
}

.collection .btn-addtocart,
.article .btn-addtocart {
    visibility: hidden
}

@media(min-width: 768px) {

    .collection .item-product .item-detail,
    .article .item-product .item-detail {
        display: none
    }
}

.swatchTrigger.more-colors {
    display: none !important
}

.quick-add {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 184px;
    background: none;
    border-radius: 8px 8px 0px 0px;
    transition: all ease-in .2s;
    display: block;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 38%) 29.35%, rgb(255 255 255 / 50%) 51.09%);
}

.quick-add .button-close {
    opacity: 0;
    position: absolute;
    right: 15px;
    cursor: pointer
}

.quick-add .button-close svg {
    pointer-events: none;
    position: relative;
    width: 18px;
    height: 18px
}

.quick-add.show {
    height: fit-content;
    padding-bottom: 60px;
    height: 320px;
    transition: all ease-in .2s
}

.quick-add.show .quick-add-content-options {
    opacity: 1;
    visibility: visible;
}

.quick-add.show .button-close {
    opacity: 1;
    top: 24px
}

@media(min-width: 1000px) {
    .quick-add.show {
        background: rgba(255, 255, 255, .7);
        -webkit-backdrop-filter: blur(3.5px);
        backdrop-filter: blur(3.5px)
    }

    .quick-add.show:hover {
        background: rgba(255, 255, 255, .7)
    }
}

.quick-add-button {
    background: rgba(255, 255, 255, .7);
    padding: 5px;
    width: 90%;
    height: 48px;
    margin: auto;
    border-radius: 40px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in .2s;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1
}

.quick-add-button:disabled {
    background-color: #c1c1c1;
    color: gray;
    border: 1px solid #c1c1c1;
    cursor: not-allowed
}

.quick-add-button:disabled svg path {
    fill: gray
}

.quick-add-button:disabled:hover {
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
    cursor: not-allowed
}

.quick-add-button:disabled:hover span {
    color: gray
}

.quick-add-button:disabled:hover svg path {
    fill: gray
}

.quick-add-button svg {
    pointer-events: none
}

.quick-add-button span {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "NeuePlak-ExtendedSemiBold";
    position: relative;
    top: -2px;
    left: 4px;
    pointer-events: none !important
}

.quick-add-button:hover {
    transition: all ease-in .3s;
    background-color: #000
}

.quick-add-button:hover svg path {
    fill: #fff
}

.quick-add-button:hover span {
    color: #fff
}

.quick-add-content {
    padding: 20px 25px;
    text-align: start
}

.quick-add-content-images {
    display: none
}

.quick-add-content-images img{
    display: none
}

.quick-add-content-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.quick-add.show .quick-add-content-product-info{
    padding: 0 20px 0 0;
    transition: padding 0.1s ease;
    transition-delay: 0.1s;
}

.quick-add-content-product-info .range-price {
    font-size: 16px;
    font-family: "NeuePlak-ExtendedSemiBold";
}

.quick-add-content h3 {
    margin: 0 0;
    text-transform: uppercase;
    font-family: "NeuePlak-ExtendedSemiBold";
    text-align: start;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100
}

body .quick-add-content h3 {
    font-family: "NeuePlak-ExtendedSemiBold" !important;
}

.quick-add-content span {
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-family: "NeuePlak-ExtendedSemiBold";
}

.quick-add-content span s {
    color: red
}

.quick-add-content-options .sold-out {
    display: none;
}

.quick-add-options-grid {
    display: flex; 
    flex-wrap: wrap; 
    width: 100%;
    height: 32px;
    overflow: hidden;
    padding: 0 30px 0 0;
    position: relative;
}

.quick-add-content-options {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .3s
}

.quick-add-content-options .option {
    display: flex;
    align-items: center;
    padding: 20px 0
}

.quick-add-content-options .option:first-child {
    border-bottom: 1px solid #c2c2c2;
    margin-top: 10px
}

@media(max-width: 767px) {
    .quick-add{
        background: none;
    }

    .quick-add-content-options .option {
        padding: 8px 0 !important
    }
}

.quick-add-content-options .option span {
    margin-right: 10px;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px;
    text-transform: uppercase
}

.quick-add-content-options .option input {
    border: 0;
    display: none
}

.quick-add-content-options .option label, .quick-add-content-options .option button {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    margin: 0 13px 5px 0;
    font-size: 14px;
    font-family: "NeuePlak-ExtendedRegular";
    text-align: center;
    position: relative
}

.quick-add-content-options .swatch-product-link {
  position: absolute;
  right: 0;
  margin: 2px 5px;
}

.quick-add-content-options .option label.sold-out {
    text-decoration: line-through;
    color: gray
}

.quick-add-content-options .option.color .swatch {
    border: 1px solid #c1c1c1;
    background-size: auto;
}

.quick-add-content-options .option.color .swatch.Active{
    border: 1px solid #000;
}

.quick-add-content-options .option.color label {
    top: 0;
    border: 1px solid #c1c1c1;
    background-size: auto;
    background-position: center
}

.quick-add-content-options .option.color [type=radio]:checked+label {
    position: relative;
    border: 1px solid #000
}

.quick-add-content-options .option.color [type=radio]:checked+label::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.quick-add-content-options .option.size [type=radio]:checked+label {
    position: relative;
    text-decoration: underline
}

@media(min-width: 768px)and (max-width: 1200px) {
    .quick-add-content {
        padding: 20px 25px
    }

    .quick-add-content-product-info {
        padding: 32px 0;
    }

    .quick-add-content h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        font-family: "NeuePlak-ExtendedSemiBold" !important;
        font-weight: 100
    }

    .quick-add-content-options .option {
        padding: 10px 0
    }

    .quick-add-content-options .option.color {
        flex-wrap: wrap
    }

    .quick-add-button {
        height: 35px
    }

    .quick-add-button span {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .quick-add {
        background-color: rgba(0, 0, 0, 0);
        height: 57px
    }

    .quick-add-content {
        padding: 20px 30px;
        max-height: 0;
        background-color: rgba(0, 0, 0, 0)
    }

    .quick-add-content-images {
        visibility: hidden
    }

    .quick-add-content-images img{
        display: block;
    }

    .quick-add.show.mobile .quick-add-content-product-info {
        display: flex !important
    }
  
    .quick-add-content-product-info {
        display: none
    }

    .quick-add-content h3,
    .quick-add-content-options {
        visibility: hidden
    }

    .quick-add-content h3 .option.color,
    .quick-add-content-options .option.color {
        flex-wrap: wrap
    }

    .quick-add-button {
        bottom: 15px;
        height: 32px
    }

    .quick-add-button.show {
        margin-top: 0
    }

    .quick-add-button.with-discount {
        bottom: 15px
    }

    .quick-add-button span {
        font-size: 12px
    }

    .quick-add.show.mobile .button-close {
        opacity: 1
    }

    .quick-add.show.mobile .quick-add-button {
        background-color: #1d1d1d
    }

    .quick-add.show.mobile .quick-add-button span {
        color: #f0ece6
    }

    .quick-add.show.mobile .quick-add-button svg {
        width: 18px;
        height: 18px
    }

    .quick-add.show.mobile .quick-add-button svg path {
        fill: #f0ece6
    }

    .quick-add.show.mobile .quick-add-button:disabled {
        background-color: #c1c1c1;
        color: gray;
        border: 1px solid #c1c1c1;
        cursor: not-allowed
    }

    .quick-add.show.mobile .quick-add-button:disabled svg path {
        fill: gray
    }

    .quick-add.show.mobile .quick-add-button:disabled:hover {
        background-color: #c1c1c1;
        border: 1px solid #c1c1c1;
        cursor: not-allowed
    }

    .quick-add.show.mobile .quick-add-button:disabled:hover span {
        color: gray
    }

    .quick-add.show.mobile .quick-add-button:disabled:hover svg path {
        fill: gray
    }

    .quick-add.show.mobile .quick-add-content {
        transition: all ease-in .3s;
        position: fixed;
        background-color: #fff;
        z-index: 10000;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 525px;
        border-radius: 16px 16px 0px 0px
    }


    .quick-add.show.mobile .quick-add-content-images {
        visibility: visible;
        display: flex;
        justify-content: center
    }

    .quick-add.show.mobile .quick-add-content-images img {
        width: 100%;
        height: 235px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .quick-add.show.mobile .quick-add-content h3 {
        visibility: visible
    }

    .quick-add.show.mobile .quick-add-content-options {
        visibility: visible
    }

    .quick-add.show.mobile .quick-add-button {
        bottom: 0;
        height: 40px;
        position: relative;
        width: 100%
    }

    .quick-add.show.mobile .quick-add-button span {
        font-size: 16px
    }

    .quick-add.show.mobile .quick-add-button svg {
        width: 25px;
        height: 25px
    }
    
    .quick-add.show.mobile .quick-add-content.carousel {
        position: absolute;
        display: block;
    }
    
}

#CartFlyout .shopify-cleanslate {
    display: none !important
}

.flyout-header .title-md {
    font-size: 24px
}

#CartFlyout .buttons {
    height: 57px;
    position: relative
}

#CartFlyout .buttons svg {
    position: absolute;
    z-index: 10;
    left: -140px;
    right: 0;
    bottom: 0;
    top: -10px;
    margin: auto;
    pointer-events: none
}

@media(max-width: 767px) {
    #CartFlyout .buttons svg {
        top: -5px
    }
}

.free-text {
    background-color: #d3cac5;
    margin: 0;
    text-align: center;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: .09em;
    position: relative;
    bottom: 0;
    z-index: 1
}

#CartFlyout form {
    height: calc(100vh - 230px)
}

#CartFlyout {
    display: flex;
    flex-direction: column
}

.Summary {
    min-height: 175px !important;
    height: auto !important;
    padding: 15px 50px;
}

@media(max-width: 767px) {
    .Summary {
        height: auto !important;
        padding: 15px;
    }

    #CartFlyout form {
        height: calc(100vh - 211px)
    }
}

#CartFlyout.not-gamification form {
    height: calc(100vh - 129px) !important;
    overflow: auto !important;
}

@media(max-width: 767px) {
    #CartFlyout.not-gamification form {
        height: calc(100vh - 109px) !important
    }
}

.icon-brazil-text {
    display: none;
    margin: 0 auto;
    justify-content: center;
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 16px;
    min-height: 55px;
}

.icon-brazil-text svg {
    margin-right: 5px;
    position: relative;
    top: -3px
}

#progress-bar {
    background-color: #d9d9d9;
    width: 90%;
    height: 2px;
    position: relative;
    margin: 40px auto 80px;
    text-align: center;
    display: none
}

#progress-bar.hide {
    display: none !important
}

#progress-bar.show {
    display: block
}

#progress-bar .message-free-gift {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -55px;
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 400
}

#progress-bar .step.hide,
#progress-bar .end.hide {
    display: none
}

#progress-bar ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px
}

#progress-bar ul li {
    width: 12px;
    height: 12px;
    background-color: #d9d9d9;
    border-radius: 50%
}

#progress-bar ul li.complete {
    background-color: #000
}

#progress-bar .messages {
    display: flex;
    justify-content: center
}

#progress-bar p {
    font-family: "NeuePlak-ExtendedRegular";
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 17px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    font-weight: 400
}

#progress-bar p.end {
    position: absolute;
    right: -18px
}

#progress-bar .progress {
    background-color: #000;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0
}

.message-text span,
.end span {
    text-transform: capitalize !important
}

.gamification-modal {
    width: 565px;
    margin: auto;
    height: 351px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background-color: #fff;
    z-index: 10000;
    display: none
}

.gamification-modal.open {
    display: block
}

.gamification-modal-header {
    height: 100%
}

@media(max-width: 767px) {
    .gamification-modal {
        width: calc(85% - 30px);
        height: calc(68% - 22px);
    }
}

.gamification-modal .icon-close {
    width: 18px;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 10000;
    cursor: pointer
}

.gamification-modal .gender {
    margin: 20px 0 0
}

.gamification-modal .gender h5,
.gamification-modal .gender span {
    margin: 0 0 !important
}

.gamification-modal .gender h5 {
    font-size: 14px;
    font-family: "NeuePlak-ExtendedSemiBold"
}

.gamification-modal .gender>div {
    display: flex;
    gap: 10px
}

.gamification-modal .gender>div span {
    font-size: 14px;
    font-family: "NeuePlak-ExtendedRegular";
    cursor: pointer
}

.gamification-modal span {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 24px;
    display: block;
    text-align: start;
    margin: 30px 0
}

@media(max-width: 767px) {
    .gamification-modal span {
        margin: 15px 0
    }
}

.gamification-modal-product {
    position: relative
}

.gamification-modal .gender-selector.active {
    text-decoration: underline
}

.gamification-modal .free-gift-men {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none
}

.gamification-modal .free-gift-men.active {
    display: flex
}

.gamification-modal .free-gift-women {
    display: none
}

.gamification-modal .free-gift-women.active {
    display: flex
}

.gamification-modal-product-item {
    display: flex;
    align-items: flex-start;
    margin-top: 0px;
    height: 100%
}

.gamification-modal-product-item h4 {
    font-size: 20px;
    margin: 0;
    font-family: "NeuePlak-ExtendedSemiBold"
}

.gamification-modal-product-item .image img {
    width:100% ;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: center;
}

.gamification-modal-product-item .size {
    display: flex;
    flex-direction: column;
    margin: 10px 0
}

.gamification-modal-product-item .size label {
    margin: 0 !important
}

.gamification-modal-product-item .size>div {
    display: flex;
    gap: 5px;
    width: 100%;
    align-items: center
}

.gamification-modal-product-item .size span {
    font-size: 14px;
    font-family: "NeuePlak-ExtendedRegular";
    margin: 0 5px 0 0 !important
}

.gamification-modal-product-item .size input {
    display: none
}

.gamification-modal-product-item .size-picker.active,
.gamification-modal-product-item .size-picker-men.active {
    text-decoration: underline
}

.gamification-modal-product-item .info {
    margin-left: 30px;
    width: 100%;
    margin-right: 50px;
}

.gamification-modal-product-item .info form {
    display: flex;
    flex-direction: column
}

.gamification-modal-product-item .info form .size {
    display: flex;
    align-items: baseline;
    cursor: pointer
}

.gamification-modal-product-item .info form .size label {
    margin-right: 15px;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px
}

.gamification-modal-product-item .info form select {
    margin-top: 20px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0 0;
    width: 100%;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 12px
}

.gamification-modal-product-item .info form .btn {
    margin-top: 10px;
    padding: 5px;
    font-size: 12px;
    font-family: "NeuePlak-ExtendedRegular"
}

.gamification-modal-product-item .add-to-cart-gamification {
    height: 51px;
    font-size: 16px !important;
    font-family: "NeuePlak-ExtendedSemiBold" !important
}

@media(max-width: 767px) {
    .gamification-modal-product-item {
        flex-direction: column
    }

    .gamification-modal-product-item .info {
        width: 85%;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .gamification-modal-product-item .image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 7px;
    }

    .gamification-modal-product-item .image img {
        width: calc(54% - 10px) !important;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.cart-saved-container {
    background-color: #fff;
    width: 100%;
    max-width: 424px;
    height: 400px;
    position: fixed;
    z-index: 10;
    right: -10000px;
    right: 0;
    top: 45px;
    transition: all 1s;
    display: none
}

@media(max-width: 767px) {
    .cart-saved-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }
}

.cart-saved-container.open {
    right: 0;
    transition: all 1s;
    display: block;
    z-index: 10000;
}

.cart-saved-container-header {
    border-bottom: 1px solid #d3cac5;
    margin: 15px;
    padding: 0 10px 20px
}

.cart-saved-container-header h4,
.cart-saved-container-header p {
    padding: 0;
    margin: 0
}

.cart-saved-container-header h4 {
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 24px;
    font-weight: 400
}

.cart-saved-container-header p {
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px
}

.cart-saved-container-header .close {
    position: absolute;
    right: 30px;
    top: 15px
}

.cart-saved-container-header .close svg {
    pointer-events: none;
    width: 18px;
    height: 18px
}

.cart-saved-container-body {
    padding: 20px 0;
    margin: 15px;
    padding: 0 0 20px;
    overflow-y: auto;
    max-height: 200px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.cart-saved-container-body .product-item {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.cart-saved-container-body .product-item-image {
    margin-right: 20px
}

.cart-saved-container-body .product-item-image img {
    width: 79px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover
}

.cart-saved-container-body .product-item-info {
    width: 250px
}

.cart-saved-container-body .product-item-info h3,
.cart-saved-container-body .product-item-info p {
    margin: 0
}

.cart-saved-container-body .product-item-info h3 {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 210px
}

@media(max-width: 380px) {
    .cart-saved-container-body .product-item-info h3 {
        width: 150px
    }
}

.cart-saved-container-body .product-item-info .options {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
    margin-top: 10px
}

.cart-saved-container-body .product-item-info span {
    font-family: "NeuePlak-ExtendedRegular";
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: 12px
}

.cart-saved-container-body .product-item-info span.qty {
    margin-left: 10px
}

.cart-saved-container-body .product-item-info span.size .value {
    margin-left: 10px
}

.cart-saved-container-body .product-item-info span.color {
    position: relative
}

.cart-saved-container-body .product-item-info span.color label {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    position: absolute;
    top: 6px;
    right: -25px;
    margin: 0
}

.cart-saved-container-body .product-item-info span.color small {
    text-transform: capitalize;
    margin-left: 10px
}

.cart-saved-container-body .product-item-info .price {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.cart-saved-container-body .product-item-info .price .money {
    color: #1d1d1d !important;
    font-size: 12px;
    font-family: "NeuePlak-ExtendedSemiBold"
}

.cart-saved-container-footer {
    background: #f3f3f3;
    padding: 20px;
    width: 100%;
    bottom: 0
}

.cart-saved-container-footer .total {
    display: flex;
    justify-content: space-between
}

.cart-saved-container-footer .total span {
    font-family: "NeuePlak-ExtendedSemiBold";
    text-transform: uppercase;
    font-weight: 400
}

.cart-saved-container-footer a {
    background: #1d1d1d;
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "NeuePlak-ExtendedSemiBold";
    margin-top: 20px;
    cursor: pointer;
    letter-spacing: .08em
}

.cart-saved-container-footer a svg {
    position: relative;
    left: 10px;
    top: 2px
}

.show-mobile {
    display: none !important
}

.tech-icon {
    max-width: 120px !important
}

.tech-icon p {
    font-size: 12px !important;
    line-height: 18px;
    margin: 0
}

.afterpay-paragraph {
    display: none !important
}

.afterpay-desktop {
    display: block
}

.afterpay-desktop img {
    width: 100px;
    position: relative;
    top: 5px
}

.afterpay-desktop span.info {
    font-size: 11px
}

#smartwishlist {
    position: absolute;
    right: -30px;
    top: 10px
}

#smartwishlist i {
    font-size: 26px
}

@media(min-width: 1000px) {
    #ProductDetails {
        position: initial !important;
        top: 0
    }

    #ProductDetails form .product-variants {
        /* display: grid !important; */
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px
    }

    #ProductDetails form .product-variants.both-colors div:first-child {
        grid-area: 2/1/3/4
    }

    #ProductDetails form .product-variants.both-colors div.color-core {
        grid-area: 1/1/2/2
    }

    #ProductDetails form .product-variants.both-colors div:nth-child(2) {
        grid-area: 1/2/2/4
    }
}

.selector-wrapper .selector-options .color {
    border: 1px solid #c1c1c1 !important
}

.selector-wrapper .selection-label {
    font-size: 12px;
    color: #7e7e7e;
    font-family: "NeuePlak-ExtendedRegular"
}

.product-accordions p,
.product-accordions span {
    font-family: "NeuePlak-ExtendedRegular" !important;
    font-size: 14px !important
}

@media(max-width: 767px) {
    .title-down {
        font-family: "NeuePlak-ExtendedSemiBold" !important;
        font-style: normal !important;
        font-size: 14px !important;
        letter-spacing: .02em;
        margin: 0 !important;
        color: #1d1d1d
    }

    #tech-icons {
        display: initial !important
    }

    .tech-icon {
        max-width: 100% !important;
        padding: 10px 0 0
    }

    .tech-icon svg {
        margin-right: 8px;
        width: 20px;
        height: 20px
    }

    .tech-icon span {
        font-size: 14px
    }

    .show-mobile {
        display: flex !important
    }

    .show-desktop {
        display: none !important
    }

    .header-price-mobile {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        position: relative;
        padding: 0 0 10px
    }

    .product-description {
        font-size: 14px;
        margin: 0
    }

    .spr-badge {
        font-size: 14px
    }

    .product-title {
        font-family: "NeuePlak-ExtendedSemiBold";
        text-transform: uppercase;
        padding: 0 20px;
        margin-top: 20px;
        font-size: 20px;
        letter-spacing: .04em;
        line-height: 30px;
        margin: 0 0 10px !important;
        color: #1d1d1d;
        font-weight: 100
    }

    .product-tags {
        padding: 0 20px;
        margin: 0
    }

    .product-tags span {
        max-width: -moz-max-content;
        max-width: max-content;
        color: #5c5c5c
    }

    .option-item {
        padding: 0 0px !important
    }

    .option-item .price {
        padding: 0 !important
    }

    .product .price {
        padding: 0 20px;
        font-family: "NeuePlak-ExtendedSemiBold";
        margin-top: 7px
    }

    .product-sku {
        margin: 0px;
        text-transform: uppercase;
        color: #5c5c5c;
        font-size: 12px;
        display: flex;
        align-items: baseline;
        gap: 10px
    }

    .product-sku span {
        font-size: 12px !important
    }

    .product-description {
        margin: 0 0 15px !important;
        padding-right: 20px
    }

    .afterpay-paragraph {
        display: none !important
    }

    .product-variants {
        margin: 0 0 !important;
        padding: 0px 0 0
    }
  
    .product-variants .selector-wrapper {
        margin-bottom: 30px;
        display: flex;
        border: 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .product-variants .selector-wrapper.color {
        margin: 0 0 0
    }

    .product-variants .selector-wrapper.color .selector-label {
        margin: 0 0;
        font-family: "NeuePlak-ExtendedSemiBold"
    }

    .product-variants .selector-wrapper.color .selector-options div {
        width: 36px;
        height: 36px;
        margin: 10px 5px 5px !important;
        border: 1px solid #c1c1c1
    }

    .product-variants .selector-wrapper.color .selector-options div::after {
        width: 6px;
        height: 6px
    }

    .product-variants .selector-wrapper.size .selector-label {
        margin: 0 10px 0 0;
        font-family: "NeuePlak-ExtendedSemiBold"
    }

    .product-variants .selector-wrapper.size .selector-options div {
        margin: 0 15px 0 0;
        font-size: 18px
    }

    .product-variants .selector-wrapper.size .sizeguide-trigger {
        order: 3
    }

    .afterpay-mobile {
        padding: 0 20px;
        font-size: 12px;
        font-family: "NeuePlak-ExtendedRegular"
    }

    .afterpay-mobile img {
        width: 70px;
        top: 5px;
        left: -2px;
        position: relative
    }

    #product-images {
        margin-top: 5px
    }

    #smartwishlist {
        position: absolute;
        top: 0;
        right: -10px
    }

    #smartwishlist i {
        font-size: 21px
    }
}

.estimated-arrival-date svg {
    position: relative;
    top: 4px
}

.estimated-arrival-date p {
    margin: 15px 0
}

@media(max-width: 767px) {
    .estimated-arrival-date p {
        font-size: 14px !important
    }
}

.sidecart-popup {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto auto;
    top: 0;
    bottom: 0;
    width: 90%;
    height: max-content;
    background-color: #fff;
    padding: 20px;
    display: none
}

.sidecart-popup.show {
    display: block
}

.sidecart-popup__header h2,
.sidecart-popup__header p {
    margin: 0 0 10px
}

.sidecart-popup__header h2 {
    font-family: "NeuePlak-ExtendedSemiBold";
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .02em
}

.sidecart-popup__header p {
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 16px;
    letter-spacing: .02em
}

.sidecart-popup__header .actions {
    display: flex;
    gap: 10px
}

.sidecart-popup__header .actions button {
    padding: 10px 0;
    width: 100%;
    margin-top: 10px;
    font-size: 14px !important
}

.sidecart-popup__header .actions button:first-child {
    background-color: #fff;
    color: #000
}

.sidecart-popup__header span.close {
    width: 20px;
    position: absolute;
    top: 25px;
    right: 25px
}

.sidecart-popup__header span.close svg {
    pointer-events: none
}

.sidecart-popup__body.show {
    border-top: 1px solid #d9d9d9;
    margin: 30px 0;
    padding: 20px 0
}

.sidecart-popup__body h3 {
    margin: 0;
    font-family: "NeuePlak-ExtendedSemiBold";
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .02em
}

.sidecart-popup__body-products {
    display: flex;
    gap: 20px;
    overflow: auto
}

.sidecart-popup__body-products .product {
    margin-top: 10px
}

.sidecart-popup__body-products .product:first-child {
    margin-left: 0px
}

.sidecart-popup__body-products .product .image {
    width: 100px
}

.sidecart-popup__body-products .product a {
    text-decoration: none
}

.sidecart-popup__body-products .product img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.sidecart-popup__body-products .product h4 {
    margin: 0;
    font-size: 12px;
    font-family: "NeuePlak-ExtendedRegular";
    line-height: 15px
}

.sidecart-popup__body-products .product span {
    font-size: 12px;
    color: #3e3e3e
}

.ribbon-customers {
    background: var(--website-black, #010101);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 44px
}

.ribbon-customers h3 {
    color: var(--website-white, #FFF);
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 16px;
    line-height: 24px;
    margin: 0px
}

@media(max-width: 450px) {
    .ribbon-customers h3 {
        font-size: 14px
    }
}

@media(max-width: 362px) {
    .ribbon-customers h3 {
        font-size: 10px;
        line-height: 15px
    }
}

@media(min-width: 1000px) {
    #AppHeader.page.Scrolled #header-flex {
        background-color: #fff
    }

    #AppHeader.page #header-flex {
        background-color: rgba(0, 0, 0, 0)
    }
}

.page main {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.page main.main-page {
    gap: 0
}

@media(min-width: 1000px) {
    .page main .banner-with-text {
        margin-top: -60px
    }

    .page main.main-page div:first-child .section-main-page {
        margin-top: -100px !important
    }

    .page main.main-page div:first-child .section-main-page .content {
        padding: 450px 120px !important;
        justify-content: center
    }

    .page main.main-page div:nth-child(2) .section-main-page .content {
        justify-content: center !important
    }

    .page main.main-page .banner-with-text {
        margin-top: 0 !important
    }
}

.section-main-page {
    position: relative;
    height: 100%
}

.section-main-page .progress {
    position: absolute;
    bottom: 80px;
    right: 50px
}

.section-main-page .progress ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0
}

.section-main-page .progress ul li {
    list-style: none;
    color: #fff;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px
}

.section-main-page .progress .progress-bar {
    width: 100%;
    height: 12px;
    background-color: #fff;
    display: block;
    position: relative
}

.section-main-page .progress .progress-bar .progress-width {
    top: 0;
    height: 12px;
    background-color: #b7a696;
    position: absolute
}

@media(max-width: 767px) {
    .section-main-page .progress {
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 10px
    }

    .section-main-page .progress ul {
        justify-content: center
    }

    .section-main-page .progress ul li {
        font-size: 12px;
        display: flex
    }
}

.block h1 {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-style: normal;
    font-size: 46px;
    line-height: 50px;
    margin: 0;
    color: #fff
}

.block .show-mobile {
    display: none
}

.block.banner-with-text .content {
    width: 50%;
    height: 100%;
    padding: 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px
}

.block.banner-with-text .content img {
    width: 100%;
    max-width: 290px
}

.block.banner-with-text .content .grid-2 {
    display: flex;
    align-items: baseline;
    gap: 30px
}

.block.banner-with-text .content h2 {
    font-size: 35px;
    font-family: "NeuePlak-ExtendedSemiBold";
    color: #fff;
    margin: 0
}

.block.banner-with-text .content h3 {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    margin: 0;
    color: #fff
}

.block.banner-with-text .content h3.bold {
    font-family: "NeuePlak-ExtendedSemiBold"
}

.block.banner-with-text .content h4 {
    font-size: 20px;
    font-family: "NeuePlak-ExtendedSemiBold";
    line-height: 24px;
    color: #fff;
    margin: 0
}

.block.banner-with-text .content p {
    font-size: 16px;
    font-family: "NeuePlak-ExtendedRegular";
    line-height: 24px;
    color: #fff;
    margin: 0
}

.block.banner-with-text .content a {
    margin: 0;
    text-transform: uppercase;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 1
}

.block.banner-with-text .content a.learn-more {
    border: 1px solid;
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 15px;
    padding: 5px 10px;
    width: 125px;
    text-decoration: underline
}

.block.banner-with-text .content .link {
    margin-top: 15px
}

.block.banner-with-text .content .link a {
    display: flex;
    flex-direction: column
}

.block.banner-with-text .content .link svg {
    margin-top: 32px;
    cursor: pointer
}

@media(min-width: 768px)and (max-width: 1100px) {
    .block.banner-with-text .content {
        width: 100% !important;
        padding: 0 35px;
        gap: 20px;
        justify-content: center
    }

    .block.banner-with-text .content img {
        margin-top: 50px
    }

    .block.banner-with-text .content h1 {
        font-size: 30px
    }

    .block.banner-with-text .content h3 {
        font-size: 22px;
        line-height: 25px
    }
}

@media(max-width: 767px) {
    .block.banner-with-text .content {
        width: 100% !important;
        padding: 120px 10px 0px;
        justify-content: end;
        gap: 16px;
        text-align: center
    }

    .block.banner-with-text .content .grid-2 {
        display: inline-block
    }

    .block.banner-with-text .content img {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .block.banner-with-text .content p {
        line-height: 24px
    }

    .block.banner-with-text .content h1 {
        font-size: 18px;
        line-height: 23px
    }

    .block.banner-with-text .content h3 {
        font-size: 17px;
        line-height: 25px;
        font-family: "NeuePlak-ExtendedRegular"
    }

    .block.banner-with-text .content a {
        margin: 0 auto;
        position: relative;
        top: -15px
    }

    .block.banner-with-text .content .link {
        margin-top: 0
    }

    .block.banner-with-text .content .link svg {
        margin: 20px auto 0
    }
}

.block.block-text {
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    gap: 0px
}

@media(min-width: 1200px) {
    .block.block-text {
        padding: 0 200px
    }
}

.block.block-text h3 {
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 25px;
    margin: 5px 0;
    margin: 0
}

.block.block-text h2 {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 25px;
    margin: 0
}

.block.block-text p {
    margin: 25px 0;
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 16px
}

.block.block-text p strong {
    font-family: "NeuePlak-ExtendedSemiBold"
}

.block.block-text .item {
    display: flex;
    align-items: baseline;
    gap: 30px
}

.block.block-text .multiple-blocks {
    display: flex;
    align-items: center;
    gap: 40px
}

.block.block-text .multiple-blocks.is-equal {
    max-width: 50%
}

.block.block-text .multiple-blocks.row-reverse {
    flex-direction: row-reverse
}

@media(max-width: 767px) {
    .block.block-text .multiple-blocks {
        display: inline-block
    }
}

@media(max-width: 850px) {
    .block.block-text {
        padding: 0 20px;
        gap: 15px
    }

    .block.block-text h2 {
        font-size: 20px;
        line-height: 24px
    }

    .block.block-text p {
        margin: 10px 0
    }

    .block.block-text h3 {
        line-height: 35px
    }

    .block.block-text .item {
        display: inline-block
    }

    .block.block-text .multiple-blocks.is-equal {
        max-width: 100%
    }

    .block.block-text .multiple-blocks img {
        width: 100%
    }
}

.block.block-props-values {
    margin: 30px 0
}

.block.block-props-values .value-props-slider {
    display: none
}

@media(min-width: 1200px) {
    .block.block-props-values {
        padding: 0 100px !important
    }
}

.block.block-props-values .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
}

.block.block-props-values .content .item {
    display: flex;
    gap: 30px;
    height: 160px
}

.block.block-props-values .content .item img {
    width: 89px;
    height: 88px
}

.block.block-props-values .content .item h3 {
    margin: 0;
    font-size: 25px;
    font-family: "NeuePlak-ExtendedRegular"
}

.block.block-props-values .content .item p {
    margin: 10px 0 20px;
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 16px;
    line-height: 24px
}

.block.block-props-values .content .item a {
    border: 1px solid;
    text-decoration: none;
    padding: 5px
}

@media(min-width: 768px)and (max-width: 1000px) {
    .block.block-props-values .content .item {
        height: 250px
    }
}

@media(max-width: 767px) {
    .block.block-props-values .content {
        display: none
    }

    .block.block-props-values .content .item {
        height: auto;
        margin: 20px 0
    }
}

@media(max-width: 767px) {
    .block.block-props-values {
        margin: 0 0
    }

    .block.block-props-values .value-props-slider {
        display: initial
    }

    .block.block-props-values .value-props-slider .slick-dots {
        position: inherit !important
    }

    .block.block-props-values .value-props-slider .slick-dots li button {
        background-color: #b2b494;
        width: 10px;
        height: 10px
    }

    .block.block-props-values .value-props-slider .slick-dots li.slick-active button {
        background: #889e5b
    }

    .block.block-props-values .value-props-slider .item {
        overflow: hidden;
        text-align: center
    }

    .block.block-props-values .value-props-slider .item img {
        margin: 0 auto
    }

    .block.block-props-values .value-props-slider .item h3 {
        margin: 10px 0;
        font-size: 20px;
        font-family: "NeuePlak-ExtendedRegular"
    }

    .block.block-props-values .value-props-slider .item p {
        margin: 10px 0 20px;
        font-family: "NeuePlak-ExtendedRegular";
        font-size: 15px;
        line-height: 20px
    }
}

.block.block-images {
    padding: 0 70px
}

.block.block-images .multiple-blocks {
    display: flex;
    justify-content: center;
    gap: 40px
}

.block.block-images .multiple-blocks .item {
    position: relative
}

.block.block-images .multiple-blocks .item h2 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: "NeuePlak-ExtendedSemiBold"
}

@media(max-width: 767px) {
    .block.block-images {
        margin-top: 0;
        padding: 0 0
    }

    .block.block-images .multiple-blocks {
        display: inline-block;
        padding: 0 0px;
        margin-top: 0;
        width: 100%
    }

    .block.block-images .multiple-blocks .item:first-child {
        display: block;
        margin-top: -60px
    }

    .block.block-images .multiple-blocks .item:first-child img {
        height: 390px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .block.block-images .multiple-blocks .item:first-child h2 {
        font-size: 20px
    }

    .block.block-images .multiple-blocks .item {
        display: none
    }
}

.block.block-image-link {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 60px 0
}

.block.block-image-link .multiple-blocks {
    margin-top: 10px;
    display: flex;
    gap: 20px
}

.block.block-image-link .multiple-blocks .item {
    position: relative
}

.block.block-image-link .multiple-blocks .item a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    width: 153px;
    height: 37px;
    margin: auto;
    padding: 4px;
    font-size: 15px;
    font-family: "NeuePlak-ExtendedSemiBold"
}

.block.block-image-link p {
    margin: 0
}

.block.block-image-link p a {
    color: #fff
}

@media(max-width: 767px) {
    .block.block-image-link .multiple-blocks {
        display: inline-block
    }

    .block.block-image-link .multiple-blocks .item {
        margin: 10px 0
    }
}

.block.block-custom-html {
    padding: 0 70px;
    margin: 0
}

@media(min-width: 1200px) {
    .block.block-custom-html {
        padding: 0 200px !important
    }
}

.block.block-custom-html iframe {
    width: 100%;
    height: 100%
}

@media(max-width: 767px) {
    .block.block-custom-html {
        padding: 0 20px
    }
}

.block.block-slider-thumbnails {
    margin: 0 20%
}

.block.block-slider-thumbnails .slick-list {
    padding: 0 !important
}

.block.block-slider-thumbnails .slider-timeline {
    width: 80%;
    margin: 0 auto;
    position: relative
}

.block.block-slider-thumbnails .slider-timeline span {
    color: #b2b494;
    font-size: 20px;
    font-family: "NeuePlak-ExtendedSemiBold";
    position: relative
}

.block.block-slider-thumbnails .slider-timeline span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #b2b494;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px
}

.block.block-slider-thumbnails .slider-timeline .slick-current span {
    font-family: "NeuePlak-ExtendedSemiBold"
}

.block.block-slider-thumbnails .slider-timeline .slick-slide {
    height: 60px !important
}

.block.block-slider-thumbnails .slider-timeline .slick-prev,
.block.block-slider-thumbnails .slider-timeline .slick-next {
    color: #fff;
    position: relative
}

.block.block-slider-thumbnails .slider-timeline .slick-next {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0
}

.block.block-slider-thumbnails .slider-timeline .slick-next::before {
    content: "";
    position: absolute;
    background-image: url("https://cdn.shopify.com/s/files/1/0767/4921/files/arrow.png?v=1683038342");
    background-size: contain;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    transform: rotate(180deg)
}

.block.block-slider-thumbnails .slider-timeline .slick-prev {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0
}

.block.block-slider-thumbnails .slider-timeline .slick-prev::before {
    content: "";
    position: absolute;
    background-image: url("https://cdn.shopify.com/s/files/1/0767/4921/files/arrow.png?v=1683038342");
    background-size: contain;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.block.block-slider-thumbnails .slider-timeline-info {
    width: 100%;
    margin: 30px auto
}

.block.block-slider-thumbnails .slider-timeline-info h4 {
    font-size: 35px;
    font-family: "NeuePlak-ExtendedSemiBold"
}

.block.block-slider-thumbnails .slider-timeline-info p {
    display: flex;
    font-size: 16px;
    font-family: "NeuePlak-ExtendedRegular"
}

.block.block-slider-thumbnails .slider-timeline-info p span {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 12px;
    margin-right: 10px
}

.block.block-slider-thumbnails .slider-timeline-info .content-media {
    display: flex;
    gap: 20px
}

@media(max-width: 767px) {
    .block.block-slider-thumbnails {
        margin: 0 30px
    }

    .block.block-slider-thumbnails p {
        font-size: 15px
    }

    .block.block-slider-thumbnails .slider-timeline {
        width: 100%;
        margin-left: 10px
    }

    .block.block-slider-thumbnails .slider-timeline span {
        font-size: 14px
    }

    .block.block-slider-thumbnails .slider-timeline .slick-prev::before,
    .block.block-slider-thumbnails .slider-timeline .slick-next::before {
        width: 22px;
        height: 22px
    }

    .block.block-slider-thumbnails .slider-timeline .slick-prev {
        left: -35px
    }

    .block.block-slider-thumbnails .slider-timeline .slick-next {
        right: -30px
    }

    .block.block-slider-thumbnails .slider-timeline-info h4 {
        font-size: 20px;
        margin-top: 0
    }

    .block.block-slider-thumbnails .slider-timeline-info p {
        font-size: 15px;
        gap: 20px
    }

    .block.block-slider-thumbnails .slider-timeline-info .content-media {
        display: inline-block;
        text-align: center
    }

    .block.block-slider-thumbnails .slider-timeline-info .content-media img {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        display: inherit
    }
}

.block.block-accordion {
    padding: 0 70px !important
}

@media(min-width: 1200px) {
    .block.block-accordion {
        padding: 0 200px !important
    }
}

.block.block-accordion .accordion {
    max-width: 100%;
    margin: 0 auto
}

.block.block-accordion .accordion-toggle {
    display: none
}

.block.block-accordion .accordion-header {
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    font-family: "NeuePlak-ExtendedRegular";
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.block.block-accordion .accordion-header .number {
    color: #849b56;
    font-size: 18px;
    width: 29px;
    height: 29px;
    border: 1px dashed #849b56;
    margin: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -2px
}

.block.block-accordion .accordion-header small {
    font-size: 13px
}

.block.block-accordion .accordion-content {
    background-color: #fff;
    border-bottom: 1px solid #849b56;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px 0
}

.block.block-accordion .accordion-content h3 {
    font-size: 25px;
    font-family: "NeuePlak-ExtendedRegular";
    margin: 0
}

.block.block-accordion .accordion-content .content-text {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 50px;
    padding: 0 200px 20px 0
}

.block.block-accordion .accordion-content .content-text a {
    border: 1px solid;
    text-decoration: none;
    padding: 5px;
    position: relative;
    top: 20px
}

.block.block-accordion .accordion-content .content-text p {
    margin: 0 0 20px
}

.block.block-accordion .accordion-toggle:checked+.accordion-header+.accordion-content {
    max-height: 900px;
    padding: 10px 15px 20px
}

@media(max-width: 767px) {
    .block.block-accordion {
        padding: 0 0 !important
    }

    .block.block-accordion .accordion-header {
        font-size: 20px
    }

    .block.block-accordion .accordion-header small {
        display: none
    }

    .block.block-accordion .accordion-content h3 {
        font-size: 18px;
        margin-bottom: 30px
    }

    .block.block-accordion .accordion-content .content-text {
        display: inline-block;
        padding: 0 0 0 0;
        margin: 0;
        text-align: center
    }

    .block.block-accordion .accordion-content .content-text p,
    .block.block-accordion .accordion-content .content-text h3,
    .block.block-accordion .accordion-content .content-text h2 {
        text-align: start
    }

    .block.block-accordion .accordion-content .content-text img {
        width: 120px;
        margin: 0 auto 20px
    }
}

@media(max-width: 767px) {
    .block .show-mobile {
        display: block
    }

    .block .show-desktop {
        display: none
    }
}

.coutdown_with_background {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 92px;
    height: auto !important;
    display: block;
    padding: 60px 0
}

@media(max-width: 500px) {
    .coutdown_with_background {
        padding: 50px 0 30px
    }
}

@media(max-width: 320px) {
    .coutdown_with_background {
        background-size: contain !important
    }
}

.coutdown_with_background .content-countdown h3 {
    margin-top: 0px
}

.coutdown_with_background .content-countdown .button_coutdown {
    margin: 0px auto;
    text-align: center;
    margin-top: 51px;
    width: 204px
}

@media(max-width: 767px) {
    .coutdown_with_background .content-countdown .button_coutdown {
        margin-top: 30px;
        width: 130px
    }
}

.coutdown_with_background .content-countdown .button_coutdown a {
    background: #1d1d1d;
    padding: 6px 16px 8px 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #f0ece6;
    text-transform: uppercase;
    height: 48px;
    display: block;
    min-width: 204px;
    line-height: 32px;
    text-decoration: none
}

@media(max-width: 767px) {
    .coutdown_with_background .content-countdown .button_coutdown a {
        background: #1d1d1d;
        height: 32px;
        min-width: 130px;
        line-height: 15px
    }
}

.coutdown_with_background .content-countdown .button_coutdown a:hover {
    color: #fff;
    opacity: .9
}

.content-countdown h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "NeuePlak-ExtendedSemiBold"
}

.content-countdown h3 a {
    text-decoration: none
}

.content-countdown.plp {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }


@media(max-width: 767px) {
    .content-countdown.plp {
        top: 0;
        position: absolute;
        left: 0;
        right: 0;
    }

    .content-countdown h3 {
        font-size: 16px;
        margin: 0 0 10px
    }
}

#countdown {
    text-align: center
}

#countdown span {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 50px;
    position: relative;
    text-align: center;
    margin: 0 20px
}

#countdown span small {
    position: absolute;
    left: 0;
    bottom: -10px;
    left: -8px;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    font-family: "NeuePlakText-Regular";
    font-size: 16px;
    color: #1d1d1d
}

@media(max-width: 767px) {
    #countdown span {
        font-size: 30px
    }

    #countdown span small {
        font-size: 12px
    }
}

@font-face {
    font-family: "PerfectlyNineties-Black";
    src: url("https://cdn.shopify.com/s/files/1/0767/4921/files/PerfectlyNineties-Bold.woff2?v=1710262897") format("truetype")
}

.dummy-chat-button-iframe-hide {
    display: none !important
}

@media(max-width: 767px) {
    #mobileSizesTrigger {
        display: none
    }
}

@media(max-width: 767px) {
    body.collection.has-bar main {
        padding: 0 !important
    }

    body.collection .collection-header h1 {
        margin: 0;
        font-weight: 100
    }
}

.FlyoutQty.mala-travel-noir-black-456019 .flex,
.FlyoutQty.mala-travel-noir-black-456019 .cart-remove-btn {
    display: none
}

.FlyoutQty.mala-travel-noir-black-456019 .cart-remove-btn {
    margin: 0
}

@media(min-width: 1000px) {
    .item-detail {
        display: block
    }
}

.item-profile {
    transition: all ease-in .2s
}

.item-profile .item-detail {
    bottom: 0 !important;
    padding: 20px !important
}

.item-profile:hover {
    transition: all ease-in .2s
}

.item-profile:hover .item-detail {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.67) 29.35%, rgba(217, 217, 217, 0.81) 51.09%)
}

.item-cart-page-one-tree-planted .size {
    display: none
}

.scroller-pdp.fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 100;
    top: 54px;
    border-bottom: 1px solid #c1c1c1
}

.hero-text p:first-child strong {
    font-family: "NeuePlak-ExtendedSemiBold" !important;
    font-weight: 100
}

div p:first-child strong {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-weight: 100
}

h1,
h2,
h3,
h4 {
    font-family: "NeuePlak-ExtendedSemiBold" !important;
    font-weight: bold
}

.feature-block-text div {
    font-family: "NeuePlak-ExtendedSemiBold" !important;
    font-weight: 100
}

@media(min-width: 1000px) {
    .blog-hero .hero-text h1 strong {
        color: #fff
    }

    .blog-hero .hero-text p,
    .blog-hero .hero-text a {
        color: #fff
    }
}

@media(max-width: 767px) {

    .account-link a {
        font-weight: 700 !important;        
    } 
}

.mobile-menu {
    margin-top: 10px
}

.mobile-menu ul li ul li {
    padding: 5px 0 !important;
}

.customer_view {
    display: flex;
    align-items: center;
    gap: 5px
}

.customer_view p {
    font-size: 14px;
    font-family: "NeuePlak-ExtendedRegular";
    color: #14103b;
    margin: 0 0 10px
}

.customer_view p strong {
    font-family: "NeuePlak-ExtendedSemiBold";
    color: #1d1d1d
}

.circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1019607843);
    background: #000;
    position: relative;
    top: -3px
}

.pulse {
    animation: pulse-animation 1s infinite
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, .2)
    }

    100% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0)
    }
}

.product-variants .selector-options {
    display: flex
}

.product-variants label,
.product-variants .selector-label {
    margin: 10px 0;
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px
}

.product-variants .selector-wrapper.color {
    position: relative
}

.product-variants .options-color-core {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 250px
}

.product-variants .options-color-core.not-colors {
    position: relative;
    left: 0
}

.product-variants .options-color-core span {
    display: flex
}

.wrapper-color {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
}

.wrapper-color span {
    font-family: "NeuePlak-ExtendedSemiBold";
    font-size: 14px;
    text-transform: uppercase
}

.wrapper-color span.color-title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "NeuePlak-ExtendedRegular";
    color: #7e7e7e
}

.selector-wrapper.color {
    display: none !important
}

.color-core .colors,
.color-limited .colors {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.option-color {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    background-position: center;
    border: 1px solid #c1c1c1
}

.option-color.active {
    position: relative
}

.option-color.active::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    padding: 4px;
    outline: 2px solid #C2C2C2;
    border-radius: 100%;
}

.option-color.active::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.color-limited.false,
.color-core.false {
    display: none !important
}

@media(max-width: 767px) {
    .wrapper-color {
        display: block;
        flex-direction: column;
        margin-bottom: 20px
    }

    .color-core {
        margin: 10px 0
    }
}

.cart-page-item-color {
    margin-top: 10px
}

@media(max-width: 767px) {
    .cart-page-item-color {
        margin-top: 1px
    }
}

.cart-remove-btn::after {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-family: "NeuePlak-ExtendedRegular" !important;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 20px;
    opacity: .5
}

@media(max-width: 767px) {
    .cart-remove-btn svg {
        display: none
    }
}

.cart-footer-header {
    display: none
}

.cart-footer {
    padding-top: 0px
}

@media(max-width: 767px) {
    .cart-footer {
        padding-top: 30px
    }
}

input[type=search]::-ms-clear {
    display: none
}

input[type=search]::-moz-clear {
    display: none
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

@media(max-width: 767px) {
    #app-utilities ul {
        display: flex;
        gap: 12px
    }

    #AppSearchMobile form {
        display: none
    }

    #Hamburger path {
        display: none
    }

    .Open path {
        display: block !important
    }

    #mobileSizesTrigger {
        top: 10px !important;
        bottom: auto !important
    }
}

.AnimateIn p strong {
    font-weight: 100
}

#footer-content nav h4,
.newsletter-title {
    font-weight: 100
}

#insta-feed h2 {
    font-weight: 100
}

.item-detail h3 a {
    font-weight: 100
}

.kl-teaser-WTcDtj {
    display: none !important;
}

#ShopifyChat {
    z-index: 9999 !important;
}
