/** Shopify CDN: Minification failed

Line 155:10 Expected ":"
Line 155:17 Expected ":"
Line 3246:4 Comments in CSS use "/* ... */" instead of "//"

**/
/* start common css */
body {
    display: block;
}
@media (max-width:915px) {
  .hk-hide-mobile {
    display:none !important;
  }
}
@media (min-width:915px) {
  .hk-hide-desktop {
    display:none !important;
  }
}
.hk-slider-main:not(.slick-initialized) {
  display:flex;
}
html {
    scroll-behavior: smooth;
}
p {
    margin: unset;
    padding: unset;
}
* {
    color: unset;
    letter-spacing: unset;
    margin: unset;
    padding: unset;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    color: unset;
    letter-spacing: unset;
    margin: unset;
    padding: unset;
}
.hk-text-left-desktop {
    text-align: left;
    justify-content: left;
}
.hk-text-center-desktop {
    text-align: center;
    justify-content: center;
}
.hk-text-right-desktop {
    text-align: right;
    justify-content: right;
}
img, video {
    max-width: 100%;
    display: block;
    height: auto;
}

.hk-no_buttons .slick-arrow {
    display: none !important;
}

.hk-same-height-slider .slick-slide {
    height: inherit !important;
}
.hk-same-height-slider .slick-track {
    display: flex;
}
.hk-loading:after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 ) !important;
    background-size: 25px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    display: block !important;
}
.hk-loading {
    color: transparent !important;
    position: relative !important;
}
.hk-checkout-button.hk-loading *, 
.hk-atc-js.hk-loading * {
    opacity: 0;
}


.hk-loading-cart:after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 ) !important;
    background-size: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    background-color: #0000003b !important;
    display: block !important;
}
.hk-loading-cart {
    position: relative;
}
svg, img, video {
    display: inline-block;
}
* {
    box-sizing: border-box;
}
.hk-video-wrapper.active img, 
.hk-video-wrapper.active .hk-play-button {
    display: none;
}
.hk-relative {
    position: relative;
}
.hk-container {
    max-width:100%;
    width:var(--hk-container-width);
    padding-left:50px;
    padding-right:50px;
    margin-left:auto;
    margin-right:auto;
}

body, .hk-font-body  {
  font-family:var(--hk-body-font);
}
.hk-font-heading{
  font-family: var(--hk-heading-font);
}

.shopify-section.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
img {
    height; unset;
}

.hk-checkout-button:has(.hk-sold-out.hk-active) {
    pointer-events: none;
    opacity: .7;
}

@media (max-width:915px) {
.hk-text-left-mobile {
    text-align: left;
    justify-content: left;
}
.hk-text-center-mobile {
    text-align: center;
    justify-content: center;
}
.hk-text-right-mobilep {
    text-align: right;
    justify-content: right;
}
.hk-container {
    padding-left:16px;
    padding-right:16px;
}
}
/* end common css */






body, p {
  font-family: var(--hk-body-font);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--hk-heading-font) !important;
}





/* same css start */
.hk-media, 
.hk-svg {
    display: flex;
}
.hk-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
    border-radius: 10px;
    background: #39176D;
    color: #fff;
    width: 334px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 63px;
    border: 2px solid #39176D;
    transition: all 0.3s ease;
    cursor: pointer;
    max-width: 100%;
}
.hk-button:hover {
    color: #39176D;
    background: transparent;
}
.hk-global-heading h1 {
    color: #362B32;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
    max-width: 100%;
}
.hk-center {
    width: fit-content;
    margin: 0px auto;
}
.hk-global-MBG .hk-icon-with-text-flex {
    color: #362B32;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    width: 334px;
    max-width: 100%;
    justify-content: center;
}
.hk-image-with-text-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hk-image-with-text-column {
    width: 50%;
}
.hk-global-heading h2 {
    color: #362B32;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.72px;
    max-width: 100%;
}
.hk-global-sub-text {
    color: #362B32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    padding-top: 12px;
}
.hk-global-sub-text .hk-element-richtext {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.hk-global-sub-text strong {
    font-weight: 700;
}
.hk-sub-capsul {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border-radius: 200px;
    background: #FFBFA8;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    margin-bottom: 14px;
}
.hk-global-bigheading h2 {
    font-size: 48px;
    letter-spacing: 0.96px;
}
.hk-slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    gap: 21px;
}
.hk-slider-button {
    background: transparent;
    cursor: pointer;
    border: unset;
    display: flex;
}
ul.slick-dots {
    display: flex;
    list-style-type: none;
    align-items: center;
    gap: 7px;
}
ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
}
ul.slick-dots li button {
    border: unset;
    font-size: 0px;
    background: #39176D;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.2;
    cursor: pointer;
    max-width: 100%;
}
ul.slick-dots li.slick-active button {
    opacity: 1;
}
.hk-global-reviews .slick-track {
    display: flex;
}
.hk-global-reviews .slick-slide {
    height: inherit;
}
.hk-global-reviews .slick-slide>div, 
.hk-global-reviews .hk-element-review-card, 
.hk-global-reviews .hk-review-card_main {
    height: 100%;
}
.hk-global-mediumheading h2 {
    font-size: 40px;
    letter-spacing: 0.8px;
}
.hk-global-rating .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 9px;
    padding-bottom: 39px;
}
.hk-global-subtext {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    padding-top: 12px;
}



@media (min-width: 915px) {
.hk-big-container .hk-container {
    width: 1492px;
}
}



@media (max-width: 915px) {
.hk-image-with-text-column {
    width: 100%;
}
.hk-global-center-heading h1, 
.hk-global-center-heading h2 {
    margin: 0px auto;
    text-align: center;
}
.hk-global-heading h1 {
    font-size: 30px;
    letter-spacing: -0.64px;
}
.hk-global-heading h1,
.hk-global-heading h2 {
    width: 328px;
}
.hk-button {
    width: 100%;
}
.hk-center {
    width: 100%;
}
.hk-global-heading h2 {
    font-size: 28px;
    letter-spacing: 0.56px;
}
.hk-global-sub-text {
    font-size: 14px;
    letter-spacing: 0.28px;
}
.hk-sub-capsul {
    font-size: 12px;
    letter-spacing: 0.24px;
    padding: 6px 14px;
    margin-bottom: 32px;
}
ul.slick-dots {
    justify-content: center;
}
.hk-slider-button {
    display: none !important;
}
.hk-global-rating .hk-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: 0.28px;
    gap: 9px;
    padding-bottom: 23px;
}
.hk-global-rating .hk-icon-with-text-flex svg {
    width: 82px;
    height: unset;
}
.hk-global-rating .hk-icon-with-text-flex svg path {
    fill: #39176D;
}
.hk-global-heading h1 {
    font-size: 44px;
    letter-spacing: 0.88px;
}
.hk-hp-semi-bold-btn .hk-button {
    font-weight: 600;
}
.hk-global-MBG .hk-icon-with-text-flex {
    font-size: 12px;
    letter-spacing: 0.24px;
    gap: 9px;
    margin-top: 14px;
    width: 100%;
}
.hk-global-heading h2 {
    font-size: 32px;
    letter-spacing: 0.64px;
}
}
/* same css end */




/* header css start */
.shopify-section.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.hk-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hk-header-logo {
    width: 71.5px;
    max-width: 100%;
}
.hk-header-logo img {
    width: 100%;
    height: auto;
}
.hk-mobile-menu-button, 
.hk-cart-button {
    background: transparent;
    padding: 0;
    border: unset;
    box-shadow: unset;
    cursor: pointer;
}
.hk-element-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    max-width: 100%;
    height: 100%;
    z-index: 11;
    transition: all .5s ease;
}
.hk-drawer-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    cursor: pointer;
    z-index: 10;
}
.hk-drawer-menu {
    padding-right: 20px;
}
.hk-drawer-menu-inner {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 100%;
    color: #1c1c1c;
    height: 100%;
    padding: 30px 30px;
}
button.hk-mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: unset;
    box-shadow: unset;
    cursor: pointer;
}
.hk-drawer-menu-content {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.hk-drawer-menu-content .hk-element-menu-main {
    flex: 1;
}
.hk-drawer-menu-content a {
    width: 100%;
    display: block;
    text-decoration: unset;
    font-size: 18px;
    padding: 12px 0;
}
.hk-drawer-menu {
    left: -100%;
}
.hk-drawer-menu.active {
    left: 0;
}
.hk-header, 
.hk-annoucement-bar {
    position: relative;
    z-index: 1;
}
.hk-header {
    transition: all .3s ease;
}   
.hk-header-top .hk-richtext-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.hk-header-top-text1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}
.hk-header-top-list1 .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    gap: 9px;
}
.hk-header-top-list1 .hk-icon-with-text-flex a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.hk-header-logo {
    width: 55px;
}

.hk-cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #39176D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
}
.hk-cart-button {
    position: relative;
}



/* desktop css */
@media (min-width:915px) {
.hk-menu-list {
    display: flex;
    align-items: center;
    gap: 34px;
}
.hk-menu-list a {
    color: #362B32;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    text-decoration: none;
}
}



