.product-template {
    padding-inline: 20px
}

.media--box {
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 5vw, 100px)
}

.media--box>div {
    width: 100%
}

.large_container {
    max-width: 1241px !important
}

.product__content-layout {
    width: 100%
}

.pdp-starsbar {
    justify-content: center;
    margin-bottom: 20px
}

.pdp-starsbar svg {
    fill: #1e1e1e;
    width: 20px;
    height: 20px
}

.pdp-starsbar span {
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .pdp-starsbar {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff
    }

    .pdp-starsbar svg {
        fill: #fff;
        width: 11px;
        height: 11px
    }
}

@media screen and (min-width: 1024px) {
    .pdp-starsbar svg {
        width: 17px;
        height: 17px
    }

    .product__layout {
        gap: 20px
    }

    .product__order-form form {
        position: sticky;
        top: 15px
    }

    .media--box {
        flex-direction: row
    }

    .media--box>div {
        width: 50%
    }
}

@media screen and (min-width: 1440px) {
    .product__layout {
        gap: 0
    }
}

.pdp__title {
    margin-bottom: 10px;
    font-size: 32px
}

@media screen and (max-width: 1023px) {
    .pdp__title {
        margin-top: 20px
    }
}

@media screen and (min-width: 768px) {
    .pdp__title {
        font-size: 28px
    }
}

.pdp__description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    .pdp__description {
        font-size: 18px
    }
}

.pdp__description * {
    margin: 0;
    font-size: 14px;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    .pdp__description * {
        font-size: 14px
    }
}

.pdp__description strong {
    font-family: Arboria
}

.pdp__desctop--starsbar {
    margin-bottom: 0
}

.pdp__desctop--starsbar svg {
    width: 14px;
    height: 14px;
    fill: currentColor
}

.pdp__desctop--starsbar * {
    font-size: 14px
}

.choose_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.choose_picker-box {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 10px
}

@media screen and (min-width: 1440px) {
    .choose_picker-box {
        width: 100%;
        border-bottom: 1px solid #afb4a5
    }
}

.choose_picker {
    width: calc(50% - 5px);
    padding: 6px 0;
    font-size: 14px;
    font-family: Arboria;
    line-height: 1.4;
    font-weight: 500;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    color: #afb4a5;
    background-color: #0000;
    opacity: 1;
    border: none;
    border-radius: 0
}

.choose_picker:first-child {
    margin-right: 10px
}

.choose_picker:hover {
    border: none
}

.choose_picker.current {
    color: var(--color__border-selected-light-2);
    border-bottom: 2px solid var(--color__border-selected-light-2);
    background-color: #0000
}

@media screen and (min-width: 1024px) {
    .choose_picker {
        font-size: 18px
    }
}

@media screen and (min-width: 420px) {
    .choose__variants--container {
        display: flex
    }
}

.choose_variant-box {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    border-radius: 22px;
    opacity: .5;
    transition: all .2s ease-in-out
}

.choose_variant-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer
}

@media screen and (min-width: 420px) {
    .choose_variant-box {
        width: 50%
    }
}

.choose_variant-box.current {
    opacity: 1;
    border: none;
    background-color: #fff
}

.choose_variant-box.current:after {
    width: 1px;
    height: 1px;
    z-index: -1
}

.choose_variant-title {
    display: none;
    max-width: 90%;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1
}

.choose_variant-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pdp__klarna-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 49px;
    background: #fff;
    padding: 0 10px;
    margin-left: 8px
}

.pdp__klarna-info .choose_current-price {
    margin-right: 2px;
    font-size: inherit;
    margin-left: 4px
}

.pdp__klarna-info img {
    display: inline-block;
    width: 45px;
    margin-left: 4px
}

.choose_old-price {
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through;
    color: #a4a4a4
}

.choose_old-price-black {
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through;
}

.choose_current-price {
    margin-right: 8px;
    font-family: Arboria;
    font-size: 22px;
    line-height: 1
}

.choose_discount-price {
    padding: 4px 6px;
    font-family: Arboria;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--color-tertiary-button-background-light);
    border-radius: 30px
}

.choose_klarna {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4
}

.choose_klarna img {
    display: inline-block;
    width: 45px;
    margin-left: 4px
}

.choose_variant-add {
    position: relative;
    margin-bottom: 6px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px
}

@media screen and (min-width: 1440px) {
    .choose_variant-add {
        margin-bottom: 0
    }
}

.choose_variant-add .choose_variant-value {
    position: absolute;
    z-index: 5;
    border-radius: 20px;
    background-color: #000;
    display: flex;
    width: 117.562px;
    height: 26.485px;
    transform: rotate(7.605deg);
    padding: 2.19px 11.604px 1.895px 11.831px;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: 10px;
    color: #fff;
    font-family: Arboria;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    text-transform: uppercase
}

