/** Shopify CDN: Minification failed

Line 446:12 Expected ":"
Line 470: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;
    position: relative;
}
.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: #48DE9D;
    cursor: pointer;
    transition: all .5s ease;
    border: 2px solid #48DE9D;
}
.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: #48DE9D;
}
.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-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: #48DE9D;
}
.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 {
    
    padding-top: 20px;
}
.cart_quantity_wrapper {
    width: 105px;
    border-radius: 0;
    height: 30px;
}
.cart_quantity_button {
    
    font-size: 18px;
    font-weight: 600;
}
.cart_quantity_wrapper input {
    
    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 {
    
}
.drawer-close {
    top: 20px;
    right: 30px;
}
.cart_empty_button {
    background: #48DE9D;
    box-shadow: unset;
    border-color: #48DE9D;
    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: #48DE9D;
}
.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-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-weight: 400;
}
.cart_quantity_button {
    
    color: #fff;
    font-weight: 400;
}
.cart_footer_subtotal_title {
    
    font-weight: 400;
}
.cart_footer_button {
    padding-top: 15px;
}
a.checkout_button:hover {
    color: #48DE9D;
}
a.checkout_button {
    background: #48DE9D;
    border-color: #48DE9D;
}
.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;
}



/* 22/08/2025 */
.cart_item_single_title {
    color: #1A1A1A;
}
.cart_item_single_right_title_right_price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart_item_single_price {
    padding: 0;
}
.stock_cart {
    display: none;
}
.cart_free_bar, .cart_rating_top {
    display: none;
}
ul.cart_item_options {
    display: none;
}
.cart_item_single_right_title_flex {
    align-items: flex-end;
}
.cart_quantity_button, .cart_quantity_wrapper input {
    color: #1A1A1A;
}
.product_rating_cart {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart_footer_subtotal_save {
    display: inline-flex
;
    height: 22px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #C94118;
    font-family: "Inter Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    margin: unset;
}
.cart_quantity_wrapper input[name="quantity_single"] {
    display: none;
}



/* cart section start */
div#cart-drawer .cart_heading {
    margin-bottom: 20px;
    border-bottom: 1px solid #A7A7A7;
    padding: 20px 24px;
    color: #213F33;
    font-family: "Barlow Semi Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
div#cart-drawer button#cart-close svg {
    width: 24px;
    height: 24px;
}
div#cart-drawer .cart-close {
    top: 24px;
    right: 24px;
}
div#cart-drawer .cart_item_single_left {
    width: 118px;
}
div#cart-drawer .cart_item_single_right {
    width: 100%;
    max-width: calc(100% - 130px);
    padding-left: 10px;
}
div#cart-drawer .cart_item_single_left img {
    border-radius: 5px;
}
div#cart-drawer .product_rating_cart {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1A1A1A;
    font-family: "Inter Display";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-bottom: 10px;
}
div#cart-drawer .product_rating_cart svg {
    height: 11px;
    width: auto;
}
div#cart-drawer .cart_item_single_title {
    color: #1A1A1A;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 15px;
}
div#cart-drawer .cart_item_single_right_title_right_price {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #C94118;
    text-align: center;
    font-family: "Inter Display" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 15px;
}
div#cart-drawer .cart_item_single_price {
    font-family: "Inter Display";
}
div#cart-drawer .cart_item_single_right_title_right_price s {
    color: #A4A4A4;
    font-family: "Inter Display";
    font-weight: 300;
    text-decoration-line: line-through;
}
div#cart-drawer .cart_item_single_right_remove svg {
    height: 30px;
    width: auto;
}
div#cart-drawer .cart_quantity_wrapper {
    width: 113px;
    height: 30px !important;
    border-radius: 3px !important;
    border: 0.5px solid #234134;
    padding: 0px 3px;
}
div#cart-drawer .cart_quantity_button.quantity_plus,
div#cart-drawer .cart_quantity_button {
    border-right: unset;
    border-left: unset;
    font-size: 17px;
    color: #1A1A1A;
    font-family: "Inter Display";
    border-right: unset;
    position: relative;
    top: -1px;
}
div#cart-drawer .cart_quantity_wrapper input {
    color: #1A1A1A;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}
div#cart-drawer .cart_middle {
    padding: 0px 24px 30px;
}
div#cart-drawer span.qty_free_overlay {
    display: none;
}
div#cart-drawer .cart_footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#cart-drawer .cart_footer_subtotal_title {
    color: #1A1A1A;
    font-family: "Inter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
div#cart-drawer .cart_footer_subtotal_right {
    display: flex;
    align-items: center;
    gap: 12px;
}
div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    color: #1A1A1A;
    text-align: center;
    font-family: "Inter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
div#cart-drawer .cart_footer_subtotal_save {
    height: 24px;
    padding: 2px 8px 0px;
    border-radius: 3px;
    background: #C94118;
    font-family: "Inter Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin: unset;
}
div#cart-drawer a.checkout_button {
    border-radius: 8px;
    background: #48DE9D;
    width: 100%;
    min-height: 72px;
    color: #234134;
    font-family: "Inter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    gap: 10px;
}
div#cart-drawer .cart_footer {
    padding: 20px 24px;
    border-top: 1px solid #3C3224;
    box-shadow: unset;
}
div#cart-drawer a.checkout_button:hover {
    background: transparent;
}
div#cart-drawer .under_cta_texts {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
    color: #213F33;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