/* mobile css */
@media (max-width:914px) {
.hk-drawer-menu-content a {
    font-size: 15px;
    padding: 8px 0;
}
.hk-drawer-menu-inner {
    padding: 30px 20px;
}
.hk-header-logo {
    width: 55px;
    max-width: 100%;
}
.hk-header-content svg {
    height: 15px;
    width: auto;
}
.hk-header-top-text1 {
    font-size: 11.5px;
    letter-spacing: 0.48px;
}
.hk-header-top .hk-richtext-content {
    gap: 7px;
}
.hk-header-top-list1 .hk-icon-with-text-flex {
    gap: 7px;
}
.hk-header-top-list1 .hk-icon-with-text-flex svg {
    width: 16px;
    height: unset;
}
.hk-header-top-list1 .hk-icon-with-text-flex a {
    font-size: 11.5px;
    letter-spacing: 0.48px;
}
.hk-header-logo {
    width: 43px;
}
.hk-header-content svg {
    height: 11px;
}
.hk-header-content .hk-cart-button svg {
    height: 23px;
}
.hk-cart-count {
    width: 16px;
    height: 16px;
    font-size: 7px;
    right: -7px;
}
}
/* header css end */



/* section1 css start */
.hk-hp-section1 .hk-image-with-text-column1 {
    width: 47.7%;
    padding: 16px 0px;
}
.hk-hp-section1 .hk-image-with-text-column2 {
    width: 52.3%;
}
.hk-hp-section1-subtext {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
    padding-top: 16px;
    padding-bottom: 39px;
}
.hk-hp-section1-img img {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    position: relative;
    right: -21px;
}
.hk-hp-section1-heading h1 {
    width: 539px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-section1 .hk-image-with-text-column1 {
    width: 100%;
    padding: 0px;
}
.hk-hp-section1 .hk-image-with-text-column2 {
    width: 100%;
}
.hk-hp-section1-img img {
    width: calc(100% + 64px);
    max-width: calc(100% + 64px);
    position: relative;
    right: unset;
    margin-left: -32px;
}
.hk-hp-section1-heading h1 {
    width: 259px;
}
.hk-global-rating .hk-icon-with-text-flex {
    white-space: nowrap;
}
.hk-hp-section1-subtext {
    font-size: 16px;
    letter-spacing: 0.32px;
    padding-bottom: 0px;
    width: 309px;
    max-width: 100%;
}
.hk-hp-section1-btn {
    padding-top: 40px;
}
.hk-hp-section1-img img {
    width: 100%;
    margin: inherit;
}
.hk-hp-section1-heading h1 {
    font-weight: 700;
}
.hk-hp-section1new {
    background-position: top !important;
}
.hk-hp-section1-btn {
    padding-top: 339px;
}
}
/* section1 css end */



/* brand css start */
.hk-hp-brand-section {
    padding: 0px 25px;
}
.hk-hp-brand-section .hk-scroll-bar-content {
    border-radius: 24px;
    background: #FFE38A;
    padding: 47px 0px;
}
.hk-hp-brand-section-item .hk-scroll-item-flex img {
    width: auto;
    height: 41px;
}
.hk-hp-brand-section-item .hk-scroll-item-flex {
    display: flex;
    align-items: center;
    padding: 0px 21px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    gap: 50px;
}
.hk-hp-brand-section-item .hk-scroll-item-flex p {
    font-family: "Baskervville", serif;
    width: 290px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-brand-section .hk-scroll-bar-content {
    border-radius: 20px;
    padding: 39px 0px;
}
.hk-hp-brand-section-item .hk-scroll-item-flex img {
    height: 23px;
}
.hk-hp-brand-section-item .hk-scroll-item-flex {
    padding: 0px 7px;
    font-size: 14px;
    gap: 12px;
}
.hk-hp-brand-section-item .hk-scroll-item-flex p {
    width: 199px;
}
.hk-hp-brand-section {
    padding: 0px 16px;
}
}
/* brand css end */



/* all product section css start */
.hk-hp-skins-tabs .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0px;
    gap: 12px;
}
.hk-hp-skins-tabs-item {
    border-radius: 1000px;
    background: rgba(240, 221, 255, 0.50);
    padding: 16px 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    cursor: pointer;
}
.hk-hp-skins-tabs-item.hk-active {
    background: #39176D;
    color: #fff;
}
.hk-hp-skins-all-pdt .hk-element-icon-with-text-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.hk-hp-skins-allpdts-item {
    width: calc(25% - (16px)*3/4);
    border-radius: 20px;
    background: #FCFBF8;
    padding: 25px 16px;
    text-align: left;
}
.hk-hp-skins-allpdts-item .hk-element-image {
    display: flex;
    flex-direction: column-reverse;
}
.hk-hp-skins-allpdts-item  .hk-media.hk-svg {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
    gap: 8.1px;
}
.hk-hp-skins-allpdts-item .hk-media.hk-svg p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.hk-hp-skins-allpdts-item .hk-media.hk-svg p span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.hk-hp-skins-allpdts-item img {
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
}
.hk-hp-skins-allpdts-item .hk-element-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
    padding-bottom: 12px;
}
.hk-hp-skins-allpdts-item .hk-element-text p:nth-child(1) {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
}
.hk-hp-skins-allpdts-item .hk-element-text p:nth-child(1) strong {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    text-decoration-line: line-through;
}
.hk-hp-skins-allpdts-item .hk-element-text p:nth-child(2) {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    border-radius: 200px;
    background: #C77DFF;
    width: fit-content;
    padding: 8px 14px;
}
.hk-hp-skins-allpdts-item .hk-element-text {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hk-hp-skins-allpdts-item {
    position: relative;
}
a.hk-full-link {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-skins-heading h2 {
    width: 300px;
}
.hk-hp-skins-tabs .hk-element-icon-with-text-grid {
    justify-content: flex-start;
    margin: 38px auto;
    flex-wrap: wrap;
    width: 328px;
    max-width: 100%;
}
.hk-hp-skins-tabs-item {
    padding: 12px 27px;
    font-size: 14px;
    letter-spacing: 0.28px;
}
.hk-hp-skins-all-pdt .hk-element-icon-with-text-grid {
    gap: 16px 8px;
}
.hk-hp-skins-allpdts-item {
    width: calc(50% - (8px)*1/2);
    padding: 16px;
}
.hk-hp-skins-allpdts-item .hk-media.hk-svg p {
    font-size: 18px;
    letter-spacing: 0.36px;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 9px;
}
.hk-hp-skins-allpdts-item img {
    margin: -9px -16px;
}
.hk-hp-skins-allpdts-item .hk-element-text p:nth-child(1) {
    font-size: 14px;
    letter-spacing: 0.28px;
    gap: 7px;
}
.hk-hp-skins-allpdts-item .hk-element-text {
    gap: 7px;
    flex-direction: column;
    align-items: flex-start;
}
.hk-hp-skins-allpdts-item .hk-element-text p:nth-child(2) {
    font-size: 10px;
    letter-spacing: 0.2px;
    padding: 7px 14px;
}
}
/* all product section css end */



/* loved css start */
.hk-hp-loved .hk-image-with-text-column1 {
    width: 55%;
}
.hk-hp-loved-list1 .hk-element-icon-with-text-grid {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    gap: 32px;
}
.hk-hp-loved-list1-item .hk-icon-with-text-flex {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.hk-hp-loved-list1-item .hk-icon-with-text-flex .hk-element-image {
    width: 57.7%;
    position: relative;
    border-radius: 1000px;
    background: #F0DDFF;
    min-height: 49px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}
.hk-hp-loved-list1-item .hk-icon-with-text-flex .hk-element-image .hk-media.hk-svg {
    border-radius: 1000px;
    background: #39176D;
    width: 91%;
    height: 49px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.hk-hp-loved-list1-item2 .hk-icon-with-text-flex .hk-element-image .hk-media.hk-svg {
    width: 85%;
}
.hk-hp-loved-list1-item3 .hk-icon-with-text-flex .hk-element-image .hk-media.hk-svg {
    width: 75%;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-loved .hk-image-with-text-column1 {
    width: 100%;
}
.hk-hp-loved {
    background-image: unset !important;
}
.hk-hp-loved-list1-item .hk-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: 0.28px;
    gap: 16px;
}
.hk-hp-loved-list1-item .hk-icon-with-text-flex .hk-element-texts {
    width: 328px;
    max-width: 100%;
}
.hk-hp-loved-list1-item .hk-icon-with-text-flex .hk-element-image {
    width: 100%;
    min-height: 41px;
    font-size: 18px;
    letter-spacing: 0.36px;
}
.hk-hp-loved-list1-item .hk-icon-with-text-flex .hk-element-image .hk-media.hk-svg {
    height: 41px;
    padding-left: 16.24px;
}
.hk-hp-loved-img {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 19px;
}
}
/* loved css end */



/* care css start */
.hk-hp-care-section .hk-richtext-content {
    position: relative;
    border-radius: 24px;
    background: #F0DDFF;
    padding: 60px 90px 0px;
    overflow: hidden;
}
.hk-hp-care-img {
    width: calc(100% + 180px);
    margin-left: -90px;
    margin-top: 7px;
}
.hk-hp-care-btn {
    position: absolute;
    top: 100px;
    right: 90px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-care-section .hk-richtext-content {
    padding: 39px 16px 0px;
}
.hk-hp-care-btn {
    position: unset;
    padding-top: 39px;
}
.hk-hp-care-text1, 
.hk-hp-care-text2 {
    padding-top: 16px;
}
.hk-hp-care-img {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: -7px;
}
}
/* care css end */



/* review1 css start */
.hk-lp-reviews-slide .hk-review-card_main {
    text-align: left;
}
.hk-review-card_main {
    cursor: grab;
}
.hk-lp-reviews-slider .slick-slide>div {
    padding: 0px 12px;
}
.hk-lp-reviews-slide {
    position: relative;
}
.hk-lp-reviews-slide .hk-review-card_main img {
    position: absolute;
    width: calc(50% - 12px);
    top: 0px;
    left: 0px;
    object-fit: cover;
    height: 100%;
    object-position: center;
    border-radius: 24px;
}
.hk-lp-reviews-slide .hk-review-card_main {
    text-align: left;
    border-radius: 24px;
    background: #D7E5FF;
    height: 100%;
    padding: 79px 23px;
    width: calc(50% - 12px);
    margin-left: auto;
}
.hk-lp-reviews-slider {
    margin: 48px 0px 0px;
}
.hk-lp-reviews-slide .hk-element-title-main {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 48px 0px 16px;
}
.hk-lp-reviews-slide .hk-element-text-main {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    margin-bottom: 48px;
}
.hk-lp-reviews-slide .hk-element-review-name {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
}
.hk-lp-reviews-slide .hk-element-review-name span, 
.hk-lp-reviews-slide .hk-element-review-name span strong {
    display: flex;
    align-items: center;
    gap: 4.1px;
}
.hk-lp-reviews-slide .hk-element-review-name span strong:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    background-image: url("/cdn/shop/files/LP-trusted-check.webp");
}
.hk-lp-reviews-slide .hk-element-review-name img {
    position: unset;
    width: 32px;
    height: unset;
    aspect-ratio: 1/1;
}



@media (min-width: 915px) {
.hk-lp-reviews-section .hk-container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
}



@media (max-width: 915px) {
.hk-lp-reviews-heading h2 {
    font-size: 32px;
}
.hk-lp-reviews-text1 {
    font-size: 16px;
    width: 290px;
    max-width: 100%;
    margin: 0px auto;
}
.hk-lp-reviews-slider {
    margin: 55px 0px 0px;
}
.hk-lp-reviews-slider .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 9px;
}
.hk-lp-reviews-slider .slick-slide>div {
    padding: 0px 23px 0px 0px;
}
.hk-lp-reviews-slide .hk-review-card_main {
    padding: 39px 23px;
    width: 100%;
}
.hk-lp-reviews-slide .hk-review-card_main img {
    width: 100%;
    top: 0px;
    right: 0px;
    height: 373.758px;
    aspect-ratio: 312/373.758;
}
.hk-lp-reviews-slide .hk-element-review-name img {
    width: 32px;
    height: 32px;
}
.hk-lp-reviews-slide .hk-review-card_main {
    padding: 39px 23px;
    width: 100%;
    margin-top: 397.758px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hk-lp-reviews-slide .hk-review-card-rating svg {
    width: 94px;
    height: unset;
}
.hk-lp-reviews-slide {
    display: flex !important;
}
.hk-hp-reviews-text1 {
    width: 300px;
    max-width: 100%;
    margin: 0px auto;
}
.hk-lp-reviews-slider {
    margin: 47px 0px 0px;
}
.hk-lp-reviews-slide .hk-review-card_main img {
    border-radius: 16px;
}
}
/* review1 css end */



/* natures css start */
.hk-hp-natures-text1 {
    width: 659px;
    max-width: 100%;
    margin: 0px auto;
}
.hk-hp-natures-list1 .hk-element-icon-with-text-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}
.hk-hp-natures-list1-item {
    width: calc(25% - (45px)*3/4);
}
.hk-hp-natures-list1-item .hk-icon-with-text-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-natures-text1 {
    width: 328px;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.hk-hp-natures-list1 .hk-element-icon-with-text-grid {
    margin-top: 39px;
    gap: 32px 7px;
}
.hk-hp-natures-list1-item {
    width: calc(50% - (7px)*1/2);
}
.hk-hp-natures-list1-item .hk-icon-with-text-flex {
    gap: 16px;
}
.hk-hp-natures-list1-item .hk-icon-with-text-flex svg {
    height: 39px;
    width: auto;
}
.hk-hp-natures-list1-item .hk-element-text {
    width: 149px;
    margin: 0px auto;
    max-width: 100%;
}
}
/* natures css end */