/* .choose_variant-add-item {
    position: relative;
    z-index: 4;
    display: flex;
    gap: 10px;
    background-color: #fff;
    transition: all .2s ease;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 15px 20px;
    min-height: 167px;
    border: 2px solid #FFF
} */

.choose_variant-add-item:has(>input:checked) {
    opacity: 1;
    border: 2px solid #000
}

.choose_variant-add-price {
    font-family: Arboria
}

.chose_checkbox {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    display: none
}

.choose_variant-add-item>input:checked+.chose_checkbox {
    border: none;
    background-image: url(/cdn/shop/files/checkbox.png?v=1703185108);
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center
}

.chose_info--box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.chose_info--box .chose_title {
    font-family: Arboria;
    font-weight: 500;
    font-size: 16px
}

.chose_info--box .chose_info--prices {
    display: flex;
    align-items: center;
    gap: 7px
}

.chose_info--box .chose_info--prices * {
    line-height: 1
}

.chose_info--box .chose_info--prices .chose_info--old_prices {
    font-family: Arboria-Book;
    font-size: 16px;
    text-decoration: line-through;
    color: #969696
}

.chose_info--box .chose_info--prices .chose_info--current_prices {
    font-family: Arboria;
    font-weight: 500;
    font-size: 18px
}

@media screen and (min-width: 1024px) {
    .chose_info--box .chose_info--prices .chose_info--old_prices {
        font-size: 16px
    }

    .chose_info--box .chose_info--prices .chose_info--current_prices {
        font-size: 18px
    }
}

.choose_variant-img {
    border-radius: 17px;
    width: 97px;
    height: 80px
}

.choose_comments {
    font-size: 12px;
    line-height: 1.4
}

.choose_comments a {
    font-size: inherit;
    line-height: inherit
}

.choose_delivery {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.4
}

.choose_delivery * {
    font-size: inherit;
    line-height: inherit
}

.pdp__disclaimer {
    margin-top: 10px;
    margin-bottom: 10px
}

.pdp__disclaimer--head {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1
}

.pdp__disclaimer--text .metafield-rich_text_field * {
    margin: 0;
    font-size: 14px;
    line-height: 1.4
}

.pdp__feature--bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 10px 0
}

@media screen and (min-width: 768px) {
    .pdp__feature--bar {
        flex-direction: row;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {
    .pdp__feature--bar {
        flex-direction: column;
        align-items: start
    }
}

.pdp__feature--bar .pdp__feature--item {
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 1.4
}

.pdp__feature--bar .pdp__feature--item svg {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.shopify-payment-button__button {
    height: 50px
}

.shopify-payment-button__more-options {
    display: none
}

.sticky_nav {
    width: 101%;
    background-color: #f9f9f9
}

.navigation__link-list {
    justify-content: space-around
}

.navigation__link {
    font-size: 15px;
    line-height: normal;
    text-decoration: none
}

@media screen and (min-width: 1024px) {
    .navigation__link {
        font-size: 18px
    }
}

.navigation__link:hover {
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .navigation__link-list {
        justify-content: center;
        padding: 0
    }

    .navigation__link-item:not(:last-child) {
        margin-right: 30px
    }
}

@media screen and (min-width: 768px) and (max-width: 1339.9px) {
    .choose_picker-box {
        padding: 0
    }

    .choose_variant-box {
        padding: 10px
    }

    .choose_discount-price {
        margin-top: 5px
    }

    .choose_comments {
        font-size: 10px
    }
}

@media screen and (min-width: 1240px) {
    .choose_delivery {
        flex-direction: row
    }
}

@media screen and (min-width: 1440px) {
    .choose_picker-box {
        padding: 0
    }

    .choose_variant-box {
        max-width: 50%;
        padding: 10px
    }

    .choose_variant-title,
    .choose_old-price {
        max-width: 180px;
        font-size: 20px
    }

    .choose_current-price {
        font-size: 26px
    }

    .choose_discount-price {
        padding: 4px 8px
    }

    .choose_klarna {
        font-size: 14px
    }

    .choose_comments {
        font-size: 12px
    }
}

.fixed--button {
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 21;
    width: 100%;
    margin-left: -20px;
    padding: 0 20px 10px;
    background-color: #e9ebe5
}

.fixed--button .price__information--container {
    border-bottom: 1px solid #fff
}

.price__information--total {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.shopify-payment-button {
    margin-top: 10px
}

.shopify-payment-button .shopify-payment-button__button,
.shopify-payment-button .shopify-payment-button__more-options {
    border-radius: 24px !important
}

#slidecarthq .items {
    border-top: 1px solid #dbff54 !important
}

#slidecarthq .items .item {
    border-bottom: 1px solid #dbff54
}

#slidecarthq .items .item .image img {
    -o-object-fit: contain;
    object-fit: contain
}

#slidecarthq .footer {
    background-color: #dbff54;
    border-radius: 0
}

