/** Shopify CDN: Minification failed

Line 445:12 Expected ":"
Line 469:12 Expected ":"

**/
/* Basic Reset */
.drawer, .drawer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Drawer Styles */
.drawer {
  position: fixed;
  top: 0;
  left: -500px;
  width: 500px;
  height: 100%;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  z-index: 1001;
  transition: left 0.3s ease;
  padding: 60px 30px 20px;
  max-width: calc(100vw - 20px);
}

.drawer.open {
  left: 0;
}

.drawer-close {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.drawer-button {
  border: none;
  cursor: pointer;
}

.header_logo {
    width: 198px;
    max-width: 100%;
}
ul.drawer-menu a {
    padding: 15px 0;
    display: block;
    text-decoration: unset;
    font-family: Harmonia Sans Pro Cyrins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_cart_toggle {
    cursor: pointer;
}
.shopify-section:has(.custom_header_hk) {
    position: sticky;
    top: 0;
    z-index: 9;
}



.cart-drawer {
  position: fixed;
  top: 0;
  right: -440px;
  width: 440px;
  height: 100%;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  z-index: 1001;
  transition: right 0.3s ease;
  max-width: calc(100vw - 20px);
}
.cart-content {
    height: 100%;
}
.cart-drawer.open {
  right: 0;
}

.cart-button {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 18px;
  cursor: pointer;
}

.cart-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.cart-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.cart-item p {
  margin: 0;
}

.cart-footer {
  margin-top: 20px;
}

.cart-link {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
.cart_empty_button {
    height: 61px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19.556px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-radius: 13.969px;
    background: #2398fb;
    cursor: pointer;
    transition: all .5s ease;
    border: 2px solid #2398fb;
}
.cart_empty_heading {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-bottom: 30px;
    font-family: Harmonia Sans Pro Cyr;
}
.cart_empty_button:hover {
    background: transparent;
    color: #2398fb;
}
.cart_empty_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 30px;
}
.cart-content {
    height: 100%;
}
.cart_empty_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cart_empty_heading {
    text-align: center;
    font-family: Harmonia Sans Pro Cyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-bottom: 20px;
}
.cart_heading {
    padding: 22px 21px 24px;
    font-family: Harmonia Sans Pro Cyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.cart_free_bar {
    padding: 0 14px;
}
.free_shipping_bar_inner {
    padding: 13px 21px;
    border-radius: 10px;
    background: rgba(0, 139, 189, 0.50);
}
.free_shipping_bar_bttom {
    padding-top: 8px;
}
.free_shipping_bar_top {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.free_shipping_bar_top strong {
    color: #ffffff;
    font-weight: 800;
}
.free_shipping_locked.trigger_lock:not([style="display:none;"]) {
    display: flex;
    align-items: center;
    gap: 6px;
}
.free_shipping_bar_unfill {
    width: 100%;
    height: 7px;
    border-radius: 31px;
    background: #FFF;
    position: relative;
}
.free_shipping_bar_fill {
    border-radius: 31px;
    background: #ffffff;
    transition: all .5s ease;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
}
.free_shipping_bar_fill span {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 43px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(5px, -50%);
}
.free_shipping_bar_inner {
    padding-bottom: 20px;
}
.cart_footer {
    padding: 15px 15px 13px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.cart_footer_top {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
}
.cart_footer_subtotal_title {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.cart_footer_subtotal_price {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
a.checkout_button {
    border-radius: 74px;
    background: #ffffff;
    font-family: Harmonia Sans Pro Cyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    border: 2px solid #ffffff;
    color: #fff;
    transition: all .5s ease;
}
a.checkout_button:hover {
    background: transparent;
    color: #ffffff;
}
.cart_footer_button {
    padding-top: 13px;
}
.cart_paymants img {
    width: 285px;
    margin: 0 auto;
    display: block;
}
.cart_paymants {
    padding-top: 13px;
}
.free_shipping_bar_bttom {
    padding-top: 17px;
}
.cart_middle {
    padding: 16px 20px;
    height: calc(var(--real-vh) - 292px);
    overflow-y: scroll;
}
.cart_items_main {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.cart_item_single {
    width: 100%;
}
.cart_item_single_flex {
    display: flex;
    align-items: center;
    gap: 11px;
}
.cart_item_single_left {
    width: 74px;
}
.cart_item_single_right {
    width: 100%;
    max-width: calc(100% - 85px);
}
.cart_item_single_right_title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_item_single_title {
    font-family: "Libre Baskerville";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.cart_item_single_variant_title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: Harmonia Sans Pro Cyr;
    padding-top: 8px;
}
.cart_item_single_variant_title span {
    font-weight: 700;
    color: #ffffff;
}
span.Pink.lemonade {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.cart_item_single_variant_title {
    display: flex;
    align-items: center;
    gap: 3px;
}
span.Watermelon:before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0939/1947/8053/files/watermelon.webp?v=1750267031);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 20px;
}
span.Pink.lemonade:before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0939/1947/8053/files/lemonade.webp?v=1750267030);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 20px;
}
.cart_item_single_variant_title span {
    display: flex;
    align-items: center;
    gap: 2px;
}
.cart_quantity_wrapper {
    border-radius: 36.754px;
    border: 0.875px solid #C8C8C8;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 89.259px;
    height: 28px;
}
.cart_quantity_button {
    font-family: Raleway;
    font-size: 17.502px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    color: #174631;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cart_quantity_wrapper input {
    width: 30px;
    border: unset;
    padding: 0;
    color: #005878;
    font-family: Harmonia Sans Pro Cyr;
    font-size: 12.251px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin-right: -15px;
    Harmonia Sans Pro Cyr-events: none;
}
.cart_item_single_right_bottom_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.cart_item_single_variant_quantity span {
    font-weight: 700;
    color: #ffffff;
}
.cart_item_single_variant_quantity {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cart_middle::-webkit-scrollbar {
  width: 0px;
}
div#cart_drawer_content.loading_hk {
    Harmonia Sans Pro Cyr-events: none;
    color: unset !important;
}
.cart_quantity_button.quantity_plus {
    border-right: unset;
    border-left: 0.875px solid #C8C8C8;
}
.cart_quantity_button {
    border-right: 0.875px solid #C8C8C8;
}
div#cart_drawer_content {
    height: 100%;
}
.cart_item_single_price {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.cart_item_single_price_compare {
    opacity: .48;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
    padding-top: 4px;
    text-align: right;
}

.cart_footer_subtotal_save {
    font-family: Raleway;
    font-size: 10.054px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    border-radius: 32.174px;
    border: 0.503px solid #ffffff;
    background: #1F9DCC;
    padding: 0 14px;
    min-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 7px;
}
.cart_footer_subtotal_price {
    text-align: right;
}
.recommended_product_title {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-bottom: 8px;
}
.recommended_product_main {
    padding: 17px 20px 0;
    margin-top: 22px;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid rgba(229, 229, 229, 0.20);
}

.recommended_product_flex {
    display: flex;
    align-items: center;
    gap: 16px;
}
.recommended_product_left {
    width: 64px;
}
.recommended_product_left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.recommended_product_right {
    width: 100%;
    max-width: calc(100% - 80px);
}
.recommended_product_title_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.recommended_product_single_title {
    font-family: "Libre Baskerville";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.recommended_product_variant_title {
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: Harmonia Sans Pro Cyr;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-top: 10px;
}
.recommended_product_variant_title span {
    display: flex;
    align-items: center;
    gap: 2px;
}

.recommended_product_save {
    min-height: 18px;
    padding: 0 15px;
    border-radius: 32.174px;
    border: 0.503px solid #ffffff;
    background: #1F9DCC;
    margin-top: -30px;
}
.recommended_product_price_compare {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
    opacity: .69;
}
.recommended_product_price {
    font-family: Harmonia Sans Pro Cyr;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.recommended_product_button {
    min-height: 25px;
    min-width: 91px;
    border-radius: 46.375px;
    background: #ffffff;
    font-family: Raleway;
    font-size: 12.25px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    transition: all .5s ease;
    cursor: pointer;
}
.recommended_product_button:hover {
    color: #ffffff;
    background: transparent;
}
.recommended_product_bottom_flex {
    display: flex;
    align-items: flex-end;
    padding-top: 7px;
    justify-content: space-between;
}
.recommended_product_quantity select {
    padding: 3.375px 8.75px 3.25px 8.75px;
    border-radius: 33.25px;
    border: 0.875px solid #C8C8C8;
    background: #FFF;
    color: #174631;
    font-family: Harmonia Sans Pro Cyr;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: unset;
    cursor: pointer;
}
.recommended_product_price_flex {
    display: flex;
    justify-content: right;
    gap: 6px;
    align-items: center;
    padding-top: 6.9px;
}
.recommended_product_right_title_right {
    text-align: right;
    margin-top: -28px;
}
.recommended_product_save {
    font-family: Raleway;
    font-size: 10.054px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.free_shipping_bar_bttom {
    padding-top: 22px;
}
.custom_overlay.active {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    cursor: pointer;
}
.custom_overlay2.active {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    cursor: pointer;
}

body:has(.custom_overlay.active), body:has(.custom_overlay2.active) {
    overflow: hidden;
}

@media (max-width:915px) {

.header_logo {
    width: 66px;
}
div#drawer-toggle svg {
    width: 20.999px;
    height: 13.386px;
}
div#cart-toggle svg {
    width: 22px;
    height: 19px;
}

.drawer {
    padding: 60px 20px 20px;
}
ul.drawer-menu a {
    padding: 12px 0;
    font-size: 18px;
}
.cart-close {
    top: 0;
    right: 0;
}
 .free_shipping_bar_fill span {
    font-size: 9px;
    width: 24px;
    height: 24px;
}
.free_shipping_bar_bttom {
    padding-top: 17px;
}
.cart_quantity_wrapper input {
    margin-right: 0;
}
.recommended_product_flex {
    gap: 11px;
}
.recommended_product_right {
    width: 100%;
    max-width: calc(100% - 75px);
} 
.cart-drawer {
    width: 360px;
    right: -360px;
}
.drawer-close {
    top: 0;
    right: 0;
}
.drawer {
    left: -360px;
    width: 360px;
}
}




/* 20/06/2025 */
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: inherit;
  height: 100%;
  transition: all 0.3s ease;
  transform: translateX(0);
  z-index: 2;
}
.drawer-menu .sub-menu.open {
    display: block;
    left: 0;
    height: 100%;
}
ul.drawer-menu {
    position: relative;
}
a.parent-link svg {
    width: 20px;
    height: auto;
}
ul.drawer-menu a.parent-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
li.back-btn a {
    display: flex;
    gap: 5px;
}
li.back-btn a svg {
    width: 20px;
    height: auto;
    transform: rotate(180deg);
}
ul.drawer-menu {
    height: 100%;
    overflow-x: hidden;
}
.cart_heading {
    padding: 30px;
    font-family: Harmonia Sans Pro Cyr;
    font-weight: 400;
}
.cart-close {
    top: 36px;
    right: 30px;
}
.free_shipping_bar_inner {
    background: transparent;
    padding: 0;
}
.cart_free_bar {
    padding: 0 30px;
}
.free_shipping_bar_top {
    font-family: "Harmonia Sans Pro Cyr";
    font-weight: 500;
    font-size: 18px;
}
.free_shipping_locked.trigger_lock:not([style="display:none;"]) {
    justify-content: center;
}
.free_shipping_bar_fill span {
    display: none;
}
.free_shipping_bar_unfill {
    height: 10px;
    background: #d9d9d9;
    border-radius: 8px;
}
.free_shipping_bar_fill {
    height: 100%;
}
.free_shipping_bar_fill {
    height: 100%;
    background: #2398FB;
}
.cart_item_single_left {
    width: 87px;
}

.cart_item_single_title {
    font-family: Harmonia Sans Pro Cyr;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 15px;
}

.cart_item_single_price {
    font-family: "Harmonia Sans Pro Cyr";
    padding-top: 20px;
}
.cart_quantity_wrapper {
    width: 105px;
    border-radius: 0;
    height: 30px;
}
.cart_quantity_button {
    font-family: "Harmonia Sans Pro Cyr";
    font-size: 18px;
    font-weight: 600;
}
.cart_quantity_wrapper input {
    font-family: "Harmonia Sans Pro Cyr";
    color: #ffffff;
}
.cart_item_single_right {
    width: 100%;
    max-width: calc(100% - 98px);
}
.cart_item_single_right_remove {
    display: flex;
    justify-content: right;
}
a.checkout_button:hover {
    background: transparent;
    color: #ffffff;
    font-weight: 400;
}
.cart_heading {
    border-bottom: 1px solid rgba(204, 204, 204, 0.80);
    margin-bottom: 20px;
}
.cart_paymants img {
    width: 100%;
}
.cart_footer_button {
    padding-top: 0;
}
.cart_footer {
    padding: 30px;
}
.cart_middle {
    padding: 30px;
    height: calc(100vh - 312px);
}
body:has(.custom_overlay.active) .Accessify_Container, body:has(.custom_overlay2.active) .Accessify_Container {
    display: none !important;
}
ul.drawer-menu a {
    font-family: "Harmonia Sans Pro Cyr";
}
.drawer-close {
    top: 20px;
    right: 30px;
}
.cart_empty_button {
    background: #2398FB;
    box-shadow: unset;
    border-color: #2398FB;
    border-radius: 9px;
    font-family: Harmonia Sans Pro Cyr;
    font-size: 18px;
    min-height: 60px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.cart_empty_button:hover {
    color: #2398FB;
}
.cart_empty_heading {
    font-family: Harmonia Sans Pro Cyr;
    font-weight: 400;
    font-size: 26px;
}
a.checkout_button {
    font-family: Harmonia Sans Pro Cyr;
    font-weight: 700;
    border-radius: 9px;
}
.cart_item_single_right_remove {
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
}
.free_shipping_unlocked.trigger_unlock {
    text-align: center;
}

:root {
  --real-vh: 100vh;
}

.cart-content {
    height: var(--real-vh);
}

.cart_item_single_title:has(+.cart_item_single_selling_plan) {
    padding-bottom: 5px;
}
.cart_item_single_selling_plan {
    padding-bottom: 11px;
}
.cart_item_single_right_title_flex {
    align-items: flex-start;
}
.cart_item_single_right_title_right {
    padding-top: 3px;
}
@media (max-width:915px) {
.free_shipping_bar_top {
    font-size: 14px;
}
.cart_heading {
    padding: 20px;
}
.cart-close {
    top: 24px;
    right: 20px;
}
.cart_middle {
    padding: 30px 20px;
    height: calc(100vh - 258px);
}
.cart_footer {
    padding: 20px 20px;
}
.cart_free_bar {
    padding: 0 20px;
}
.drawer-close {
    top: 20px;
    right: 20px;
}
.cart_item_single_selling_plan {
    font-size: 14px;
}
.cart_middle {
    height: calc(var(--real-vh) - 258px);
}
}


body.mac-os .cart_quantity_wrapper input {
    margin-right: 0;
}


/* 26/06/2025 */
a.desktop_nav_parent {
    padding: 0 12px;
    color: #FFF;
    font-family: "Harmonia Sans Pro Cyr";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-decoration: unset;
}
li.desktop_nav_menu.has-children {
    position: relative;
}
li.desktop_nav_menu.has-children a.desktop_nav_parent {
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.desktop_nav_menu {
    display: flex;
    align-items: center;
    list-style: none;
}
ul.desktop_nav_menu_dropdown a {
    text-decoration: unset;
    padding: 5px 20px;
    display: block;
}
ul.desktop_nav_menu_dropdown {
    list-style: none;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
}
li.desktop_nav_menu.has-children a.desktop_nav_parent svg {
    width: 16px;
    height: auto; 
    position: relative;
    top: 1px;
    transition: all .5s ease;
}
a.desktop_nav_parent.active svg {
    transform: rotate(-180deg);
}

.header_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cart_quantity_wrapper {
    background: transparent;
    color: #fff;
}
.cart_quantity_wrapper input {
    background: transparent;
    font-family: "Harmonia Sans Pro Cyr";
    font-weight: 400;
}
.cart_quantity_button {
    font-family: "Harmonia Sans Pro Cyr";
    color: #fff;
    font-weight: 400;
}
.cart_footer_subtotal_title {
    font-family: "Harmonia Sans Pro Cyr";
    font-weight: 400;
}
.cart_footer_button {
    padding-top: 15px;
}
a.checkout_button:hover {
    color: #2398FB;
}
a.checkout_button {
    background: #2398FB;
    border-color: #2398FB;
}
.cart_item_single:has(img.item_image[alt="Shipping Protection"]) {
    display: none;
}
.cart_item_single_title {
    padding-bottom: 5px;
}
.free_shipping_bar_bttom {
    padding-top: 12px;
}
button#cart-close svg {
    width: 20px;
    height: 20px;
}
ul.cart_item_options {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-bottom: 10px;
}
ul.cart_item_options {
    list-style: none;
}

.cart_paymants img {
    max-width: 100%;
    width: 140px;
}
.cart_footer_subtotal_save {
    display: none;
}
a.checkout_button {
    gap: 5px;
}
.cart_item_single_right_title_right_price {
    text-align: right;
}
.cart_item_single_right_title_right_price {
    white-space: nowrap;
}

@media (max-width:915px) {
button#drawer-close svg {
    width: 20px;
    height: 20px;
}
}

@media (min-width:915px) {
.cart_items_main {
    gap: 20px;
}
}

a.desktop_nav_parent {
    color: unset;
}





/* 01/08/2025 */
div#menu-drawer ul.drawer-menu {
    height: auto;
}
div#menu-drawer ul.drawer-menu a.parent-link {
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 0;
    color: #000;
}
div#menu-drawer {
    position: fixed;
    height: calc(100% - 62px);
    top: 62px;
    background: #FEF7EF !important;
    padding: 51px 16px 24px;
}
div#menu-drawer ul.drawer-menu.mobile_only {
    padding: 0 4px;
}
div#menu-drawer .custom_review_header {
    margin-top: 21px;
    margin-bottom: 29px;
    border-radius: 10px;
    border: 1px solid #FEF7EF;
    background: #FFF;
    padding: 12px 16px 13px;
}
div#menu-drawer .custom_review_text {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-top: 10px;
}
div#menu-drawer .custom_review_name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #161616;
    padding-top: 10px;
}
div#menu-drawer .custom_review_name em {
    color: #F1675B;
    font-style: normal;
    display: block;
}
div#menu-drawer .custom_bottom_links {
    padding-top: 19.51px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div#menu-drawer .custom_bottom_links a {
    text-decoration: unset;
}
div#menu-drawer .custom_link_image_bottom {
    padding-top: 28px;
    width: 106px;
}
body:has(.custom_overlay.active) .announcment_lp {
    display: none;
}
.custom_header_hk {
    position: relative;
    z-index: 9;
}

