/** Shopify CDN: Minification failed

Line 150:10 Expected ":"
Line 150:17 Expected ":"
Line 2944: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%;
    height: 100%;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 );
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.hk-loading {
    color: transparent !important;
    position: relative;
}



.hk-loading-cart:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 );
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #0000003b;
}
.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;
}



@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 */



/* same css start */
.hk-global-header h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.2px;
}
.hk-global-header h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 0px;
    max-width: 100%;
    text-transform: uppercase;
}
.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-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #092E68;
    width: 334px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 63px;
    border-radius: 12px;
    border: 2px solid #092E68;
    transition: all 0.3s ease;
}
.hk-button:hover {
    background: transparent;
    color: #092E68;
}
.hk-white-button .hk-button:hover {
    color: #fff;
    border-color: #fff;
}
.hk-MBG .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.28px;
    gap: 9px;
    width: 334px;
    max-width: 100%;
    margin-top: 12px;
}
.hk-image-with-text-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: space-between;
}
.hk-image-with-text-column {
    width: 50%;
}
.hk-white-btn .hk-button:hover {
    border-color: #fff;
    color: #fff;
}
.hk-center-box {
    width: fit-content;
    margin: 0px auto;
}
.hk-hp-choose-list1-item {
    position: relative;
}
.hk-hp-choose-section .hk-mega-menu-product-badge {
    background: #fff;
    color: #092E68;
}
.hk-hp-choose-list1 .hk-element-icon-with-text-grid .hk-element-price {
    color: var(--Primary, #1B263B);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hk-hp-choose-list1 .hk-element-icon-with-text-grid .hk-element-price s {
    color: var(--Primary, #1B263B);
    font-family: "Public Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    text-decoration-line: line-through;
}
.hk-hp-choose-list1 .hk-element-icon-with-text-grid .hk-element-price .hk-save-badge {
    color: #F8F9FA;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    border-radius: 4px;
    background: #EF2326;
    padding: 8px 14px;
}



@media (min-width:915px) {

}



@media (max-width:915px) {
.hk-global-header h1 {
    font-size: 32px;
    letter-spacing: 0.64px;
    width: 328px;
    max-width: 100%;
}
.hk-global-header h2 {
    font-size: 32px;
    letter-spacing: 0.64px;
    width: 328px;
}
.hk-button {
    width: 100%;
}
.hk-MBG .hk-icon-with-text-flex {
    width: 100%;
}
.hk-image-with-text-column {
    width: 100%;
}
.hk-header-center .hk-element-heading {
    margin: 0px auto;
}
.hk-center-box {
    width: 100%;
}
.hk-hp-choose-list1 .hk-element-icon-with-text-grid .hk-element-price {
    flex-wrap: wrap;
}
.hk-hp-choose-section .hk-mega-menu-product-badge {
    font-size: 10px;
    border-radius: 4px;
    padding: 5px 9px;
    top: 7px;
    left: 7px;
}
}
/* same css end */





/* header section 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;
}   


/* desktop css */
@media (min-width:915px) {
}



/* mobile css */
@media (max-width:915px) {
.hk-drawer-menu-content a {
    font-size: 15px;
    padding: 8px 0;
}
.hk-drawer-menu-inner {
    padding: 30px 20px;
}
.hk-element-annoucement-main {
    gap: 12px;
    font-size: 14px;
    letter-spacing: -0.28px;
    justify-content: center;
}
span.hk-countdown-js {
    gap: 6px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
span.hk-countdown-js>span {
    padding: 5px 5px 3px;
}
.hk-header-logo {
    width: 55px;
    max-width: 100%;
}
.hk-header-content svg {
    height: 15px;
    width: auto;
}
}
/* header section css end */



/* header css start */
.hk-header-text1 p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.hk-header-text1 p a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.hk-header-text1 p a strong {
    font-weight: unset;
    text-decoration: underline;
}
.hk-header-text1 p a:after {
    content: "";
    width: 14px;
    height: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/cdn/shop/files/Frame.svg");
}
.hk-localization {
  position: relative;
  display: inline-block;
}

.hk-localization-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.hk-localization-flag img {
  width: 40px;
  height: auto;
  display: block;
}

.hk-localization-text {
  font-size: 20px;
  line-height: 1;
}

.hk-localization-arrow {
  display: flex;
  align-items: center;
}

.hk-localization-select {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.hk-header-logo {
    width: 150px;
    max-width: 100%;
}
.hk-localization-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hk-localization-flag img {
    width: 25px;
}
.hk-localization-inner {
    gap: 6px;
}
.hk-localization-arrow svg {
    width: 9px;
    height: unset;
}
.hk-element.hk-element-cart-button {
    display: flex;
    align-items: center;
    gap: 23px;
}
.hk-menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
.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-menu-list .hk-mega-menu-main+a {
    color: #092E68;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    text-decoration: none;
}
.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-family: Archivo;
    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(25% - (12px)*3/4);
}
.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;
}



@media (min-width:915px) {

}



@media (max-width:915px) {
.hk-header-text1 p {
    font-size: 13.7px;
    gap: 9px;
}
.hk-menu-list {
    display: block;
}
.hk-header-logo {
    width: 134px;
}
.hk-drawer-menu {
    padding-right: 0px;
}
.hk-drawer-menu-inner {
    padding: 23px 16px;
}
.hk-drawer-menu-inner {
    background: #F8F9FA;
}
.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;
}
button.hk-mobile-menu-close {
    top: 20px;
    right: unset;
    left: 16px;
}
.hk-mega-menu-title {
    display: none;
}
.hk-element.hk-element-menu {
    height: 100%;
}
.hk-menu-list .hk-mega-menu-main+a {
    color: #092E68;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
    margin-bottom: 25px;
}
.hk-localization-inner {
    padding-bottom: 16px;
}
.hk-mega-menu-content-left {
    width: 100%;
}
a.hk-button.hk-mega-menu-button {
    display: flex;
}
.hk-mega-menu-under-cta {
    margin-top: 14px;
}
.hk-mega-menu-under-cta svg {
    width: 20px;
    height: unset;
}
.hk-mega-menu-content-right-product-item {
    width: 100%;
}
.hk-mega-menu-product-badge {
    font-size: 9px;
    border-radius: 1px;
    padding: 5px 9px;
    top: 0px;
    left: 0px;
}
}
/* header css end */



/* reviews css start */
.hk-hp-reviews-rating .hk-icon-with-text-flex {
    display: flex;
    justify-content: center;
    color: #092E68;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 9px;
    border-radius: 100px;
    background: #E2E1DD;
    width: fit-content;
    margin: 0px auto 16px;
    padding: 9px 25px;
}
.hk-hp-reviews-slider {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 48px 0px 0px;
}
.hk-hp-reviews-slide {
    padding: 0px 8px;
}
.hk-review-card_main {
    cursor: grab;
}
.hk-hp-reviews-slide .hk-review-card_main {
    border-radius: 4px;
    background: #FFF;
    padding-bottom: 32px;
    text-align: left;
    overflow: hidden;
}
.hk-hp-reviews-slide .hk-element-review-card-bottom {
    padding: 0px 16px;
}
.hk-hp-reviews-slide .hk-element-review-rating {
    padding: 32px 16px 0px;
}
.hk-hp-reviews-slide .hk-review-card-text {
    color: #2D3436;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    padding: 32px 0px;
}
.hk-hp-reviews-slide .hk-element-review-name {
    color: #092E68;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
}
.hk-element-review-name span: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/hp-trusted-check.webp");
    display: block;
}
.hk-element-review-name span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hk-slider-button {
    background: transparent;
    border: unset;
    display: flex;
    cursor: pointer;
}
.hk-slider-button circle {
    fill: #E2E1DD;
    fill-opacity: 1;
    stroke: unset;
}
.hk-slider-button path {
    fill: #092E68;
}
.hk-slider-button svg {
    width: 40px;
    height: 40px;
}
.hk-slider-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.hk-hp-reviews-rating .hk-icon-with-text-flex {
    align-items: center;
}
.hk-hp-reviews-section .hk-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.hk-hp-reviews-section .slick-list.draggable {
    padding: 0px 14% !important;
}
.hk-hp-reviews-slide .hk-element-review-name {
    display: flex;
    align-items: center;
    gap: 9px;
}
.hk-hp-reviews-slide .hk-element-review-name img {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
}
.hk-hp-reviews-slide .hk-element-product-name {
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.hk-hp-reviews-slide .hk-element-product-name .hk-media {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.hk-hp-reviews-slide .hk-element-product-name span {
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    text-decoration-line: underline;
}
.hk-hp-reviews-slide  .hk-element-product-detail a {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}
.hk-hp-reviews-slide .hk-element-product-detail a: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/solar_arrow-up-linear.svg);
    display: block;
}
.hk-hp-reviews-slide .hk-element-product-name {
    margin-top: 0px;
    width: calc(100% - 30px);
}
.hk-slider-navigation {
    align-items: center;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 7px;
}
ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
}
ul.slick-dots li button {
    background: #092E68;
    font-size: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.2;
}
ul.slick-dots li.slick-active button {
    opacity: 1;
}