div#cart-drawer .under_cta_text {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
div#cart-drawer .under_cta_texts .under_cta_text:nth-child(1):after {
    content: "|";
    color: #213F33;
    text-align: center;
    font-family: "Inter Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-left: 12px;
}
div#cart-drawer .cart_middle {
    height: calc(100% - 272px);
}
div#cart-drawer .cart_quantity_wrapper {
    border: 1px solid #234134;
}
div#cart-drawer .gift_part_cart_text {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #234134;
    min-height: 42px;
    justify-content: center;
    color: #FFF;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    gap: 10px;
    padding-top: 3px;
    margin-bottom: 25px;
}
div#cart-drawer .gift_part_cart_text svg {
    position: relative;
    top: -1px;
}
div#cart-drawer .gift_part_cart_text strong {
    color: #50EBA8;
    font-weight: 700;
}
div#cart-drawer .cart_item_single_price_compare {
    color: #A4A4A4;
    text-align: right;
    font-family: "Inter Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    text-decoration-line: line-through;
    padding-top: 0px;
    opacity: 1;
}
div#cart-drawer .cart_middle {
    height: calc(100% - 272px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div#cart-drawer .cart_reviews_title {
    color: #213F33;
    font-family: "Barlow Semi Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
    border-radius: 10px;
    border: 1px solid #234134;
    background: #EEF9F4;
    padding: 15px;
    margin-right: 20px;
}
div#cart-drawer .cart_reviews_slider_main .slick-list.draggable {
    width: calc(100% + 24px);
    padding-right: 195px;
}
div#cart-drawer .review_text_slider_new {
    color: #1A1A1A;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 15px 0px;
}
div#cart-drawer .review_name {
    display: flex;
    align-items: center;
    color: #1A1A1A;
    font-family: "Inter Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    gap: 12px;
}
div#cart-drawer .review_name strong {
    font-weight: 500;
}
div#cart-drawer .cart_reviews_title {
    padding-top: 30px;
}
div#cart-drawer .slider_navigations.center {
    padding-top: 20px;
}
div#cart-drawer .slider_navigations.center {
    display: flex !important;
}
div#cart-drawer .cart_empty_heading {
    font-family: Inter Display !important;
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
div#cart-drawer  .cart_empty_button {
    border-radius: 9px;
    font-size: 20px;
    min-height: 60px;
    color: #fff;
    font-weight: 600;
    font-family: Inter Display !important;
    cursor: pointer;
    color: #000;
}
div#cart-drawer .review_text_slider_new {
    min-height: unset;
}
div#cart-drawer .review_rating2 svg {
    height: 14px;
    margin-bottom: 0px;
}
div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
    margin-left: 0px;
}
div#cart-drawer .slider_button_custom svg {
    display: block;
    height: unset;
    width: auto;
}
div#cart-drawer ul.slick-dots li:after {
    background: #23413433 !important;
}
div#cart-drawer ul.slick-dots li.slick-active:after {
    background: #234134 !important;
}

div#cart-drawer .cart_item_single_left img {
    height: 100%;
    object-fit: cover;
}
div#cart-drawer .cart_item_single_flex {
    align-items: unset;
}
div#cart-drawer .review_rating2 {
    padding: 0;
}
div#cart-drawer .cart_item_single_left img {
    max-height: 129px;
}
div#cart-drawer .cart_quantity_wrapper input {
    appearance: none;
    -webkit-appearance: none;
}
div#cart-drawer input[type=number]::-webkit-inner-spin-button, 
div#cart-drawer input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div#cart-drawer .cart_item_single_selling_plan {
    display: none;
}
ul.desktop_nav_menu {
    white-space: nowrap;
}
@media (min-width: 915px) {
.cart-drawer {
    width: 588px;
    right: -588px;
}
div#cart-drawer .cart_item_single_right_title_right_price {
    min-height: 37px;
}
}



@media (max-width: 915px) {
div#cart-drawer .cart_heading {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 24px;
}
div#cart-drawer button#cart-close svg {
    width: 16px;
    height: 16px;
}
div#cart-drawer .cart-close {
    top: 18px;
    right: 20px;
}
div#cart-drawer .cart_middle {
    padding: 20px;
}
div#cart-drawer .cart_item_single_left {
    width: 106px;
}
div#cart-drawer .cart_item_single_right {
    width: 100%;
    max-width: calc(100% - 117px);
    padding-left: 0px;
}
div#cart-drawer .cart_item_single_title {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 11px;
}
div#cart-drawer .product_rating_cart {
    padding-bottom: 5px;
}
div#cart-drawer .cart_item_single_right_title_right_price {
    gap: 6px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}
div#cart-drawer .cart_item_single_right_remove svg {
    height: 22px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
div#cart-drawer .cart_item_single_right_title_flex {
    position: relative;
}
div#cart-drawer .cart_quantity_wrapper {
    width: 96px;
    height: 24px !important;
    padding: 0px 0px;
}
div#cart-drawer .cart_quantity_wrapper input {
    font-size: 11px;
    line-height: 12px;
}
div#cart-drawer .cart_footer {
    padding: 15px 20px;
}
div#cart-drawer .cart_footer_button {
    padding-top: 12px;
}
div#cart-drawer .cart_footer_subtotal_title {
    font-size: 14px;
    line-height: 20px;
}
div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    font-size: 14px;
    line-height: 18px;
}
div#cart-drawer .cart_footer_subtotal_right {
    gap: 9px;
}
div#cart-drawer .cart_footer_subtotal_save {
    height: 22px;
    padding: 1px 6px 0px;
    font-size: 12px;
    line-height: 13px;
}
div#cart-drawer a.checkout_button {
    min-height: 56px;
    font-size: 16px;
    line-height: 20px;
    gap: 8px;
}
div#cart-drawer a.checkout_button svg {
    height: 11px;
    width: auto;
}
div#cart-drawer .under_cta_texts {
    gap: 10px;
    font-size: 12px;
    line-height: 18px;
}
div#cart-drawer .under_cta_text {
    gap: 5px;
}
div#cart-drawer .under_cta_text svg {
    height: 14px;
    width: auto;
    position: relative;
    top: -1px;
}
div#cart-drawer .cart_middle {
    height: calc(100% - 212px);
}
div#cart-drawer .gift_part_cart_text {
    min-height: 32px;
    font-size: 14px;
    line-height: 17px;
    gap: 7px;
    margin-bottom: 20px;
    text-align: center;
}
.cart_item_single_price {
    font-size: 12px;
    line-height: 20px;
}
div#cart-drawer .cart_item_single_price_compare {
    font-size: 12px;
    line-height: 18px;
}
div#cart-drawer .gift_part_cart_text svg {
    width: 20px;
    height: unset;
}
div#cart-drawer .cart_middle {
    padding: 0px 20px 20px;
}
div#cart-drawer .cart_reviews_title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-top: 20px;
}
div#cart-drawer .cart_reviews_slider_main .slick-list.draggable {
    width: calc(100% + 0px);
    padding-right: 0px;
}
div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
    margin-right: 0px;
}
div#cart-drawer .review_text_slider_new {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
}
div#cart-drawer .review_name {
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
}
div#cart-drawer .review_name svg {
    height: 16px;
    width: auto;
    position: relative;
    top: -1px;
}
div#cart-drawer .review_slider_custom_slider_new_item_bg.left .review_rating2 svg {
    height: 11px;
    width: auto;
}
div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
    margin: 0px 3px;
}
div#cart-drawer .reviews_center_slider_new {
    margin-left: -3px;
    margin-right: -3px;
}
div#cart-drawer .cart_empty_heading {
    font-size: 25px;
}
div#cart-drawer .cart_empty_button {
    font-size: 16px;
    min-height: 50px !important;
    height: 50px;
}
div#cart-drawer .cart_item_single_left img {
    max-height: 117px;
}
}
/* cart section end */