/* glow css start */
.hk-hp-glow-section-item img {
    height: 492px;
    width: auto;
    margin: 0px 8.5px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-glow-heading h2 {
    width: 261px;
}
.hk-hp-glow-section-item img {
    height: 409px;
}
}
/* glow css end */



/* footer css start */
.hk-footer-section .hk-container {
    width: 1492px;
}
.hk-footer-section .hk-image-with-text-flex {
    border-radius: 25px;
    background: #39176D;
    padding: 40px 60px;
    align-items: flex-start;
}
.hk-footer-section .hk-image-with-text-column1 {
    width: 33.45%;
}
.hk-footer-section .hk-image-with-text-column2 {
    width: 63%;
}
.hk-footer-section .hk-image-with-text-column {
    display: flex;
    flex-wrap: wrap;
}
.hk-footer-logo {
    width: 100%;
    margin: 13.7px 0px 59px;
}
.hk-footer-logo img {
    width: 166.71px;
    height: unset;
}
.hk-footer-bottom {
    width: 100%;
    margin-top: 50px;
}
.hk-footer-bottom ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    gap: 39px;
}
.hk-footer-bottom ul a {
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
}
.hk-footer-menu ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.hk-footer-menu ul a {
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
}
.hk-footer-menu1 {
    width: 37.5%;
}
.hk-footer-menu2 {
    width: 62.5%;
}
.hk-footer-form .hk-icon-with-text-flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
}
.hk-footer-form .hk-element-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.96px;
    padding-bottom: 16px;
}
.hk-footer-form .hk-element-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
}
.field_lp {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    margin-bottom: 32px;
}
button#Subscribe {
    width: 100%;
    background: #fff;
    border-color: #fff;
    color: #39176D;
}
button#Subscribe:hover {
    background: transparent;
    color: #fff;
}
.hk-footer-form .hk-media.hk-svg {
    display: unset;
}
.field_lp input {
    border-radius: 10px;
    border: 1px solid #FFF;
    min-height: 59px;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    padding-left: 23px;
}
.field_lp input::placeholder {
    color: #ffffffc2;
}
.hk-footer-copyright {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
}


.hk-footer-menu ul a[title="Instagram"], .hk-footer-menu ul a[title="Tiktok"] {
    font-size: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
}
.hk-footer-menu ul:has(a[title="Instagram"]) {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    padding-top: 24px;
    font-size: 0;
}
.hk-footer-menu ul a[title="Instagram"] {
    background-image: url(/cdn/shop/files/insta.svg);
}
.hk-footer-menu ul a[title="Tiktok"] {
    background-image: url(/cdn/shop/files/tiktok.svg);
}


@media (min-width: 915px) {
.hk-pdt-list2-item-bottom1 {
    padding: 0px 23px;
}
}



@media (max-width: 915px) {
.hk-footer-section .hk-image-with-text-flex {
    padding: 40px 16px;
}    
.hk-footer-section .hk-image-with-text-column1 {
    width: 100%;
}
.hk-footer-section .hk-image-with-text-column2 {
    width: 100%;
}
.hk-footer-form .hk-element-title {
    font-size: 32px;
    letter-spacing: 0.64px;
    padding-bottom: 32px;
    width: 290px;
    max-width: 100%;
}
.hk-footer-form .hk-element-text {
    display: none;
}
.hk-footer-form .hk-icon-with-text-flex {
    gap: 0px;
}
.hk-footer-logo img {
    width: 131px;
}
.hk-footer-logo {
    margin: 0px 0px 32px;
}
.hk-footer-menu1 {
    width: 100%;
    padding-bottom: 25px;
}
.hk-footer-menu ul {
    gap: 25px;
}
.hk-footer-menu2 {
    width: 100%;
}
.hk-footer-bottom ul {
    justify-content: flex-start;
    gap: 32px;
}
.hk-footer-bottom {
    margin-top: 32px;
}
.hk-footer-bottom ul a {
    font-size: 14px;
    letter-spacing: 0.28px;
}
.hk-footer-form {
    width: 100%;
}
.hk-footer-copyright {
    font-size: 14px;
    letter-spacing: 0.28px;
    padding-top: 32px;
}
}
/* footer css end */