@media (min-width:915px) {

}



@media (max-width:915px) {
.hk-hp-reviews-rating .hk-icon-with-text-flex {
    font-size: 12px;
    letter-spacing: 0.24px;
    gap: 7px;
    margin: 0 auto 16px;
    padding: 8px 9px;
    text-align: left;
    max-width: 100%;
}
.hk-hp-reviews-rating .hk-icon-with-text-flex svg {
    width: 82px;
    height: unset;
}
.hk-hp-reviews-rating .hk-icon-with-text-flex .hk-element-texts {
    padding-top: 1px;
}
.hk-hp-reviews-slider {
    gap: 39px;
    margin: 39px -8px 0;
}
.hk-hp-reviews-section .slick-list.draggable {
    padding: 0px !important;
}
.hk-hp-reviews-section .hk-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
.hk-slider-navigation {
    display: flex !important;
}
/*
.hk-hp-reviews-slide .hk-element-review-rating {
    padding: 25px 12px 0;
}
.hk-hp-reviews-slide .hk-review-card-text {
    font-size: 14px;
    letter-spacing: .14px;
    padding: 25px 0px;
}
.hk-hp-reviews-slide .hk-element-review-card-bottom {
    padding: 0 12px;
}
.hk-hp-reviews-slide .hk-review-card_main {
    padding-bottom: 25px;
}
*/
}
/* reviews css end */