div#menu-drawer .custom_banner_image {
    width: 100%;
}
div#menu-drawer .custom_banner {
    position: relative;
}
div#menu-drawer .custom_banner_image img {
    width: 100%;
    height: 100%;
}
div#menu-drawer .custom_banner_image a {
    width: 100%;
    height: 100%;
    display: block;
}
div#menu-drawer .custom_banner {
    border-radius: 8px;
    overflow: hidden;
}
div#menu-drawer .custom_banner_subheading {
    font-family: Geist;
    font-size: 12px;
    color: #fff;
    letter-spacing: -0.36px;
    font-weight: 400;
    line-height: normal;
}
div#menu-drawer .custom_banner_heading {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.72px;
    font-family: Gelica;
    width: 137px;
    color: #FFF;
    max-width: 100%;
}
div#menu-drawer a.custom_hk_button {
    font-family: Lato;
    font-size: 8.923px;
    color: #fff;
    width: 126px;
    height: 23px;
    min-height: unset;
    margin-left: 0;
    margin-top: 7px;
}
div#menu-drawer a {
    color: unset;
}
div#menu-drawer .custom_banner_content {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#menu-drawer ul.drawer-menu.mobile_only {
    padding-top: 7px;
}
button#drawer-close svg {
    width: 100%;
    height: auto;
}
button#drawer-close {
    top: 17px;
    right: 21px;
    width: 15.888px;
    height: 18px;
}