/* functionality css */
.hk-hp-loved-list1-item:not(.hk-active) .hk-icon-with-text-flex .hk-element-image .hk-media.hk-svg {
    width: 0;
    background: transparent;
}

.hk-hp-loved-list1-item .hk-icon-with-text-flex .hk-element-image .hk-media.hk-svg {
    white-space: nowrap;
    transition: all .5s ease;
}
.hk-hp-skins-all-pdt:not(.hk-active) {
    display: none;
}
.hk-hp-skins-tabs-item {
    transition: all .3s ease;
}




/* zoom */
@media (max-width: 1600px) and (min-width: 1400px) {
body {
    zoom: 90%;
}
}
 
 
@media (max-width: 1400px) and (min-width: 1100px) {
body {
    zoom: 80%;
}
}
 
 
@media (max-width: 1100px) and (min-width: 915px) {
body {
    zoom: 65%;
}
}



/* 03/07/2026 */
@media (min-width:915px) {
.hk-hp-section1.hk-hp-section1new {
    background-position: left !important;
}

}








































/* cart all css copied */



/* cart css start */


/* empty cart css */
.hk-empty-cart-button {
    display: inline-block;
    padding-top: 30px;
}
.hk-empty-cart-title {
    padding-top: 30px;
}
@media (max-width:915px) {
.hk-empty-cart-button {
    display: block;
    padding-top: 20px;
}
.hk-empty-cart-title {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
}
}



/* leak protection css start */
.hk-shipping-protection-toggle {
    height: 35px;
    width: 80px;
    margin-left: auto;
}
.hk-shipping-protection-toggle-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 89.355px;
    border: 1px solid #CAAD58;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}
.hk-shipping-protection-toggle-button {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #CAAD58;
    aspect-ratio: 1 / 1;
    transition: all .3s ease;
    position: absolute;
    left: 3px;
    top: 2px;
}
.hk-shipping-protection-toggle-wrapper.active {
    background: #CAAD58;
}
.hk-shipping-protection-toggle-wrapper.active .hk-shipping-protection-toggle-button {
    background: #fff;
    left: calc(100% - 32px);
}
/* leak protection css end */




.hk-line-item-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hk-line-item-left {
    display: flex;
    gap: 15px;
}
.hk-line-item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.hk-line-item-image img {
    width: 102.6px;
    min-width: 102.6px;
}
.hk-related-product-card-flex {
    display: flex;
    gap: 16px;
}
.hk-related-product-card-left img {
    width: 125px;
    min-width: 125px;
}
.hk-product-price-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hk-product-bottom-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hk-product-bottom-flex .hk-button {
    height: 52px;
    width: 299px;
    font-size: 18.2px;
    background: #CAAD58;
    border: 2px solid #CAAD58;
}
.hk-related-product-card-right {
    flex: 1;
}
.hk-element-shipping-protection-main {
    display: flex;
    padding: 20px;
    padding-left: 118px;
    border: 1px solid #CAAD58;
    background: #FFF;
    position: relative;
    justify-content: space-between;
    gap: 38px;
}
.hk-shipping-protection-flex img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 117px;
}
.hk-shipping-protection-left .hk-element-title {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.364px;
}
.hk-shipping-protection-left .hk-element-text {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.312px;
    opacity: .6;
    padding-top: 7.8px;
}
.hk-cart-under-cta-icons .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    gap: 7.8px;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    text-transform: capitalize;
}
.hk-cart-under-cta-icons img {
    height: 15.6px;
    width: auto;
}
.hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20.8px;
    padding-top: 25px;
}
.hk-cart-drawer-column {
    width: 100%;
}
.hk-cart-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #fff;
    padding: 20px 25px 15.977px 25px;
    width: 487px;
    max-width: 100%;
    margin-left: auto;
    right: -100%;
    transition: all .5s ease;
}
.hk-drawer-cart-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.hk-cart-drawer.active {
    right: 0;
}
.hk-cart-drawer .hk-cart-heading .hk-element-heading {
    font-size: 19.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.39px;
    text-transform: capitalize;
}

body.hk-overflow-hidden {
    overflow: hidden;
}
.hk-cart-drawer-content {
    height: 100%;
}
.hk-cart-drawer-flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hk-cart-drawer-column1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.hk-cart-drawer-column1 {
    padding: 20px 25px;
    overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;

  /* IE & Edge (legacy) */
  -ms-overflow-style: none;
}