/* header css */
div#cart-toggle {
    position: relative;
}
span.cart_count_js, .cart_count_js_new_count {
    width: 19.429px;
    height: 19.429px;
    border-radius: 9.714px;
    background: #C20000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -4px;
}
@media (max-width:915px) {
div#cart-toggle svg {
    height: 19px;
    width: 19px;
}
}


/* timer css */
.pdp_timer_bar .richtext_blocks_new {
    display: flex;
    align-items: center;
    gap: 30px;
}
span.countdown_js {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
span.countdown_js>span {
    padding: 3px 13.5px;
    border-radius: 3px;
    background: rgba(6, 0, 0, 0.19);
    display: flex;
    align-items: center;
    gap: 5px;
	color: rgba(255, 255, 255, 0.50);
}
span.countdown_js>span>span {
    color: #fff;
}

@media (max-width:915px) {
.pdp_timer_bar .richtext_blocks_new {
    gap: 15px;
}
span.countdown_js {
    gap: 8px;
    font-size: 12px;
}
span.countdown_js>span {
    padding: 5px 4px;
    border-radius: 3px;
    background: rgba(6, 0, 0, 0.19);
}
.pdp_timer_text p {
    font-size: 14px;
}


}
/* timer css  end */


/* product css  start */
.options_flex {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 15px;
}
.option_item {
    max-width: calc(33.33% - (13px) * 2 / 3);
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    padding: 10px 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.18px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}
.option_item.active {
    border-color: #820000;
    background: rgba(255, 216, 216, 0.36);
}
p.label_lp_custom strong {
    font-weight: 500;
}
p.label_lp_custom {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.18px;
    padding-top: 20px;
}
.product_title_lp.h1 {
    width: 590px;
    max-width: 100%;
}
.free_products_lp_flex {
    display: flex;
    padding-top: 30px;
    gap: 13px;
}
.free_products_lp_flex_item {
    max-width: calc(33.33% - (13px) * 2 / 3);
    width: 100%;
    position: relative;
}
.free_products_lp_price_top {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 3px 14px;
    min-width: 122px;
    border-radius: 2px;
    background: linear-gradient(90deg, #AE0000 0%, #C74141 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    bottom: calc(100% - 12px);
    left: 0;
    right: 0;
}
.unlocked_div img {
    height: 60px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.unlocked_div {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px dashed #820000;
    background: rgba(255, 216, 216, 0.36);
}
.free_products_title strong {
    display: block;
    font-weight: unset;
}
.free_products_title {
    padding-top: 12px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.unlocked_div {
    display: none;
}

.locked_div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px;
    flex-direction: column;
    gap: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    border-radius: 4px;
    border: 1px dashed #D6D6D6;
}
.free_products_lp_flex_item.active .locked_div {
    display: none !important;
}
.free_products_lp_flex_item.active .unlocked_div {
    display: flex;
}
.free_products_lp_price_top span {
    opacity: .6;
    font-weight: 500;
    text-decoration: line-through;
}
.in_stock_text {
    padding: 8px 10px;
    border-radius: 3px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.18px;
}
.in_stock_text p>span {
    text-decoration: underline;
    text-underline-offset: 2px;
    padding-left: 5px;
}
span.stock_inner {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #AAD23A;
    display: flex;
}

span.stock_outer {
    width: 14px;
    height: 14px;
    background: #D7EE96;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.stock_outer {
    animation: stock 1s ease infinite;
}
.custom_sticky_bottom.active {
    display: block !important;
}
.custom_sticky_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: 1px solid #B21010;
    background: #FFF;
    padding: 10px 0;
}
.custom_sticky_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_sticky_flex_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.custom_sticky_flex_left {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}	
.custom_sticky_flex-right a.custom_hk_button {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.2px;
    text-decoration: unset;
    color: #fff;
    width: 608px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: linear-gradient(90deg, #AE0000 0%, #BC3C3C 100%), #000;
    border: 2px solid #AE0000;
    transition: all .3s ease;
    gap: 5px;
}
.custom_sticky_flex-right a.custom_hk_button s {
    opacity: .4;
    font-weight: 400;
}
.custom_sticky_flex-right a.custom_hk_button:hover {
    color: #AE0000;
    background: transparent;
}
.under_media_icon_richtext {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #FAFAFA;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.under_media_icon_richtext strong {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 10px;
}
.under_media_icon_richtext strong:before {
    content: "";
    width: 13.75px;
    height: 16.5px;
    background: url(/cdn/shop/files/kitchen_icon_97fa17fd-d24f-4d28-b23a-ea845c1cc4a8.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.question_product:after {
    content: "+";
}
.question_product:after {
    content: "+";
}
.question_product {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
.answer_product {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0 20px 20px;
}
.faq_product {
    border-radius: 4px 4px 0 0;
    border: 1px solid #D4D4D4;
}
.faq_product+.faq_product {
    border-radius: 0;
    border-top: unset;
}
.faq_product:last-child {
    border-radius: 0 0 4px 4px;
}
.faq_product strong {
    color: #AF0404;
    font-weight: 500;
}
.faq_product p+p {
    padding-top: 15px;
}
.relative.relative_main_slider .slider_navigations.center {
    display: none;
}
.thumb_slider_relative img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 0.5px solid rgba(25, 56, 32, 0.15);
}
.relative.relative_main_slider img.product_images {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid rgba(25, 56, 32, 0.15);
}
.relative.relative_main_slider .product_image_wrapper {
    padding: 2px;
}
.thumb_slider_relative .slick-current img {
    border-color: #193820;
}
.thumb_slider_relative .slick-list.draggable {
    padding-bottom: 43px;
}
.landing_product_media_inner {
    position: sticky;
    top: 70px;
}
.relative.relative_main_slider [data-slick-index="0"] img.product_images {
    object-fit: contain;
}
.thumb_slider_relative img {
    cursor: pointer;
}
.relative.relative_main_slider img.product_images {
    cursor: grab;
}

.size_guide_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
    z-index: 9;
    display: none;
}
.size_guide_popup .icon_with_text_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.size_guide_popup .icon_with_text_flex .icon_with_text_item {
    padding: 0;
    width: 600px;
    max-width: calc(100% - 32px);
    position: relative;
    border-radius: 7.5px;
    background: #FFF;
}
.size_guide_popup .icon_with_text_flex .icon_with_text_item span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.size_guide_popup .icon_with_text_flex .icon_with_text_item svg {
    display: block;
    margin-left: auto;
    cursor: pointer;
}
.size_guide_popup .icon_with_text_flex .icon_with_text_item svg {
    position: absolute;
    top: 18px;
    right: 18px;
}
.question_product.active:after {
    content: "-";
}
@keyframes stock {
  from {background: #aad23a40;}
  to {background: #aad23ab5;}
}




@media (max-width:915px) {
.custom_sticky_flex_title {
    display: none;
}
.custom_sticky_flex-right a.custom_hk_button span {
    display: none;
}
.custom_sticky_flex-right a.custom_hk_button {
    height: 55px;
    font-size: 16px;
    width: 234px;
    border-radius: 3px;
    background: linear-gradient(90deg, #AE0000 0%, #BC3C3C 100%), #000;
}
.custom_sticky_flex_image img {
    border-radius: 3px;
    width: 56px;
    height: 55px;
}
.custom_sticky_bottom {
    padding: 20px 0;
}
.size_guide_popup .icon_with_text_flex .icon_with_text_item svg {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
}
}
/* product css  end */



/* review section */

body .rw-text-main {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}
body .page-width {
    max-width: 1488px;
    margin: 0 auto;
    padding: 0 50px;
}
body h1.rw-title, .top-review-box {
    display: none;
}
body input#load-more {
    display: none;
}
body span.rw-text-name.h2 {
    font-size: 17.969px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.2px;
}
body span.rw-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
}
body .star-rating {
    display: flex;
}
body svg.star.empty {
    fill: #AC0000;
}
body span.verify {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
body .rw-text-head.h4 {
    font-size: 18.125px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
body a#loadMore {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.56px;
    letter-spacing: 0.5px;
    width: 118px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

@media (max-width:915px) {
body .page-width {
    max-width: 100%;
    padding: 0;
}
body a#loadMore {
    background: transparent;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.33px;
    letter-spacing: 0.5px;
    margin-bottom: 39px;
    height: auto;
}
}


/* email */
.field_lp input::placeholder {
    color: rgba(10, 10, 10, 0.50);
}
.field_lp input {
    width: 600px;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #C2C2C2;
    background: rgba(254, 254, 254, 0.44);
    height: 65px;
    padding: 0 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}
button#Subscribe {
    margin-top: 25px;
    border-radius: 5px;
    background: linear-gradient(90deg, #AE0000 0%, #BC3C3C 100%), #000;
    height: 65px;
    width: 600px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #AE0000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.2px;
    cursor: pointer;
    transition: all .3s ease;
    font-family: Aeonik;
}
button#Subscribe:hover {
    color: #AE0000;
    background: transparent;
}

@media (max-width:915px) {

.pdp_clean_section .custom-flex_item_ad_1 {
    max-width: 100%;
}
.field_lp input {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #C2C2C2;
    background: rgba(254, 254, 254, 0.44);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0 20px;
}
button#Subscribe {
    margin-top: 15px;
    height: 55px;
}

}

/* footer */
.pdp_footer_menu4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
select#country_selector {
    padding: 16px 17px 16px 16px;
    border-radius: 5px;
    border: 0.5px solid #5B5B5B;
    background: rgba(31, 31, 31, 0.45);
    color: rgba(255, 255, 255, 0.60);
    font-family: Aeonik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(/cdn/shop/files/arrow.webp?v=1756487860);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
}
select#country_selector option {
    background: #000;
    color: #fff;
}
@media (max-width:915px) {
select#country_selector {
    margin-top: 21px;
    padding: 15px 31px 17px 16px;
    width: 100%;
    border-radius: 5px;
    border: 0.5px solid #5B5B5B;
    background: rgba(31, 31, 31, 0.45);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.pdp_footer_menu4 {
    align-items: flex-start;
}

.pdp_img_slider {
    margin-top: -1px;
    margin-bottom: -1px;
}    
}



/* pdp number mobile */
@media (max-width:915px) {
.pdp_number_img {
    margin-left: -20px;
    margin-right: -20px;
    transform: unset;
    margin-bottom: -1px;
    overflow: hidden;
}
.pdp_number_img img {
    max-width: calc(100% + 1px);
    margin-bottom: -1px;
    width: calc(100% + 1px);
} 
}



/* table mobile */
@media (max-width:915px) {
.pdp_table_section {
    margin-top: -60px;
}
}
/* clean mobile */
@media (max-width:915px) {
.pdp_clean_img {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 28px;
}
}








/* 05/09/-2025 */
div#cart-drawer {
    display: block !important;
}

div#cart-drawer .cart_empty_button {
    border-radius: 3.793px;
    background: linear-gradient(90deg, #AE0000 0%, #BC3C3C 100%), #F7F7F7;
    border-color: #AE0000;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.162px;
    font-family: Aeonik;
    color: #FFF;
    transition: all .3s ease;
}
div#cart-drawer .cart_empty_button:hover {
    background: transparent;
    color: #AE0000;
}
div#upCart {
    display: none !important;
}
.cart_content_fill {
    height: 100%;
}
div#cart-drawer .cart_heading strong {
    color: #AE0202;
    font-weight: unset;
}
div#cart-drawer .cart_heading {
    padding: 12px 24px;
    font-family: Aeonik;
    font-size: 19.975px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #000;
    border: unset;
    margin: auto;
}