/* footer css start */
.hk-footer .hk-image-with-text-column1 {
    width: 65.9%;
}
.hk-footer .hk-image-with-text-column2 {
    width: 30%;
}
.hk-footer .hk-image-with-text-column1 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0px;
}
.hk-footer-logo {
    width: 100%;
}
.hk-footer-logo img {
    width: 421px;
    height: unset;
}
.hk-footer-copyright {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
}
.hk-footer-menu {
    width: 32%;
}
.hk-footer-menu ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 16px;
}
.hk-footer-menu ul li {
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.hk-footer-menu ul li a {
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    text-decoration: none;
    text-transform: capitalize;
}
.hk-footer-menu1 ul li a {
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.hk-footer-menu1 ul {
    gap: 32px;
}
.hk-footer-menu ul li strong {
    font-weight: 800;
    padding-bottom: 16px;
    display: flex;
}
.hk-footer-heading h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
.hk-footer-text1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    margin: 16px 0px 25px;
}
.hk-footer-text2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.28px;
    text-align: center;
    margin-top: 12px;
}
.hk-button {
    cursor: pointer;
}
button#Subscribe {
    background: #fff;
    border-color: #fff;
    color: #1B263B;
    width: 100%;
}
button#Subscribe:hover {
    background: transparent;
    color: #fff;
}
.field_lp input {
    border-radius: 2px;
    border: 1px solid #F8F9FA;
    background: rgba(226, 225, 221, 0.10);
    width: 100%;
    margin-bottom: 25px;
    height: 50px;
    padding-left: 12px;
    color: #fff;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
}
.field_lp input::placeloder {
    color: #F6F6F6;
}



@media (min-width:915px) {

}



@media (max-width:915px) {
.hk-footer .hk-image-with-text-column1 {
    width: 100%;
}
.hk-footer .hk-image-with-text-column2 {
    width: 100%;
}
.hk-footer .hk-image-with-text-flex {
    gap: 32px;
    flex-direction: column-reverse;
}
.hk-footer-heading h2 {
    font-size: 32px;
    letter-spacing: 0.64px;
    width: 328px;
    max-width: 100%;
}
.hk-footer-text1 {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin: 12px 0px 25px;
    width: 328px;
    max-width: 100%;
}
.hk-footer-text2 {
    font-size: 12px;
    letter-spacing: 0.24px;
    margin-top: 12px;
}
.hk-footer-logo img {
    width: 100%;
}
.hk-footer .hk-image-with-text-column1 {
    gap: 25px 0px;
}
.hk-footer-menu {
    width: 100%;
}
.hk-footer-copyright {
    padding-top: 7px;
}
}
/* footer css end */


.hk-cart-button {
    position: relative;
}
.hk-cart-count {
    background: #000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    border-radius: 100%;
    top: -10px;
    right: -10px;
    position: absolute;
}

ul:has([title="instagram"]) {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    flex-direction: row;
}
a[title="instagram"] {
    background: url(/cdn/shop/files/instagram.svg);
}
a[title="tiktok"] {
    background: url(/cdn/shop/files/tiktok.svg?v=1778856347);
}

a[title="tiktok"], 
a[title="instagram"] {
    font-size: 0 !important;
    width: 24px;
    height: 24px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width:915px) {
.hk-mega-menu-content-right-flex:has(.hk-mega-menu-content-right-product-item:nth-child(3):last-child) .hk-mega-menu-content-right-product-item {
    width: calc(33.33% - (12px) * 2 / 3);
}
}



@media (max-width:915px) {
.hk-drawer-bg {
    display: none !important;
}
.hk-menu-list {
    padding-top: 0;
}
body:has(.hk-drawer-menu.active) button.hk-mobile-menu-button {
    opacity: 0;
    pointer-events: none;
}

button.hk-mobile-menu-close {
    top: -43px;
}

.hk-cart-count {
    width: 15px;
    height: 15px;
    font-size: 10px;
    top: -7px;
    right: -7px;
}

}



.hk-hp-daily-list1-item {
    position: relative;
}
a.hk-full-link-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* 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%;
}
}
























/* 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;
}

}