/* Chrome, Safari, Edge */
.hk-cart-drawer-column1::-webkit-scrollbar {
  display: none;
}
.hk-mobile-cart-close {
    background: transparent;
    border: unset;
    box-shadow: unset;
    padding: 0;
    position: absolute;
    top: 27px;
    right: 25px;
    cursor:pointer;
}
.hk-cart-drawer-column2 {
    padding: 20px 25px 15.977px 25px;
    background: #F7F7F7;
}
.hk-cart-drawer {
    padding: 0;
}
.hk-cart-drawer-content.empty-cart-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.hk-empty-cart-button {
    width: 100%;
}
.hk-empty-cart-title .hk-button {
    max-width: 100%;
    width: 100%;
}
.hk-empty-cart-title {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

body .hk-cart-drawer .hk-cart-heading .hk-element-heading {
    padding-bottom: 19.5px;
}
body .elfree-ship-bar {
    background: rgba(199, 31, 53, 0.15);
    margin-bottom: 25px;
}
body .elfree-ship-filled-bar {
    background: #C71F35;
    padding: 5px 10.4px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    gap: 7.8px;
}
body .elfree-ship-filled-bar svg {
    width: 18.2px;
    height: unset;
    min-width: 18.2px;
}
body .hk-line-item-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
body .elfree-ship-filled-bar p {
    white-space: nowrap;
}
body .hk-line-item-right {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
body .hk-line-item-left {
    display: flex;
    gap: 16px;
    width: calc(100% - 150px);
}
body .hk-line-item-image {
    width: 97px;
    min-width: 97px;
}
body .hk-line-item-image img {
    width: 100%;
    min-width: unset;
}
body .hk-line-item-details {
    width: calc(100% - 113px);
    justify-content: flex-start;
}
body .hk-item-rating {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 7.8px;
    color: #1C1C1C;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.312px;
}
body .hk-item-rating strong {
    font-weight: 500;
}
body .hk-line-item-details .hk-item-title {
    color: #1C1C1C;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.364px;
    text-transform: capitalize;
    padding: 13.15px 0px;
}
body .hk-free-badge {
    background: #C71F35;
    color: #FFF;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    width: 71px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.5px;
}
body .hk-quantity-main {
    border-radius: 3.9px;
    border: 1px solid #E6E6E6;
    height: 29px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 9px;
}
body .hk-quantity-main input {
    width: 30px;
    text-align: center;
    outline: none;
    border: none;
    color: #161616;
    font-family: "Hanken Grotesk";
    font-size: 14.3px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body .hk-quantity-main button {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    width: unset;
    height: unset;
}
body .hk-quantity-main button svg path {
    fill: #161616;
}
body .hk-line-item-right .hk-item-price {
    color: #C71F35;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.364px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5.2px;
    padding-bottom: 15.7px;
}
body .hk-line-item-right .hk-item-price s {
    color: rgba(28, 28, 28, 0.60);
}
body .hk-line-item-right .hk-product-stock-text p {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    width: fit-content;
    margin: 0 auto 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(137, 221, 99, 0.10);
    color: #425F02;
    padding: 4px 5px;
}
body .hk-line-item-right .hk-product-stock-text p strong:after {
    top: 6.9px;
}
body .hk-cart-related-heading h2 {
    color: #1C1C1C;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.39px;
    border-top: 1px solid #1C1C1C26;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 20px;
}
.hk-cart-retaled-products-main .hk-related-grid-item {
    padding-right: 20px;
}
.hk-cart-retaled-products-main .hk-related-product-card-flex {
    gap: 13px;
}
body .hk-cart-retaled-products-main .hk-product-rating {
    display: none;
}
body .hk-cart-retaled-products-main  .hk-related-product-card-left {
    width: 156px;
    min-width: 156px;
}
body .hk-cart-retaled-products-main  .hk-related-product-card-right {
    width: calc(100% - 169px);
}
body .hk-cart-retaled-products-main .hk-product-title {
    color: #1C1C1C;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.364px;
    text-transform: capitalize;
    padding-bottom: 7.8px;
}
body .hk-cart-retaled-products-main .hk-related-product-card-left img {
    width: 100%;
    min-width: unset;
}
body .hk-product-price-flex .hk-product-price {
    display: flex;
    gap: 5.2px;
    color: #C71F35;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.312px;
    text-transform: capitalize;
    padding-bottom: 7.8px;
}
body .hk-product-price-flex .hk-product-price s {
    color: rgba(28, 28, 28, 0.60);
}
body .hk-product-price-flex .hk-product-price-badge {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    background: #C71F35;
    padding: 2.5px 5px;
}
body .hk-product-bottom-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}
body .hk-product-bottom-flex .hk-product-inspired-by {
    display: flex;
    flex-direction: column;
    color: rgba(28, 28, 28, 0.60);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.312px;
    text-transform: capitalize;
    gap: 3.9px;
}
body .hk-product-bottom-flex .hk-product-inspired-by strong {
    color: #1C1C1C;
    font-weight: unset;
}
.hk-cart-retaled-products-main .hk-product-bottom-flex button.hk-button {
    background: #CAAD58;
    color: #FFF;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.364px;
    border: 2px solid #CAAD58;
    height: 41px;
}
.hk-cart-retaled-products-main .hk-product-bottom-flex button.hk-button:hover {
    background: transparent;
    color: #b37829;
}
.hk-button {
    cursor: pointer;
}
.hk-cart-retaled-products-main .slick-list.draggable {
    padding-right: 55px;
    width: calc(100% + 25px);
}
.hk-cart-retaled-products-main .hk-related-product-card-flex {
    cursor: grab;
}
body .hk-element-shipping-protection-main {
    display: flex;
    padding: 16px 16px 14px 118px;
    border: 1px solid #CAAD58;
    background: #fff;
    position: relative;
    justify-content: space-between;
    gap: 7px;
}
body .hk-shipping-protection-flex img {
    width: 107.9px;
    height: unset;
}
body .hk-shipping-protection-left .hk-element-text {
    width: 90%;
}
body .hk-shipping-protection-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.364px;
    text-align: right;
}
.hk-element-total-main .hk-element-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0px;
}
.hk-element-total-main .hk-element-total p {
    color: #1C1C1C;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: -0.39px;
}
.hk-element-total-main .hk-element-total .hk-cart-price {
    display: flex;
    gap: 14px;
    color: rgba(28, 28, 28, 0.60);
    text-align: right;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: -0.364px;
}
.hk-element-total-main .hk-element-total .hk-cart-price s {
    color: #000000;
}
.hk-cart-payment-icons {
    padding-top: 20px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    padding-top: 20.8px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid .hk-cart-under-cta-icon:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 20.8px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid .hk-cart-under-cta-icon:nth-child(1):after {
    content: "|";
    color: #00000030;
}
body .hk-product-price-flex .hk-product-price {
    padding-bottom: 0px;
}
body .hk-product-bottom-flex {
    padding-top: 7.8px;
}

body .hk-quantity-main button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hk-cart-button {
    position: relative;
}
.hk-cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    line-height: normal;
    position: absolute;
    bottom: calc(100% - 10px);
    left: calc(100% - 10px);
}
@media (max-width: 915px) {
.hk-cart-drawer-column1 {
    padding: 15px 16px;
}
.hk-cart-drawer .hk-cart-heading .hk-element-heading {
    font-size: 15px;
    letter-spacing: -0.3px;
}
body .hk-cart-drawer .hk-cart-heading .hk-element-heading {
    padding-bottom: 15px;
}
.hk-mobile-cart-close {
    top: 18px;
    right: 15px;
}
body .elfree-ship-filled-bar {
    padding: 4px 8px;
    font-size: 12px;
    letter-spacing: -0.24px;
    gap: 6px;
}
body .elfree-ship-filled-bar svg {
    width: 14px;
    height: unset;
    min-width: 14px;
}
body .hk-line-item-image {
    width: 75px;
    min-width: 75px;
}
body .hk-line-item-left {
    gap: 12px;
    width: calc(100% - 100px);
}
body .hk-line-item-details {
    width: calc(100% - 87px);
}
body .hk-item-rating {
    gap: 6px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
body .hk-item-rating svg {
    width: 70px;
    height: unset;
}
body .hk-line-item-details .hk-item-title {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 10.5px 0;
}
body .hk-free-badge {
    font-size: 12px;
    letter-spacing: -0.24px;
    width: 55px;
    height: 23px;
    gap: 5px;
}
body .hk-free-badge svg {
    width: 10px;
    height: unset;
}
body .hk-quantity-main {
    border-radius: 3px;
    height: 23px;
    width: 95px;
    padding: 0 7.5px;
}
body .hk-quantity-main input {
    width: 21px;
    font-size: 11px;
}
body .hk-quantity-main button svg {
    width: 9px;
    height: unset;
}
body .hk-line-item-right .hk-item-price {
    font-size: 14px;
    letter-spacing: -0.28px;
    gap: 4px;
    padding-bottom: 11px;
}
.hk-product-stock-text p strong {
    gap: 5px;
}
body .hk-line-item-right .hk-product-stock-text p {
    font-size: 12px;
    letter-spacing: -0.24px;
    gap: 5px;
    padding: 2.5px 7px;
}
body .hk-line-item-right .hk-product-stock-text p strong:after {
    top: 5px;
}
body .hk-line-item-grid {
    gap: 20px;
}
.hk-cart-drawer-column2 {
    padding: 13px 16px;
}
body .hk-element-shipping-protection-main {
    padding: 12px 12px 12px 91px;
    gap: 7px;
}
.hk-shipping-protection-left .hk-element-title {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.28px;
}
.hk-shipping-protection-left .hk-element-text {
    font-size: 12px;
    letter-spacing: -0.24px;
    padding-top: 6px;
}
body .hk-shipping-protection-flex img {
    width: 83px;
}
body .hk-shipping-protection-right {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
}
.hk-shipping-protection-toggle {
    height: 27px;
    width: 61px;
}
.hk-shipping-protection-toggle-button {
    width: 21px;
    height: 21px;
    left: 2.7px;
    top: 2px;
}
.hk-shipping-protection-toggle-wrapper.active .hk-shipping-protection-toggle-button {
    left: calc(100% - 23px);
}
.hk-element-total-main .hk-element-total {
    padding: 15px 0;
}
.hk-element-total-main .hk-element-total p {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.3px;
}
.hk-element-total-main .hk-element-total .hk-cart-price {
    gap: 11px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
}
.hk-cart-drawer-column2 .hk-button svg {
    width: 18.24px;
    height: 18.24px;
}
.hk-cart-payment-icons {
    padding-top: 16px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    padding-top: 16px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid .hk-cart-under-cta-icon:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 16px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 25px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-icon-with-text-flex {
    gap: 6px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    padding-top: 16px;
}
body .hk-cart-related-heading h2 {
    font-size: 15px;
    letter-spacing: -0.3px;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 16px;
}
.hk-cart-retaled-products-main .slick-list.draggable {
    padding-right: 32px;
    width: calc(100% + 16px);
}
body .hk-cart-retaled-products-main .hk-related-product-card-left {
    width: 120px;
    min-width: 120px;
}
.hk-cart-retaled-products-main .hk-related-product-card-flex {
    gap: 10px;
}
body .hk-cart-retaled-products-main .hk-related-product-card-right {
    width: calc(100% - 130px);
}
body .hk-cart-retaled-products-main .hk-product-title {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-bottom: 6px;
}
body .hk-product-price-flex .hk-product-price {
    gap: 4px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
body .hk-product-price-flex .hk-product-price-badge {
    font-size: 10px;
    letter-spacing: -0.2px;
    padding: 1.5px 4.5px;
}
body .hk-product-bottom-flex {
    padding-top: 6px;
}
body .hk-product-bottom-flex .hk-product-inspired-by {
    font-size: 12px;
    letter-spacing: -0.24px;
    gap: 3px;
}
body .hk-product-bottom-flex {
    gap: 10px;
}
.hk-cart-retaled-products-main .hk-product-bottom-flex button.hk-button {
    font-size: 14px;
    letter-spacing: -0.28px;
    height: 32px;
}
.hk-cart-drawer {
    max-width: calc(100% - 20px);
}
}



body .hk-quantity-main button {
    cursor: pointer;
}



/* 18-05-2026 */
.hk-cart-drawer-content.empty-cart-main {
    padding: 0px;
    background: #F8F9FA;
}
.hk-cart-drawer-column1 {
    padding: 16px 23px;
}
.hk-cart-drawer {
    width: 475px;
}
.hk-cart-title h2 {
    color: var(--Charcoal-Slate, #2D3436);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: left;
    padding: 16px 23px;
    border-bottom: 1px solid var(--Charcoal-Slate, #2D3436);
}
.hk-cart-drawer-content.empty-cart-main .hk-cart-drawer-column1 {
    padding: 0px;
}
.hk-mobile-cart-close {
    background: transparent;
    border: unset;
    box-shadow: unset;
    padding: 0;
    position: absolute;
    top: 19px;
    right: 17px;
    cursor: pointer;
}
.hk-element-free-shipping-main {
    background: var(--White, #FFF);
    padding: 25px 25px 50px;
    border-bottom: 0.5px solid var(--Charcoal-Slate, #2D3436);
    background: var(--White, #FFF);
}
.hk-cart-drawer-content.empty-cart-main .hk-product-bottom-flex, 
.hk-cart-drawer-content.empty-cart-main .hk-product-price {
    display: none;
}
.hk-cart-drawer-column2 {
    padding: 25px;
    background: transparent;
}
.hk-empty-cart-heading h2 {
    color: var(--Primary, #1B263B);
    text-align: center;
    font-family: "Public Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.hk-empty-cart-text {
    color: var(--Charcoal-Slate, #2D3436);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    padding-bottom: 32px;
}
.hk-emty-cart-products .hk-element-related-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}
.hk-emty-cart-products .hk-element-related-grid .hk-related-product-card-flex {
    gap: 10px;
    align-items: center;
}
.hk-emty-cart-products  .hk-related-product-card-left {
    width: 118px;
    position: relative;
}
.hk-emty-cart-products .hk-related-product-card-left img {
    width: auto;
    min-width: unset;
}
.hk-emty-cart-products  .hk-related-product-card-right {
    width: calc(100% - 128px);
    flex: unset;
}
.hk-emty-cart-products .hk-product-title a {
    color: var(--Primary, #1B263B);
    font-family: "Public Sans";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 7px !important;
    display: block;
}
.hk-emty-cart-products .hk-related-cart-product-text {
    color: var(--Charcoal-Slate, #2D3436);
    font-family: Archivo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
}
.hk-emty-cart-products .hk-element-related-grid .hk-related-grid-item {
    border-radius: 4px;
    background: #FFF;
}
.hk-emty-cart-products .hk-element-related-grid {
    margin-bottom: 32px;
}
.hk-shop-all-cart .hk-button {
    width: 100%;
}
.hk-empty-cta-under-icon .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Charcoal-Slate, #2D3436);
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.28px;
    gap: 8px;
    padding-top: 14px;
}
.hk-cart-drawer-column1 {
    padding: 0px;
}
.hk-mobile-cart-close {
    right: 25px;
}
.hk-free-ship-text {
    color: var(--Dark, #000);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 32px;
}
.hk-free-ship-text strong {
    color: var(--Accent, #092E68);
    font-weight: 600;
}
.hk-free-ship-bar {
    position: relative;
    border-radius: 5px;
    background: var(--Secondary, #E2E1DD);
    height: 5px;
}
.hk-free-ship-filled-bar {
    background: var(--Accent, #092E68);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-radius: 5px;
}
.hk-free-ship-item {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    gap: 6px;
}
.hk-free-ship-item {
    position: absolute;
    top: -14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    gap: 6px;
}
.hk-free-ship-bar .hk-free-ship-item:nth-child(3) {
    right: -5px;
}
.hk-free-ship-bar .hk-free-ship-item:nth-child(2) {
    right: 20%;
}
span.hk-free-ship-svg {
    border-radius: 20px;
    background: var(--Secondary, #E2E1DD);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .hk-line-item-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 23px;
    margin-bottom: 32px;
    padding-bottom: 0px;
}
.hk-line-item-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
body .hk-line-item-left {
    display: flex;
    gap: 16px;
    width: 100%;
}
body .hk-line-item-image img {
    width: 100%;
    min-width: unset;
    height: 97px;
    object-fit: cover;
    border-radius: 4px;
}
body .hk-line-item-details .hk-item-title {
    padding: 0px;
    color: var(--Primary, #1B263B);
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
body .hk-line-item-details .hk-item-title a {
    text-decoration: none;
    display: block;
    padding-bottom: 8px;
}
.hk-item-price {
    color: var(--Primary, #1B263B);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding-bottom: 16px;
}
body .hk-line-item-details {
    position: relative;
}
.hk-quantity-remove {
    position: absolute;
    bottom: 9px;
    right: 0px;
}
body .hk-quantity-main {
    border-radius: 10px;
    height: 34px;
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border: 1px solid #2D3436;
}
body .hk-quantity-main button {
    cursor: pointer;
    width: 33.3%;
    height: 34px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
body .hk-quantity-main input {
    width: 33.3%;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    font-family: Archivo;
}
.hk-cart-title h2 {
    background: var(--Stone-White, #F8F9FA);
}
.hk-cart-drawer-content {
    background: var(--Stone-White, #F8F9FA);
}
.hk-save-more-cart h2 {
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 0px 23px 25px;
}
.hk-element-related-main.hk-cart-bundle {
    padding: 0px 23px 30px;
}
body .hk-quantity-main input {
    background: transparent;
}
.hk-element-related-main.hk-cart-bundle .hk-element-related-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.hk-related-product-card-flex {
    position: relative;
}
.hk-related-product-card-left img {
    width: 88px;
    min-width: 88px;
}
.hk-related-product-card-right {
    flex: unset;
    width: calc(100% - 104px);
    position: relative;
}
.hk-related-product-card-right .hk-product-title a {
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 4px;
    display: block;
}
.hk-related-cart-product-text {
    color: var(--Charcoal-Slate, #2D3436);
    font-family: Archivo;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
    padding-bottom: 12px;
}
.hk-related-product-card-right .hk-product-price {
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    display: flex;
    gap: 6px;
    align-items: center;
}
.hk-related-product-card-right .hk-product-price s {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    text-decoration-line: line-through;
}
.hk-related-product-card-right .hk-product-price .hk-save--badge {
    color: var(--Stone-White, #F8F9FA);
    text-align: center;
    font-family: "Public Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    border-radius: 4px;
    background: #EF2326;
    padding: 6px 14px;
}
.hk-related-product-card-right .hk-product-title a, 
.hk-related-cart-product-text, 
.hk-product-price {
    width: 213px;
    max-width: 100%;
}
.hk-product-bottom-flex .hk-button {
    height: 52px;
    width: 299px;
    font-size: 18.2px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid var(--Primary, #1B263B);
    color: var(--Primary, #1B263B);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    width: 94px;
    min-height: 43px;
    height: unset;
    position: absolute;
    right: 0px;
    top: 27px;
}
.hk-cart-drawer-column2 {
    padding: 23px;
    border-top: 1px solid #2D3436;
    background: #FFF;
}
.hk-element-total-main .hk-element-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 16px;
}
.hk-element-total-main .hk-element-total p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: unset;
}
.hk-element-total-main .hk-element-total .hk-cart-price {
    color: var(--Dark, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.hk-cart-shipping-price p {
    color: var(--Dark, #000);
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.hk-cart-shipping-price p strong {
    color: #EF2326;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.hk-checkout-button-cart .hk-button {
    width: 100%;
    gap: 10px;
}
.hk-checkout-cta-under-icon .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Charcoal-Slate, #2D3436);
    text-align: center;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.28px;
    gap: 8px;
    margin-top: 12px;
}
.hk-cart-drawer-content.empty-cart-main .hk-cart-drawer-column2 {
    background: var(--Stone-White, #F8F9FA);
}
.hk-cart-drawer-content.empty-cart-main .hk-related-product-card-right .hk-product-title a, 
.hk-cart-drawer-content.empty-cart-main .hk-related-cart-product-text, 
.hk-cart-drawer-content.empty-cart-main .hk-product-price {
    width: 100%;
    max-width: 100%;
}
.hk-emty-cart-products .hk-related-product-card-left img {
    height: 118px;
    object-fit: cover;
}
.hk-element-free-shipping-main {
    border-bottom: 1px solid var(--Charcoal-Slate, #2D3436);
}
.hk-emty-cart-products .hk-related-cart-product-text {
    padding-bottom: 0px;
}
.hk-checkout-button-cart .hk-button:hover svg path {
    fill: #092E68;
}
.hk-quantity-remove {
    cursor: pointer;
}



@media (max-width: 915px) {
.hk-cart-title h2 {
    padding: 16px;
}
.hk-cart-drawer-flex {
    width: 100%;
}
.hk-cart-drawer {
    max-width: calc(100% - 0px);
}
.hk-mobile-cart-close {
    right: 19px;
}
.hk-emty-cart-products .hk-product-title a {
    font-size: 18px;
    padding-bottom: 4px;
}
.hk-element-free-shipping-main {
    padding: 18px 21px 41px;
}
.hk-free-ship-text {
    font-size: 14px;
}
.hk-free-ship-bar .hk-free-ship-item:nth-child(2) {
    right: 29%;
}
body .hk-line-item-grid {
    padding: 25px 16px;
    margin-bottom: 32px;
    padding-bottom: 0px;
}
body .hk-line-item-image {
    width: 97px;
    min-width: 97px;
}
body .hk-line-item-details {
    width: calc(100% - 113px);
}
.hk-save-more-cart h2 {
    padding: 0px 16px 25px;
}
.hk-cart-drawer-content-with-items .hk-related-product-card-flex {
    //flex-direction: column;
}
.hk-cart-drawer-content-with-items .hk-element-related-main.hk-cart-bundle {
    padding: 0px 16px 30px;
}
.hk-related-product-card-right .hk-product-title a, 
.hk-related-cart-product-text, 
.hk-product-price {
    width: 100%;
    max-width: 100%;
}
.hk-cart-drawer-content-with-items .hk-related-product-card-right .hk-product-title a {
    font-size: 14px;
    letter-spacing: 0.28px;
    padding-bottom: 4px;
}
.hk-cart-drawer-content-with-items .hk-related-product-card-right .hk-product-price {
    font-size: 12px;
    letter-spacing: 0.24px;
}
.hk-cart-drawer-content-with-items .hk-related-product-card-right .hk-product-price s {
    font-size: 10px;
    letter-spacing: 0.2px;
}
.hk-cart-drawer-content-with-items .hk-product-bottom-flex .hk-button {
    width: 100%;
}
body .hk-cart-drawer-content-with-items .hk-product-bottom-flex {
    padding-top: 16px;
}
.hk-cart-drawer-content-with-items .hk-related-product-card-left img {
    width: 100%;
    min-width: 100%;
}
.hk-cart-drawer-content-with-items .hk-product-bottom-flex .hk-button {
    width: 100%;
    position: unset;
}
.hk-cart-drawer-content-with-items .hk-related-product-card-right {
    width: 100%;
}
.hk-cart-drawer-content-with-items .hk-cart-drawer-column2 {
    padding: 23px 16px;
}
.hk-related-cart-product-text {
    padding-bottom: 4px;
}
body .hk-cart-drawer-content-with-items .hk-product-bottom-flex {
    padding-top: 10px;
}

}
/* cart css end */



/* final touchups */

.hk-element-free-shipping-main.hk-empty-cart-item {
    border-bottom: unset;
}
.hk-free-ship-bar .hk-free-ship-item:nth-child(2) {
    right: 50%;
}
.hk-free-ship-item.hk-active span.hk-free-ship-svg path {
    fill: #fff;
}
.hk-free-ship-item.hk-active span.hk-free-ship-svg {
    background: #092E68;
}



/* cart new edits */
.hk-element-related-grid.hk-slick-slider .hk-related-product-card-flex {
    flex-direction: column;
}
.hk-element-related-grid.hk-slick-slider .hk-related-product-card-left img {
    width: 100%;
}
.hk-element-related-grid.hk-slick-slider .hk-related-product-card-right .hk-product-title a, 
.hk-element-related-grid.hk-slick-slider .hk-related-cart-product-text, 
.hk-element-related-grid.hk-slick-slider .hk-product-price {
    width: 100%;
}
.hk-element-related-grid.hk-slick-slider .hk-product-bottom-flex .hk-button {
    position: unset;
    width: 100%;
}
.hk-element-related-grid.hk-slick-slider .hk-related-product-card-main {
    padding: 0 8px;
}
.hk-element-related-main.hk-cart-bundle .hk-element-related-grid .slick-list {
    padding-right: 28px !important;
    margin-left: -8px;
    margin-right: -23px;
}
.hk-element-related-grid.hk-slick-slider .hk-related-product-card-right {
    width: 100%;
}
.hk-element-related-grid.hk-slick-slider .hk-product-image {
    position: relative;
}
.hk-element-related-grid.hk-slick-slider .hk-product-image span.hk-save--badge {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    font-family: var(--hk-heading-font);
    padding: 6px 14px;
    border-radius: 4px;
    background: #EF2326;
    position: absolute;
    left: 6px;
    top: 6px;
    color: #fff;
}
@media (max-width:915px) {

.hk-element-related-main.hk-cart-bundle .hk-element-related-grid .slick-list {
    margin-right: -16px;
}

}



/* cart css start */
.hk-cart-drawer {
    width: 445px;
}
.hk-cart-title h2 {
    background: #FCFBF8;
    border-bottom: unset;
    padding: 16px 23px;
}
.hk-cart-title h2 {
    background: #FCFBF8;
    border-bottom: unset;
    padding: 16px 23px;
}
.hk-mobile-cart-close {
    z-index: 2;
}
.hk-cart-title {
    position: sticky;
    top: 0;
    z-index: 1;
}
.hk-cart-title h2 {
    color: #362B32;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    padding: 16px 23px;
}
.hk-element-free-shipping-main {
    padding: 18px 23px 43px;
    border-bottom: unset;
}
.hk-free-ship-text {
    color: #362B32;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 32px;
    letter-spacing: 0.32px;
}
.hk-free-ship-text strong {
    color: #39176D;
    font-weight: 600;
}
.hk-free-ship-filled-bar {
    background: #C77DFF;
}
.hk-free-ship-bar .hk-free-ship-item:nth-child(2) {
    right: 27%;
}
body .hk-line-item-grid {
    gap: 25px;
    padding: 23px 23px 0px;
    margin-bottom: 32px;
}
body .hk-line-item-details .hk-item-title a {
    color: #362B32;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
}
.hk-item-price {
    color: #362B32;
    font-family: "Bricolage Grotesque";
    display: flex;
    align-items: center;
    gap: 5px;
}
.hk-item-price s {
    font-weight: 500;
}
body .hk-quantity-main {
    border-radius: 4px;
    height: 37px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border: 1px solid #362B32;
}
body .hk-quantity-main input {
    font-family: "Bricolage Grotesque";
}
.hk-cart-drawer-flex {
    background: #FCFBF8;
}
.hk-save-more-cart h2 {
    font-weight: 600;
}
.hk-element-related-main.hk-cart-bundle .hk-element-related-grid.hk-slick-slider .hk-related-product-card-main {
    padding: 0px 8px 0px 0px;
}
.hk-element-related-main.hk-cart-bundle .hk-element-related-grid .slick-list {
    padding-right: 84px !important;
    margin-left: 0px;
    margin-right: unset;
    width: calc(100% + 23px);
}
.hk-element-related-main.hk-cart-bundle  .hk-related-product-card-main-inner {
    border-radius: 14px;
    background: #FFF;
    padding: 12px;
    position: relative;
    cursor: grab;
}
.hk-related-product-card-left .hk-product-title a {
    color: #362B32;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration: none;
    padding-bottom: 9px;
    display: flex;
}
.hk-related-cart-product-text {
    padding-bottom: 7px;
    color: #362B32;
    font-family: "Bricolage Grotesque";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
}
.hk-element-related-main.hk-cart-bundle .hk-product-image {
    width: calc(100% + 24px);
    margin-left: -12px;
}
.hk-related-product-card-right .hk-product-price {
    font-family: "Bricolage Grotesque";
    gap: 5px;
    color: #362B32;
}
body .hk-quantity-main {
    background: #fff;
}
.hk-element-related-grid.hk-slick-slider .hk-product-bottom-flex .hk-button {
    position: unset;
    width: 100%;
    background: #F0DDFF;
    border-color: #F0DDFF;
    color: #362B32;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    min-height: 37px;
    border-radius: 4px;
}
.hk-element-related-grid.hk-slick-slider .hk-product-bottom-flex .hk-button:hover {
    background: transparent;
    border-color: #000;
}
body .hk-product-bottom-flex {
    padding-top: 12px;
}
.hk-free-ship-item.hk-active span.hk-free-ship-svg {
    background: #c77dff;
}
.hk-free-ship-item.hk-active span.hk-free-ship-svg path {
    fill: #39176D;
}
.hk-cart-drawer-column2 {
    border-top: unset;
}
.hk-element-total-main .hk-element-total p {
    color: #362B32;
    font-weight: 500;
}
.hk-related-product-card-right .hk-product-price {
    font-weight: 700;
}
.hk-element-total-main .hk-element-total .hk-cart-price {
    color: #362B32;
    font-family: "Bricolage Grotesque";
    font-weight: 700;
}
.hk-element-total-main .hk-element-total .hk-cart-price {
    gap: 7px;
}
.hk-related-product-card-right .hk-product-price s {
    font-size: unset;
    letter-spacing: unset;
}
.hk-cart-shipping-price p {
    color: #362B32;
    font-family: "Bricolage Grotesque";
}
.hk-cart-shipping-price p strong {
    color: #39176D;
    font-family: "Bricolage Grotesque";
}
.hk-checkout-cta-under-icon .hk-icon-with-text-flex {
    color: #362B32;
    font-family: "Bricolage Grotesque";
}
.hk-cart-drawer-content.empty-cart-main .hk-cart-drawer-column2 {
    background: #FCFBF8;
}
.hk-empty-cart-heading h2 {
    color: #362B32;
    text-align: center;
    font-family: "Bricolage Grotesque" !important;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.64px;
    text-transform: unset;
}
.hk-empty-cart-text {
    color: #362B32;
}
.hk-emty-cart-products .hk-element-related-grid .hk-related-grid-item {
    overflow: hidden;
}
.hk-cart-drawer-content.empty-cart-main .hk-related-product-card-right .hk-product-title a {
    font-family: "Bricolage Grotesque";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 8px !important;
    display: block;
}
.hk-cart-drawer-content.empty-cart-main .hk-related-cart-product-text {
    color: #2D3436;
    font-family: "Bricolage Grotesque";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
}
.hk-item-price {
    font-weight: 700;
}
.hk-element-total-main .hk-element-total .hk-cart-price s {
    font-weight: 500;
}
.hk-cart-drawer-content.empty-cart-main .hk-related-product-card-right .hk-product-title a {
    font-weight: 600;
    text-transform: capitalize;
}
.hk-free-ship-bar,
span.hk-free-ship-svg {
    background: #F0DDFF;
}
.hk-element-related-grid.hk-slick-slider .hk-product-bottom-flex .hk-button {
    top: 0px;
}



@media (min-width: 915px) {
body .hk-quantity-main button {
    height: 37px;
}
.hk-checkout-cta-under-icon .hk-icon-with-text-flex {
    margin-top: 14px;
}
}



@media (max-width: 914px) {
.hk-cart-title h2 {
    padding: 16px;
}
.hk-element-free-shipping-main {
    padding: 18px 21px 43px;
}
body .hk-line-item-grid {
    padding: 23px 16px 0px;
}
.hk-element-related-main.hk-cart-bundle .hk-element-related-grid .slick-list {
    padding-right: 9px !important;
    width: calc(100% + 16px);
}
.hk-cart-drawer-content-with-items .hk-related-product-card-right .hk-product-price {
    font-size: 14px;
    letter-spacing: 0.28px;
}
.hk-cart-drawer-content-with-items .hk-related-product-card-right .hk-product-price s {
    font-size: unset;
    letter-spacing: unset;
}
.hk-checkout-cta-under-icon .hk-icon-with-text-flex {
    margin-top: 14px;
}
.hk-cart-drawer-content.empty-cart-main .hk-cart-drawer-column2 {
    padding: 23px 16px;
}
}
/* cart css end */




.hk-cart-shipping-price p {
    display: none;
}
body:has(.hk-free-ship-bar .hk-free-ship-item:nth-child(2).hk-active) .hk-cart-shipping-price p {
    display: flex;
}


/* mega menu css */

.hk-menu-list .hk-mega-menu-toggle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #2D3436;
    display: flex;
    align-items: center;
    gap: 7.9px;
    cursor: pointer;
}
.hk-menu-list .hk-mega-menu-toggle:after {
    content: "+";
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: -2px;
}
.hk-menu-list .hk-mega-menu-toggle.active:after {
    content: "-";
}

.hk-mega-menu-content-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 100%;
    width: var(--hk-container-width);
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}
.hk-mega-menu-content {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #f8f9fa;
    padding: 32px 0px;
}
.hk-mega-menu-content-left {
    width: 30%;
}
.hk-mega-menu-content-right {
    width: calc(100% - (30% + 40px));
}
.hk-mega-menu-title {
    color: #1B263B;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: left;
    padding-bottom: 39px;
}
.hk-mega-menu-button {
    width: 100%;
}
.hk-mega-menu-under-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D3436;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    gap: 7.9px;
    margin-top: 12px;
}
.hk-mega-menu-content-right-flex {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.hk-mega-menu-content-right-product-item {
    border-radius: 4px;
    background: #FFF;
    padding: 0px 16px 16px;
}
.hk-mega-menu-product-title {
    color: #1B263B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.hk-mega-menu-product-text {
    color: #2D3436;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}
.hk-mega-menu-content-right-product-item a {
    text-decoration: none;
}
.hk-mega-menu-content-right-product-item img {
    aspect-ratio: 1/1;
    object-fit: contain;
}
.hk-mega-menu-content-right-product-item {
    overflow: hidden;
}
.hk-mega-menu-content-right-product-item {
    overflow: hidden;
    width: calc(50% - 6px);
}
.hk-mega-menu-content-right-product-item {
    position: relative;
}
.hk-mega-menu-product-badge {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    border-radius: 4px;
    background: #092E68;
    padding: 8px 14px;
    width: fit-content;
    position: absolute;
    top: 12px;
    left: 12px;
}

.hk-mega-menu-content-left {
    width: 31.6%;
}
.hk-mega-menu-content-right {
    width: calc(100% - 31.6%);
    padding-left: 40px;
}
.hk-mega-menu-content-flex {
    gap: 0px;
}
.hk-mega-menu-title {
    font-size: 44px;
    letter-spacing: 0.88px;
    padding-bottom: 39px;
    font-weight: 700;
}
.hk-button.hk-mega-menu-button {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}
.hk-button.hk-mega-menu-button:hover {
    color: #39176D;
}
.hk-mega-menu-under-cta {
    font-size: 12px;
    letter-spacing: 0.24px;
    gap: 7.9px;
    margin-top: 14px;
}
.hk-mega-menu-content-right-product-item {
    position: relative;
    padding: 0px;
    border-radius: 8px 8px 0 0;
    background: transparent;
}
.hk-mega-menu-product-image img {
    aspect-ratio: 425/254;
    width: 100%;
    min-width: 100%;
    object-fit: cover;
    margin-bottom: 21px;
}
.hk-mega-menu-product-title {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #362B32;
}
.hk-mega-menu-product-text {
    text-align: left;
}
.hk-mega-menu-content {
    background: #fff;
}
.hk-mega-menu-content-flex {
    align-items: center;
}



@media (max-width:914px) {   
.hk-mega-menu-content {
    position: unset;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #f8f9fa;
    padding: 25px 0px;
    border-bottom: 1px solid #2D3436;
}
.hk-mega-menu-main {
    margin-bottom: 23px;
}
.hk-menu-list .hk-mega-menu-toggle:after {
    display: none;
}
.hk-menu-list {
    padding-top: 59px;
}
.hk-menu-list .hk-mega-menu-toggle {
    justify-content: space-between;
}
.hk-menu-list .hk-mega-menu-toggle svg {
    transition: all 0.5s ease;
}
.hk-menu-list .hk-mega-menu-toggle.active svg {
    transform: rotate(-90deg);
}
.hk-mega-menu-content-right-flex {
    gap: 8px;
}
.hk-mega-menu-content-right-product-item {
    padding: 0px;
}
.hk-mega-menu-content-right-product-item a {
    display: flex;
    align-items: center;
    text-align: left;
}
.hk-mega-menu-product-image {
    width: 81px;
}
.hk-mega-menu-product-title {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.32px;
    padding-bottom: 4px;
}
.hk-drawer-menu-content a {
    padding: 0;
}
.hk-mega-menu-product-text {
    color: #2D3436;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
}
.hk-mega-menu-product-texts {
    padding: 0px 16px 0px 10px;
}
.hk-mega-menu-content-right-flex {
    flex-direction: column;
}
.hk-mega-menu-content-right-product-item {
    width: 100%;
}

.hk-mega-menu-content-left {
    width: 100%;
}
.hk-button.hk-mega-menu-button {
    display: flex;
}
button.hk-mobile-menu-close {
    position: absolute;
    top: 20px;
    right: unset;
    background: transparent;
    border: unset;
    box-shadow: unset;
    cursor: pointer;
    left: 20px;
}
button.hk-mobile-menu-close svg.icon.icon-close {
    width: 20px;
    height: unset;
}
.hk-drawer-menu-content {
    justify-content: space-between;
}
.hk-element.hk-element-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hk-drawer-menu-inner {
    padding: 25px 20px;
}
.hk-menu-list {
    display: flex;
    flex-direction: column;
}
.hk-mega-menu-product-image {
    width: 81px;
}
.hk-mega-menu-product-image img {
    aspect-ratio: 1/1;
    width: 100%;
    min-width: 100%;
    object-fit: cover;
    margin-bottom: 0px;
    border-radius: 8px;
}
.hk-mega-menu-product-texts {
    padding: 0px 0px 0px 10px;
    width: calc(100% - 81px);
}
.hk-mega-menu-content-right-flex {
    gap: 9.5px;
    padding-bottom: 7.5px;
}
.hk-mega-menu-product-title {
    font-size: 18px;
    letter-spacing: 0.36px;
    padding-bottom: 4px;
}
.hk-drawer-menu {
    padding-right: 0px;
}
.hk-mega-menu-product-text {
    width: 229px;
    max-width: 100%;
}
.hk-mega-menu-content-mobile+.hk-mega-menu-content-right-product-item {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #362B32;
}
.hk-menu-list a:nth-child(3), 
.hk-menu-list a:nth-child(4), 
.hk-menu-list a:nth-child(5) {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 23px;
}
}



@media (min-width:915px) {
.hk-menu-list .hk-mega-menu-toggle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}
.hk-menu-list .hk-mega-menu-toggle:after {
    font-size: unset;
    padding-top: 2px;
}
}


@media (max-width:915px) {
.hk-drawer-menu {
    top: 60px;
    height: calc(100% - 60px);
}
.hk-drawer-bg {
    top: 60px;
}
body:not(.remove_transparent) .hk-drawer-menu {
    top: 98px;
    height: calc(100% - 98px);
}
body:not(.remove_transparent) .hk-drawer-bg {
    top: 98px;
}
.hk-drawer-menu-inner .hk-menu-list {
    padding-top: 0;
}
button.hk-mobile-menu-close {
    top: -41px;
    left: 16px;
}
body:has(.hk-drawer-menu.active) .hk-element-mobile-menu-button {
    opacity: 0;
}
.hk-drawer-menu {
    width: 100%;
}
}


/* reviews edits */
@media (max-width:915px) {

.hk-lp-reviews-slide .hk-review-card_main img {
    border-radius: 16px 16px 0 0;
}
.hk-lp-reviews-slide .hk-review-card_main {
    margin-top: 372.758px;
    border-radius: 0 0 16px 16px;
}
.hk-lp-reviews-slider .slick-list.draggable .slick-track {
    display: block;
}
}