div#cart-drawer .cart-close {
    top: 13px;
    right: 24px;
}
.cart_rating_top_new strong {
    font-weight: 700;
}
.cart_rating_top_new {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    background: linear-gradient(90deg, #AE0000 0%, #BC3C3C 100%), #F5F5F5;
    gap: 6.24px;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.472px;
    color: #fff;
    font-family: Aeonik;
}
.cart_banner_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 24px 0 14px;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0.16) 0%, rgba(59, 174, 2, 0.16) 100%);
    background-color: #F5F5F5;
}
.cart_banner_right {
    width: 165.38px;
    max-width: 100%;
}

.cart_progress_message strong {
    font-weight: 700;
    color: #3BAE02;
}
.cart_progress_message {
    color: #000;
    font-family: Aeonik;
    font-size: 19.975px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.progress_part {
    padding: 18px 24px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
}
.progress_heading {
    text-align: center;
    color: #000;
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.472px;
}
.progress_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.progress_svg svg path {
    stroke: #3BAE02;
    transition: all .3s ease;
}
.progress_svg {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3BAE02;
    border-radius: 100%;
    transition: all .3s ease;
    background: #fff;
    margin: 0 auto;
}
.prgress_text {
    color: #000;
    text-align: center;
    font-family: Aeonik;
    font-size: 14.981px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.478px;
    letter-spacing: -0.15px;
    padding-top: 12px;
}

.progress_heading {
    padding-bottom: 15px;
}
.progress_empty {
    position: absolute;
    left: 0;
    top: 17px;
    right: 0;
    background: #eee;
    height: 3px;
    border-radius: 100px;
    overflow: hidden;
}
.progress_wrapper_item {
    position: relative;
}
.progress_filled {
    left: 0;
    height: 100%;
    position: absolute;
    border-radius: 6.242px;
    background: #3BAE02;
}
.progress_wrapper_item.active .progress_svg {
    background: #3BAE02;
}
.progress_wrapper_item.active svg path {
    stroke: #fff;
}
div#cart-drawer .cart_middle {
    padding: 0 24px;
}
.cart_items_main {
    gap: 12.48px;
}
.cart_item_single {
    padding: 11px;
    padding-right: 18px;
}
div#cart-drawer .cart_item_single_title {
    color: #000;
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.727px;
    padding-bottom: 8.19px;
}
div#cart-drawer .cart_quantity_wrapper {
    border-radius: 3.034px;
    border: 0.499px solid rgba(0, 0, 0, 0.20);
    height: 23.97px !important;
}
div#cart-drawer .cart_quantity_button.quantity_plus, div#cart-drawer .cart_quantity_button {
    font-family: unset;
    color: #000;
}
div#cart-drawer .cart_quantity_wrapper input {
    color: #000;
    font-family: Aeonik;
    font-size: 13.983px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.978px;
}
div#cart-drawer .cart_quantity_wrapper {
    width: 97.878px;
}
div#cart-drawer .cart_quantity_wrapper input {
    margin-right: 0;
}
.cart_item_single {
    border-radius: 3.793px;
    background: #F7F7F7;
}
div#cart-drawer .product_rating_cart {
    display: none;
}
.cart_item_options {
    display: block !important;
}
div#cart-drawer .cart_item_single_left {
    width: 73.658px;
    height: 73.658px;
    border-radius: 3.793px;
    background: #FFF;
}
div#cart-drawer .cart_item_single_left img {
    width: 73.658px;
    height: 73.658px;
    object-fit: contain;
}
.cart_item_single_flex {
    gap: 18px;
}
div#cart-drawer .cart_item_single_right {
    padding-left: 0;
    max-width: calc(100% - 92px);
}
div#cart-drawer .cart_item_single_title {
    padding-bottom: 0;
}
div#cart-drawer .cart_item_single_right_title_right_price {
    flex-direction: column;
    padding-bottom: 0;
    gap: 0;
    color: #D21919;
    text-align: right;
    font-family: Aeonik !important;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.727px;
    align-items: flex-end;
    justify-content: center;
}
.cart_item_single_right_remove {
    display: none;
}
.cart_item_single_right_title_flex {
    align-items: center;
}
div#cart-drawer .cart_item_single_flex {
    align-items: center;
}
div#cart-drawer {
    width: 412px;
    right: -412px;
}
div#cart-drawer.open {
    right: 0;
}
.cart_item_single.main_product {
    order: -1;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right_title_right_price {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    row-gap: 18px;
}
div#cart-drawer .cart_item_single_price_compare {
    color: rgba(0, 0, 0, 0.30);
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.727px;
    text-decoration: line-through;
}
.save_cart_item {
    color: #AC0000;
    font-family: Aeonik;
    font-size: 14.981px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.472px;
    width: 91.136px;
    height: 26.217px;
    border-radius: 62.422px;
    background: #FFD8D8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_item_options {
    padding-top: 8px;
}
.cart_quantity_wrapper {
    margin-top: 8px;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right_title_right_price {
    row-gap: 0;
}
.save_cart_item {
    margin-top: 18px;
}
div#cart-drawer .cart_middle {
    height: calc(100% - 663px);
}
div#cart-drawer .cart_footer {
    padding: 18px 24px;
    border-top: 0.624px dashed #000;
    background: #FFF;
}
div#cart-drawer .cart_footer_subtotal_title {
    color: #0E1D2D;
    font-family: Aeonik;
    font-size: 17.478px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.472px;
}