html body.homepage_body div#menu-drawer {
    background: #FEF7EF !important;
}
html body.homepage_body:has(.custom_overlay.active) .custom_header_hk {
    background: #E96C5C !important;
}
div#menu-drawer {
    overflow-y: auto;
}
div#menu-drawer .custom_review_name img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}









.cart-drawer {
    height: 100%;
    bottom: unset;
}
.cart-content {
    height: 100%;
}
.cart_heading {
    color: #161616;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    margin-bottom: 0;
    border: unset;
}
button#cart-close svg {
    width: 19.24px;
    height: 19.24px;
}
.cart_heading {
    color: #161616;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    margin-bottom: 0;
    border: unset;
}
.free_shipping_bar_unfill {
    height: 2.6px;
    background: rgba(241, 103, 91, 0.20);
}
.free_shipping_bar_fill {
    background: #F1675B;
}
.cart_item_single_title {
    color: #18261C;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.88px;
    padding-bottom: 8px;
}
.cart_item_single_price {
    padding-top: 3px;
    color: #DD2121;
    font-family: Lato;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.88px;
}
.cart_item_single_selling_plan {
    padding-bottom: 5px;
}
ul.cart_item_options {
    padding-bottom: 5px;
}
.cart_item_single_right_bottom_right {
    display: none;
}
.cart_item_single_right {
    width: 100%;
    max-width: calc(100% - 147px);
}
.cart_item_single_left {
    width: 131px;
    height: 131px;
}
.cart_item_single_flex {
    gap: 16px;
}
.cart_content_fill {
    height: 100%;
}
.cart_footer {
    box-shadow: unset;
    padding: 13px 20px 11px;
    border-radius: 0 0 0 13px;
    border-top: 0.65px solid rgba(241, 103, 91, 0.50);
    background: #FEF7EF;
}
.cart_footer_subtotal_title {
    color: #161616;
    font-family: Lato;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.cart_footer_subtotal_price {
    color: #161616;
    font-family: Lato;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
a.checkout_button {
    border-radius: 128.7px;
    background: #B00530;
    border-color: #B00530;
    font-family: Lato;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    gap: 13px;
}
.cart_middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recommended_product_title {
    color: #F1675B;
    text-align: center;
    font-family: Gelica;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 25px;
}
.recommended_product_item {
    padding: 13px 15.805px 13px 10px;
    border-radius: 10px;
    border: 0.65px solid #F1675B;
    background: #FEF7EF;
}
.recommended_product_left {
    border-radius: 5.2px;
    border: 0.65px solid rgba(241, 103, 91, 0.50);
    background: #FFF;
    width: 131px;
    height: 131px;
}
.recommended_product_right {
    width: 100%;
    max-width: calc(100% - 147px);
}
.recommended_product_single_title {
    color: #18261C;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.88px;
}
.recommended_product_variant_title {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-top: 3px;
}
.cart_item_single_title {
    padding-bottom: 3px;
}
.recommended_product_quantity select {
    display: none;
}
.recommended_product_right_bottom_right {
    width: 100%;
}
.recommended_product_button {
    height: 41.6px;
    border-radius: 128.7px;
    background: #B00530;
    width: 100%;
    font-family: Lato;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    border: 2px solid #B00530;
}

.recommended_product_price {
    color: #DD2121;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.88px;
}
.recommended_product_price_flex {
    padding-top: 6.5px;
    gap: 6.5px;
}
.cart_item_single_right_title_right_price {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6.5px;
}
.recommended_product_price_flex {
    justify-content: left;
}
.product_rating_cart {
    display: flex;
    align-items: center;
    gap: 6.5px;
    color: #18261C;
    text-align: center;
    font-size: 14.56px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
    font-family: 'Geist';
}
.recommended_product_single_title {
    padding-top: 6.5px;
}
.recommended_product_left {
    overflow: hidden;
}
.cart_item_single_left {
    overflow: hidden;
}
.cart_item_single_title {
    padding-top: 7.5px;
}
.stock_cart {
    display: flex;
    gap: 5.2px;
    height: 31px;
    min-width: 205px;
    border-radius: 5.2px;
    border: 0.65px dashed #66D63D;
    background: rgba(102, 214, 61, 0.05);
    color: #18261C;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.88px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.stock_cart span.stock_outer {
    width: 18px;
    height: 18px;
    background: #73d55f52;
    border-radius: 50%;
    animation: order 1.5s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stock_cart span.stock_inner {
    width: 9px;
    height: 9px;
    background: #52DC17;
    border-radius: 50%;
    display: flex;
}
.stock_cart {
    margin-top: 7.9px;
}
ul.cart_item_options, .cart_item_single_selling_plan {
    display: none;
}
.cart_item_single_left {
    border-radius: 5.2px;
    border: 0.65px solid #F1675B;
    background: #FEF7EF;
}
a.checkout_button:before {
    content: "";
    background: url(/cdn/shop/files/lock.webp?v=1754486007);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
}
a.checkout_button:hover:before {
    filter: brightness(1) invert(1);
}
span.cart_count_js {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 1;
}
div#cart-toggle {
    position: relative;
}
.under_cta_texts {
    display: flex;
    box-decoration-break: clone;
    justify-content: center;
    padding-top: 13px;
    gap: 10.4px;
}

.under_cta_text {
    display: flex;
    align-items: center;
    color: #161616;
    text-align: center;
    font-family: Lato;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    gap: 10.4px;
    position: relative;
}
.under_cta_text+.under_cta_text:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}
.under_cta_text+.under_cta_text {
    padding-left: 10.4px;
}

.recommended_product_price_compare {
    color: rgba(24, 38, 28, 0.40);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.88px;
    opacity: 1;
}
.recommended_product_button:hover {
    color: #B00530;
}
.recommended_product_price_flex {
    flex-direction: row-reverse;
}
.cart_item_single_price_compare {
    color: rgba(24, 38, 28, 0.40);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.88px;
    opacity: 1;
}
.recommended_product_title em {
    font-weight: 400;
}
.cart_rating_top strong {
    font-weight: 500;
    color: #F1675B;
}
.cart_rating_top {
    height: 36.4px;
    border-top: 0.65px solid #F1675B;
    border-bottom: 0.65px solid #F1675B;
    background: #FEF7EF;
    gap: 7.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #250009;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart_middle {
    padding: 11px 20px 24px;
}
.free_shipping_bar_middle>div svg {
    border-radius: 13px;
    background: #FCE1DE;
    width: 26px;
    height: 26px;
    padding: 6.5px;
}
.free_shipping_bar_middle {
    display: flex;
    align-items: center;
    margin-bottom: -27px;
    position: relative;
    z-index: 1;
}
.free_shipping_bar_top {
    color: #161616;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.free_shipping_bar_top strong {
    color: #161616;
    font-weight: 600;
}
.free_shipping_bar_top {
    padding-top: 26px;
    padding-bottom: 13px;
}
.free_shipping_bar_middle>div {
    width: 50%;
    display: flex;
    justify-content: right;
}
.free_shipping_bar_top {
    text-align: center !important;
}
.free_shipping_bar_middle>div.active svg path {
    fill: #fff;
}
.free_shipping_bar_middle>div.active svg {
    background: #F1675B;
}
.free_shipping_bar_middle>div:first-child svg {
    background-image: url(/cdn/shop/files/ship_icons.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.free_shipping_bar_middle>div:first-child svg path {
    fill: transparent !important;
}
.cart_empty_heading {
    font-family: 'Gelica';
}
.cart_empty_button {
    background: #B00530;
    border-color: #B00530;
}
.cart_empty_button:hover {
    color: #B00530;
}
.cart_empty_button {
    font-family: Lato;
    border-radius: 100px;
}
.cart_middle {
    height: calc(100% - 385px);
}
div#cart-drawer {
    border-radius: 13px 0 0 13px;
}
.free_shipping_text_bottom {
    color: #18261C;
    text-align: center;
    font-family: Lato;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
}
.free_shipping_bar_bottom_new {
    display: flex;
    padding-top: 17.5px;
}
.free_shipping_text_bottom {
    display: flex;
    justify-content: right;
    width: 50%;
}
.cart_free_bar {
    padding: 0 20px;
}
a.checkout_button:hover {
    color: #B00530;
}
.free_shipping_bar_middle {
    padding-right: 17px;
}
.free_shipping_bar_bttom {
    padding-right: 17px;
}
.free_shipping_text_bottom:first-child {
    position: relative;
    right: -20px;
}
.free_shipping_bar_bottom_new {
    padding-bottom: 15px;
}
button#cart-close {
    top: 22px;
    right: 21px;
}
@keyframes order {
  0% {
  background: transparent;
  }
  50% {
  background: #73d55f52;
  }
  100% {
  background: transparent;
  }
}




@media (max-width:915px) {
div#cart-drawer {
    border-radius: 10px 0 0 10px;
}
.cart_heading {
    font-size: 15px;
    padding: 16px;
}
button#cart-close svg {
    width: 14.8px;
    height: 14.8px;
}
button#cart-close {
    top: 17px;
    right: 16px;
}
.cart_rating_top svg {
    width: 88px;
    height: auto;
}
.cart_rating_top {
    border-top: 0.5px solid #F1675B;
    border-bottom: 0.5px solid #F1675B;
    background: #FEF7EF;
    height: 28px;
    gap: 6px;
    font-size: 14px;
}
.free_shipping_bar_top {
    padding-top: 20px;
    padding-bottom: 9px;
    font-size: 15px;
}
.cart_free_bar {
    padding: 0 16px;
}
.cart_middle {
    padding: 10px 16px 26px;
}
.cart_item_single_left {
    border-radius: 4.012px;
    border: 0.501px solid rgba(241, 103, 91, 0.50);
    background: #FFF;
    width: 101px;
    height: 101px;
}
.cart_item_single_flex {
    gap: 11px;
}
.cart_item_single_right {
    width: 100%;
    max-width: calc(100% - 112px);
}
.stock_cart {
    min-width: 156px;
    height: 24px;
    font-size: 12px;
    gap: 4px;
    border-radius: 4px;
    border: 0.5px dashed #66D63D;
    background: rgba(102, 214, 61, 0.05);
}
.cart_item_single_title {
    font-size: 14px;
    padding-top: 6px;
}
.cart_item_single_price {
    padding: 0;
    font-size: 14px;
    line-height: 17.6px;
}
.cart_item_single_price_compare {
    padding: 0;
    font-size: 14px;
    line-height: 17.6px;
}
.product_rating_cart svg {
    width: 56px;
    height: auto;
}
.product_rating_cart {
    font-size: 11.2px;
    gap: 5px;
}
.cart_item_single_right_remove {
    padding: 1px;
}
.recommended_product_title {
    font-size: 15px;
    padding-bottom: 15px;
}
.recommended_product_item {
    padding: 9px 13px 10.7px 7px;
    border-radius: 10px;
    border: 0.5px solid #F1675B;
    background: #FEF7EF;
}
.recommended_product_left {
    border-radius: 4.012px;
    border: 0.501px solid rgba(241, 103, 91, 0.50);
    background: #FFF;
    width: 101px;
    height: 101px;
}
.recommended_product_single_title {
    padding-top: 5px;
    font-size: 14px;
    line-height: 17.6px;
}
.recommended_product_price_flex {
    padding-top: 5px;
    gap: 5px;
}
.recommended_product_price {
    font-size: 14px;
    line-height: 17.6px;
}
.recommended_product_price_compare {
    font-size: 14px;
    line-height: 17.6px;
}
.recommended_product_bottom_flex {
    padding-top: 5px;
}
.recommended_product_button {
    font-size: 14px;
    height: 32px;
}
.recommended_product_right {
    max-width: calc(100% - 112px);
}
.cart_footer {
    padding: 10px 16px 9px;
}
.cart_footer_subtotal_title {
    font-size: 14px;
    line-height: 20px;
}
.cart_footer_subtotal_price {
    font-size: 14px;
    line-height: 20px;
}
.cart_footer_button {
    padding-top: 14px;
}
a.checkout_button {
    height: 52px;
    font-size: 14px;
    gap: 10px;
}
a.checkout_button:before {
    width: 16px;
    height: 16px;
}
.under_cta_texts {
    gap: 8px;
    padding-top: 10px;
}
.under_cta_text svg {
    width: 8.958px;
}
.under_cta_text {
    font-size: 12px;
    line-height: 20px;
    gap: 8px;
}
.under_cta_text+.under_cta_text {
    padding-left: 9px;
}
.free_shipping_bar_top {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 9px;
}
.free_shipping_text_bottom {
    font-size: 12px;
    line-height: 16px;
}
.free_shipping_bar_middle {
    padding-right: 9px;
}
.free_shipping_bar_bottom_new {
    padding-top: 14px;
}
.cart_middle {
    height: calc(100% - 315px);
}
.free_shipping_bar_bottom_new {
    padding-bottom: 10px;
}

span.cart_count_js {
    width: 15px;
    height: 15px;
    font-size: 8px;
}
.cart_empty_button {
    min-height: 51px;
    height: 51px;
}
}

.cart_middle {
    overflow-x: hidden;
    overflow-y: auto;
}
.recommended_product_main {
    border: unset;
}

body.homepage_body span.cart_count_js {
    background: #fff;
    color: #000;
}

.cart_item_single_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}