#slidecarthq .footer .button {
    border-radius: 30px
}

.pdp__delivery--info {
    margin: 20px 0
}

.product-template .shopify-section:not(.theme__announcement, .shopify-section-group-header-group) {
    max-width: 1240px;
    margin: auto
}

.navigation__container {
    width: fit-content;
    margin: auto;
    padding-inline: 25px;
    background-color: #f9f9f9;
    position: relative
}

.sticky_divider {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    z-index: 0
}

.navigation__link-list {
    height: 64px;
    padding: 21px;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    background: #fff
}

.navigation__link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important
}

.navigation__link-item:first-child {
    padding-right: 19px;
    border-right: solid 1px #9c9c9c
}

.navigation__link-item:nth-child(2) {
    padding-left: 19px;
    padding-right: 19px;
    border-right: solid 1px #9c9c9c
}

.navigation__link-item:last-child {
    padding-left: 19px
}

.navigation__link {
    color: #9c9c9c;
    text-decoration: none;
    font-family: Arboria;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: none
}

.navigation__link.active {
    color: #000;
    border: none
}

.goals-slider__top-banner {
    display: none
}

@media (max-width: 767px) {
    .sticky_divider {
        display: none
    }

    .navigation__container {
        padding: 0
    }

    .pdp__delivery--info {
        text-align: center
    }

    .pdp__delivery--info .metafield-rich_text_field>* {
        margin-bottom: 2px;
        font-size: 14px
    }

    .arrow-left path,
    .arrow-right path {
        fill: #00000080
    }

    .gallery_grid_button {
        background-color: #00000080
    }

    .choose_delivery {
        text-align: center
    }

    .choose_variant-add-item {
        padding: 11px 15px 12.2px
    }

    .choose_variant-img {
        width: 115px;
        height: 96px
    }

    .chose_info--box .chose_title,
    .chose_info--old_prices {
        font-size: 14px
    }

    .chose_info--current_prices {
        font-size: 16px
    }

    .chose_info--box .chose_info--prices {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    .pdp__klarna-info {
        margin: 8px 0 15px
    }
}

.main_product_section {
    padding-top: 44px;
    padding-bottom: 100px
}

.product__order-form .product_form__title {
    margin-bottom: 10px;
    text-decoration: unset
}

.product__order-form .choose_variant-prices * {
    margin: 0;
    padding: 0
}

.product__order-form .choose_variant-prices {
    gap: 8px;
    align-items: center;
    margin-bottom: 20px
}

.product__order-form .choose_discount-price {
    line-height: 1;
    padding: 5px 8px
}

.product__order-form .pdp__klarna-info * {
    line-height: 1;
    font-size: 14px
}

.product__order-form .pdp__klarna-info {
    gap: 4px;
    padding: 5px 11px;
    align-items: baseline
}

.product__order-form .pdp__disclaimer {
    margin-top: 26px;
    margin-bottom: 20px
}

.product__order-form .chose_info--saving {
    line-height: 1 !important
}

.product__order-form .countdown_part,
.product__order-form .deliver_container {
    padding: 22px
}

.product__order-form .countdown_buy_button {
    padding: 0;
    margin-bottom: 26px
}

.product__slider,
.media--box {
    padding: 0 !important;
    margin: 0 !important
}

@media (max-width: 767px) {
    .main_product_section {
        padding-top: 10px;
        padding-bottom: 64px
    }

    .arrow-button svg {
        flex-shrink: 0 !important
    }

    .media--box {
        padding: 0 !important;
        margin: 0 !important
    }

    .pdp__title {
        margin-top: 0;
        font-size: 28px
    }

    .choose_variant-prices {
        margin-bottom: 17px
    }

    .pdp__disclaimer {
        margin-bottom: 15px
    }

    .choose_variant-value {
        padding: 16px !important;
        transform: rotate(6.605deg) !important;
        white-space: nowrap
    }

    .chose_info--box .chose_info--prices .chose_info--saving {
        padding: 7px 8px
    }

    .chose_info--box .chose_title {
        white-space: nowrap
    }

    .choose_variant-add-item {
        min-height: 200px
    }

    .choose_variant-add {
        margin-bottom: 0 !important
    }

    .main_product_section .paymet--button {
        margin-bottom: 20px !important
    }

    .main_product_section .countdown_buy_button {
        margin-bottom: 0 !important
    }

    .main_product_section .delivery_item .delivery_month {
        font-size: 16px
    }

    .main_product_section .delivery_item .delivery_quantity {
        font-size: 11px
    }

    .main_product_section .pdp__feature--bar {
        margin: 0
    }
}

.product-form__buttons button {
    height: 54px;
    border-radius: 17px
}

/*# sourceMappingURL=/cdn/shop/t/93/assets/pdp.out-2.css.map?v=119722814802167842891739282856 */