div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    color: #AF0404;
    text-align: center;
    font-family: Aeonik;
    font-size: 17.478px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.472px;
}div#cart-drawer .cart_footer_subtotal_save {
    color: #AC0000;
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.472px;
    border-radius: 62.422px;
    background: #FFD8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96.13px;
    height: 30.5px;
}
div#cart-drawer a.checkout_button {
    border-radius: 6.242px;
    background: linear-gradient(90deg, #AE0000 0%, #BC3C3C 100%), #000;
    border-color: #AE0000;
    color: #FFF;
    text-align: center;
    font-family: Aeonik;
    font-size: 18.727px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.187px;
    gap: 12px;
    text-transform: unset;
}
div#cart-drawer .under_cta_text {
    gap: 6.24px;
}
div#cart-drawer .under_cta_texts .under_cta_text:nth-child(1):after {
    display: none;
}
div#cart-drawer .under_cta_texts {
    color: #303030;
    font-family: Aeonik;
    font-size: 14.981px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
    padding-top: 12px;
    justify-content: center;
}
div#cart-drawer a.checkout_button svg path {
    transition: all .3s ease;
}
div#cart-drawer a.checkout_button:hover {
    color: #AE0000;
}
div#cart-drawer a.checkout_button:hover path {
    stroke: #AE0000;
    fill: #AE0000;
}
.under_cta_text svg {
    position: relative;
    top: .5px;
}

.recommended_product_main {
    padding: 18px 24px;
    border-top: 0.624px dashed #000;
    background: #FFF;
    margin: unset;
}
.recommended_product_item {
    padding: 12px;
    border-radius: 3.793px;
    background: #F7F7F7;
}
.cart_item_options {
    font-size: 12px;
    line-height: 16px;
}
.recommended_product_left {
    width: 114.857px;
}
.recommended_product_right {
    max-width: calc(100% - 115px);
}
.recommended_product_flex {
    gap: 12px;
}
.recommended_product_button {
    border-radius: 3.793px;
    background: linear-gradient(90deg, #AE0000 0%, #BC3C3C 100%), #F7F7F7;
    border-color: #AE0000;
    width: 100%;
    height: 42.447px;
    color: #FFF;
    text-align: center;
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.162px;
}
.recommended_product_button:hover {
    background: transparent;
    color: #AE0000;
}
.recommended_product_right_bottom_right {
    width: 100%;
}
.recommended_product_title {
    color: #000;
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.162px;
}
.recommended_product_title_flex {
    gap: 5px;
}
.recommended_product_right_title_right {
    margin: unset;
}
div#cart-drawer .cart_middle {
    padding-bottom: 20px;
}
.recommended_product_price {
    color: #D21919;
    text-align: right;
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.727px;
}
.recommended_product_price_flex {
    flex-direction: column;
    gap: 0;
    align-items: flex-end;
    padding: 0;
}
.recommended_product_price_compare {
    color: rgba(0, 0, 0, 0.30);
    font-family: Aeonik;
    font-size: 16.23px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.727px;
    text-decoration: line-through;
}
.recommended_product_title {
    padding: 0;
    max-width: 144px;
}
.recommended_product_bottom_flex {
    padding-top: 12px;
}
div#cart-drawer .cart_middle {
    height: calc(100% - 502px);
}
div#cart-drawer .cart_middle:has(+.recommended_product_main) {
    height: calc(100% - 663px);
}




div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    display: flex;
    text-align: left;
    gap: 12px;
}
div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price s {
    color: rgba(203, 203, 203, 1);
    font-weight: 400;
}
div#cart-drawer .cart_quantity_wrapper input {
    margin-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    height: 23px;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    width: 41px;
}
div#cart-drawer .cart_quantity_button.quantity_plus, 
div#cart-drawer .cart_quantity_button {
    height: 100%;
    position: unset;
}
div#cart-drawer .cart_quantity_wrapper {
    border: 1px solid rgba(0, 0, 0, 0.20);
}
div#cart-drawer .cart_footer_subtotal_save {
    padding: 0;
}



@media (max-width: 915px) {
div#cart-drawer .cart_heading {
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: -0.16px;
}
div#cart-drawer .cart_rating_top_new {
    padding: 6px 10px;
    gap: 5px;
    font-size: 13px;
    line-height: 18px;
}
div#cart-drawer .cart_rating_top_new svg {
    height: 14px;
    width: auto;
}
.cart_progress_message {
    font-size: 16px;
}
.cart_banner_top {
    padding: 7px 11px 0 20px;
}
.cart_banner_right {
    width: 139px;
    max-width: 100%;
}
.progress_heading {
    font-size: 13px;
    line-height: 18px;
}
.progress_heading {
    padding-bottom: 12px;
}
.progress_part {
    padding: 15px 22px;
    max-width: calc(100% - 40px);
}
.progress_wrapper_item.active .progress_svg svg {
    height: 10px;
}
.progress_svg {
    width: 28px;
    height: 28px;
}
.prgress_text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.14px;
    padding-top: 10px;
}
.progress_empty {
    top: 14px;
    height: 2px;
}
div#cart-drawer .cart_footer {
    padding: 16px 20px;
    border-top: 1px dashed #000;
}
div#cart-drawer a.checkout_button {
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -0.15px;
    gap: 10px;
    min-height: 49px;
}
div#cart-drawer .under_cta_texts {
    font-size: 12px;
    letter-spacing: -0.12px;
    padding-top: 10px;
}
div#cart-drawer .cart_footer_button {
    padding-top: 10px;
}
div#cart-drawer .cart_footer_subtotal_title {
    font-size: 14px;
    line-height: 18px;
}
div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    gap: 10px;
}
div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    font-size: 14px;
    line-height: 18px;
}
div#cart-drawer .cart_footer_subtotal_right {
    gap: 10px;
}
div#cart-drawer .cart_footer_subtotal_save {
    font-size: 13px;
    line-height: 18px;
    width: 77px;
    height: 24px;
}
.recommended_product_main {
    padding: 15px 20px;
    border-top: 1px dashed #000;
}
.recommended_product_item {
    padding: 10px;
}
.recommended_product_left {
    width: 92px;
}
.recommended_product_flex {
    gap: 10px;
}
.recommended_product_title {
    font-size: 13px;
    letter-spacing: -0.13px;
}
.recommended_product_right {
    max-width: calc(100% - 102px);
}
.recommended_product_price {
    font-size: 13px;
    line-height: 15px;
}
.recommended_product_price_compare {
    font-size: 13px;
    line-height: 15px;
}
.recommended_product_button {
    height: 34px;
    font-size: 13px;
    letter-spacing: -0.13px;
}
.recommended_product_bottom_flex {
    padding-top: 10px;
}
div#cart-drawer .cart_middle:has(+.recommended_product_main) {
    height: calc(100% - 559px);
}
div#cart-drawer .cart_middle {
    height: calc(100% - 403px);
}
.cart_item_single {
    padding: 9px;
    padding-right: 15px;
}
div#cart-drawer .cart_item_single_left {
    width: 44px;
    height: 44px;
}
.cart_item_single_flex {
    gap: 15px;
}
div#cart-drawer .cart_item_single_left img {
    width: 44px;
    height: 44px;
}
div#cart-drawer .cart_item_single_left img {
    max-height: 44px;
}
div#cart-drawer .cart_item_single_right {
    max-width: calc(100% - 59px);
}
div#cart-drawer .cart_item_single_title {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 0px;
}
div#cart-drawer .cart_item_single_price {
    font-family: "Inter Display";
    font-size: 13px;
    line-height: 15px;
}
div#cart-drawer .cart_item_single_price_compare {
    font-size: 13px;
    line-height: 15px;
}
.save_cart_item {
    font-size: 12px;
    line-height: 18px;
    width: 73px;
    height: 21px;
}
.save_cart_item {
    margin-top: 15px;
}
div#cart-drawer .cart_quantity_wrapper input {
    font-size: 11.2px;
    line-height: 14.4px;
}
div#cart-drawer .cart_quantity_wrapper {
    width: 76.878px;
    height: 21px !important;
}
div#cart-drawer .cart_quantity_wrapper input {
    height: 21px;
    width: 31px;
}
div#cart-drawer .cart_item_single_title {
    max-width: 133px;
}
div#cart-drawer .cart_quantity_button.quantity_plus, div#cart-drawer .cart_quantity_button {
    padding-bottom: 2px;
}
}



div#cart-drawer .cart_footer,
.recommended_product_main {
    position: relative;
}
div#cart-drawer .cart_footer {
    border-top: 1px solid rgba(0, 0, 0, 0.30);
    background: #F8F8F8;
}



/* 08/09/2025*/
.cart_quantity_wrapper input[name="quantity_single"] {
    display: block !important;
}
input.fake_quantity_display {
    display: none !important;
}
.cart_item_single.main_product.is-duplicate {
    display: block !important;
}
body:has(.custom_overlay.active) .custom_sticky_bottom.active, body:has(.custom_overlay2.active) .custom_sticky_bottom.active {
    z-index: 8;
}
.recommended_product_price, .recommended_product_price_compare {
    white-space: nowrap;
}

div#cart-drawer .cart_footer_subtotal_right {
    flex-wrap: wrap;
    row-gap: 0px;
    justify-content: flex-end;
}

.cart_item_single_right_bottom_right {
    display: none;
}

.cart_item_single_right_remove {
    display: block;
    padding-top: 5px;
}
.save_cart_item {
    margin-top: 5px;
}
.cart_item_single.free_product .save_cart_item {
    display: none;
}
@media (max-width:915px) {
div#cart-drawer .cart_item_single_title {
    width: 133px;
    max-width: 100%;
}
div#cart-drawer .cart_item_single_right_remove svg {
    position: unset;
}
}


.price_trigger[data_tab="3"] span.price_compare, 
.price_trigger[data_tab="3"] span.save_price_badge, 
.price_trigger[data_tab="3"] span.compare_price_checkout  {
    display: none;
}
.recommended_product_price_flex.board1_pdp .recommended_product_price_compare {
    display: none;
}
.price_trigger[data_tab="3"] span.price_single, 
.recommended_product_price:last-child, 
.cart_item_single_price:last-child {
    color: #000;
}





/* 12/09/2025 */
.cart_banner_top, .progress_part {
    display: none;
}
.cart_rating_top_new strong {
    font-weight: 500;
}
.cart_rating_top_new:after {
    width: 72px;
    height: 20px;
    content: "";
    display: flex;
    background: url(/cdn/shop/files/users_imgs.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cart_item_options {
    padding-top: 5px;
    font-size: 10px;
    line-height: 15px;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right_title_right_price {
    flex-direction: row;
    justify-content: left;
    row-gap: 0;
    column-gap: 10px;
    color: #000;
    font-family: Aeonik;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}
.cart_item_single {
    border-radius: 3.038px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 9px;
}
div#cart-drawer .cart_item_single_right_title_right_price {
    flex-direction: row;
    justify-content: left;
    padding-top: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    gap: 10px;
    row-gap: 0;
}
.cart_item_single_price.free_price {
    color: #3BAE02;
}
div#cart-drawer .cart_item_single_right_title_flex {
    align-items: flex-start;
}
.cart_item_single_right_title_right {
    padding-top: 0;
}
.cart_item_single_right_remove {
    padding-top: 0;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_left {
    width: 70px;
    height: 70px;
}

div#cart-drawer .cart_item_single.main_product .cart_item_single_left img {
    max-height: 70px;
    width: 70px;
    height: 70px;
}
div#cart-drawer .cart_item_single_right_title_right_price {
    min-height: unset;
}
.recommended_product_title_flex {
    display: block;
}
.recommended_product_price_flex {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding-top: 5px;
}
.recommended_product_button {
    border-radius: 5px;
    border: 1px dashed #000;
    background: transparent;
    color: #000;
}
.cart_paymants img {
    width: 253px;
}
.cart_paymants {
    padding-top: 10px;
}
div#cart-drawer .cart_middle:has(+.recommended_product_main) {
    height: calc(100% - 492px);
}
.cart_rating_top_new {
    background: #000;
}
.cart_middle_top {
    padding-top: 19px;
}
.save_cart_item {
    margin-top: 0;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right_title_right_price {
    padding-top: 5px;
}
div#cart-drawer .cart_item_single_right_remove svg {
    width: 12px;
    height: auto;
}
div#cart-drawer .cart_middle {
    padding: 0 20px;
}
.cart_item_single_flex {
    gap: 13px;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right {
    max-width: calc(100% - 83px);
}
div#cart-drawer .cart_middle {
    height: calc(100% - 243px);
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right_title_right_price {
    align-items: center;
}
.recommended_product_main {
    padding: 25px 0;
}
.recommended_product_item {
    border-radius: 3.038px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: transparent;
    padding: 10px 9px;
}
.recommended_product_left {
    width: 69px;
}
.recommended_product_flex {
    gap: 13px;
}
.recommended_product_right {
    max-width: calc(100% - 82px);
}
.recommended_product_title {
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
}
.recommended_product_bottom_flex {
    padding-top: 5px;
}
.recommended_product_button {
    height: 32px;
}
.recommended_product_main {
    border: unset;
}
.recommended_product_main>.recommended_product_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 15px;
}
.recommended_product_main>.recommended_product_title strong {
    font-weight: 500;
}
div#cart-drawer a.checkout_button svg {
    width: 12px;
    height: 17px;
}
div#cart-drawer a.checkout_button {
    text-transform: uppercase;
}
div#cart-drawer .under_cta_text svg {
    position: unset;
}
.recommended_product_button.added {
    gap: 10px;
    border-style: solid;
    border-color: #3BAE02;
    background: #3BAE02;
    color: #fff;
}
.hide_garauntee {
    display: none !important;
}

.loading_hk:has(.recommended_product_button.loading_hk):after {
    display: none !important;
}
.recommended_product_button.loading_hk svg {
    display: none;
}
div#cart-drawer .cart_item_single_price {
    font-weight: 500;
}
.recommended_product_subtitle {
    padding-top: 4px;
    font-size: 14px;
}
@media (max-width:915px) {
span.cart_count_js {
    width: 15px;
    height: 15px;
    font-size: 9px;
}
.recommended_product_subtitle {
    padding-top: 2px;
    font-size: 11px;
}
}

@media (min-width:915px) {
.cart_item_options {
    font-size: 14px;
    padding-top: 7px;
}
div#cart-drawer a.checkout_button svg {
    width: 12px;
    height: 17px;
}
div#cart-drawer a.checkout_button {
    text-transform: uppercase;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right_title_right_price {
    padding-top: 7px;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_left {
    width: 100px;
    height: 100px;
}

div#cart-drawer .cart_item_single.main_product .cart_item_single_left img {
    max-height: 100px;
    width: 100px;
    height: 100px;
}
.cart_item_single_flex {
    gap: 15px;
}
div#cart-drawer .cart_item_single.main_product .cart_item_single_right {
    max-width: calc(100% - 115px);
}
div#cart-drawer .cart_item_single_right_remove svg {
    width: 16px;
}
div#cart-drawer .cart_item_single_title {
    width: 200px;
    max-width: 100%;
}
.recommended_product_main>.recommended_product_title {
    font-size: 20px;
    padding-bottom: 20px;
}
.recommended_product_price_flex {
    padding-top: 7px;
}

.recommended_product_bottom_flex {
    padding-top: 7px;
}
.recommended_product_button {
    height: 42.447px;
}
.recommended_product_flex {
    gap: 15px;
}
.recommended_product_left {
    width: 100px;
}
.recommended_product_right {
    max-width: calc(100% - 115px);
}
div#cart-drawer a.checkout_button svg {
    width: 16px;
    height: auto;
}
div#cart-drawer .cart_middle {
        height: calc(100% - 320px);
    }
}


.cart_item_single {
    position: relative;
}
div#cart-drawer .cart_item_single_right_remove {
    position: absolute;
    top: 10px;
    right: 10px;
}
div#cart-drawer .cart_item_single_right_remove svg {
    width: 20px;
}


@media (max-width:915px) {
div#cart-drawer .cart_item_single_right_remove {
    top: 0px;
    right: 0px;
}
div#cart-drawer .cart_item_single_right_remove svg {
    width: 16px;
}
}