/** Shopify CDN: Minification failed

Line 319:0 Unexpected "<"
Line 406:4 Expected ":"
Line 439:7 Unexpected "}"

**/
     .kshm_tab_wrapper {
        display: flex;
        flex-direction: row;
        column-gap: 30px;
      }
      .kshm_tab {
        padding: 7px 5px;
        cursor:pointer;
        color: #5E5E5E;
      }
      .kshm_active_tab {
        border-bottom: 2px solid #111111;
        color: #111111;;
      }
      .kshm_content_tab {
        display: none;
      }
      .kshm_content_active {
        display: block;
      }
      .swiperNew {
        overflow: visible;
      }

      .kshm_new_arrivals_slider {
        width: 100%;
        padding-right: 84px; /*new*/
      }
      .swiper-slide-visible {
        opacity: 1 !important;
      }
      .kshm_recommended_label {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 1;
      }
      .next-btn.kshm_new_arrivals_button,
      .prev-btn.kshm_new_arrivals_button {
        width: 2.5vw;
        max-width: 32px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
      }
      .prev-btn.kshm_new_arrivals_button.swiper-button-disabled {
        display: none;
      }
      .prev-btn.kshm_new_arrivals_button {
        left: 8px;
      }
      .next-btn.kshm_new_arrivals_button.swiper-button-disabled {
        display: none;
      }
      .next-btn.kshm_new_arrivals_button {
        right: -84px;
      }
      .swiper-slide.kshm_new_arrival_product_block.new_arrivals {
        max-width: 178px !important;
        margin-right: 0px;
        opacity: 0.5;
      }
      /*product block*/

      .kshm_new_arrival_product_block_wrapper {
        width: 100%;
        display: flex; /* adjust based on requirement*/
        column-gap: 24px;
        position: relative;
      }
      .kshm_new_arrival_product_block {
        width: 100%;
        display: flex;
        flex-direction: column;
      }
      .kshm_product_image {
        width: 100%;
        height: auto;
        max-height: 312px;
        border: 1px solid var(--border_color_light);
        overflow: hidden;
      }
      .kshm_product_label {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        row-gap: 7.5px;
        font-weight: 700;
        font-size: 14px;
      }
      .label_wrapper {
        padding: 2.5px 8px;
        background-color: var(--font-white);
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }
      .label_font {
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.2px;
        height: 16px;
      }

      .kshm_product_type_color_wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: 500;
        column-gap: 12px;
        font-size: 12px;
        line-height: 1.35;
        color: var(--tertiary_text_color);
        letter-spacing: 0.36px;
        margin: 12px 0 8px 0px;
      }
      .kshm_product_color_variant_count_wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 30px;
        width: 30px;
        cursor: pointer;
        overflow: hidden;
        transition: width 0.5s ease;
      }

      .kshm_product_review {
        display: inline-flex;
        align-items: center;
        gap: 3px;
      }
    .kshm_product_review>p{
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
      letter-spacing:0.2px;
      color: var(--primary_text_color);
}

      .kshm_product_color_variant_count_wrapper_touch {
        width: auto;
        overflow: visible;
      }

      .kshm_product_color_variant_wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 4px;
        width: 12px;
        flex-shrink: 0;
        overflow: hidden;
        transition: all 0.3s linear;
      }
      .kshm_product_color_variant_count_wrapper_touch
        > .kshm_product_color_variant_wrapper {
        width: auto;
        overflow: visible;
      }
      .kshm_product_color_variant {
        border: 0.49px solid var(--border_colo_dark);
        background-color: #1d2122;
        height: 12px;
        width: 12px;
        flex-shrink: 0;
        transition: all 0.1s linear;
      }
      .kshm_product_color_variant:hover {
        transform: scale(1.2);
      }

      .kshm_product_color_variant_count {
        display: block;
        margin-left: 2px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.66);
      }
      .kshm_product_color_variant_count_wrapper_touch
        > .kshm_product_color_variant_count {
        display: none;
      }
  
      .kshm_product_name_price_wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: var(--primary_text_color);
        font-weight: 700;
        font-size: 14px;
        line-height: 1.35;
        row-gap:6px;
      }

       .kshm_product_price{
          display: flex;
          align-items: center;
          justify-content: flex-start;
          column-gap: 6px;
          font-size: 14px;
        }
       .kshm_product_price>.strikethrough{
          font-weight:400;
        }

body, h1, h2, h3, h4, h5, a, div, p, ol, li, strong, button, * {
    padding: 0;
    margin: 0;
    font-family: Satoshi;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}
* {
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
@media (min-width: 1024px) {
  .swiper-slide.kshm_new_arrival_product_block.new_arrivals {
        max-width: 253px !important;
  }
  .kshm_new_arrivals_slider .swiperNew {
    position: relative!important;
  }
}
@media (max-width: 1024px) {
    .kshm_filter_product_name_price_wrapper {
        font-size: 12px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 6px;
    }
}
.kshm_filter_product_name_price_wrapper {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    color: var(--primary_text_color);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
}
body {
    font-family: Arial;
    font-size: 11pt;
}
body {
    font-family: Raleway;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--text-color);
    font-family: var(--font-body-family);
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
body {
    margin: 0;
    background-color: #fff;
    color: #878787;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    scroll-behavior: smooth;
}
style attribute {
    --scroll-w: 0px;
    --topbar-height: 0px;
    --header-height: 46px;
    padding-bottom: 60px;
}
@media (prefers-reduced-motion: no-preference) {
    .hdt-reveal-in-view:root {
        --duration-extra-long: .6s;
        --animation-slide-in: revealSlideIn var(--duration-extra-long) cubic-bezier(0, 0, .3, 1) forwards;
        --animation-fade-in: reveaFadeIn var(--duration-extra-long) cubic-bezier(0, 0, .3, 1);
    }
}
<style>
:root {
    --swym-remind-cta-bg-color: #00a65a;
    --swym-remind-cta-text-color: white;
    --swym-remind-cta-bg-color-v2: #000000;
    --swym-remind-cta-text-color-v2: white;
    --swym-subscribe-success-bg-color: #AEE9D1;
    --swym-subscribe-success-text-color: #202223;
    --swym-recently-viewed-pointer-pos: 92%;
}
:root {
    --primary_text_color: #1a1a1a;
    --secondary_text_color: #4b4b4b;
    --tertiary_text_color: #5e5e5e;
    --font-white: #ffffff;
    --font-black: #000000;
    --font-grey-100: #eeeeee;
    --text_disabled: #a6a6a6;
    --text_alert: #de1135;
    --border_color: #ebebeb;
    --border_color_light: #d9d9d9;
    --border_colo_dark: #a3a3a3;
}
:root {
    --primary-black-color: #1A1A1A;
    --primary-gray-color: #333333;
    --secondary-gray-color: #565656;
    --third-gray-color: #292929;
    --light-gray-color: #d5d5d5;
    /* --primary-green-color: #2B6E24; */
    --primary-green-color: #105f35;
    --btn-black-color: #242424;
    --footer-text-color: #EBEBEB;
    --black-color: #000000;
    --white-color: #fff;
}
:root {
    --wrapper-mw: 1280px;
    --width-nt-stretch: 1200px;
    --padding-nt-stretch: 3rem / 2;
    --font-family-1: Poppins;
    --font-family-2: Raleway;
    --font-family-3: Open Sans;
    --font-body-family: Poppins;
    --font-heading-family: Raleway;
    --t4s-success-color: #428445;
    --t4s-success-color-rgb: 66, 132, 69;
    --t4s-warning-color: #e0b252;
    --t4s-warning-color-rgb: 224, 178, 82;
    --t4s-error-color: #EB001B;
    --t4s-error-color-rgb: 235, 0, 27;
    --t4s-light-color: #ffffff;
    --t4s-dark-color: #222222;
    --t4s-highlight-color: #ec0101;
    --t4s-tooltip-background: #000000;
    --t4s-tooltip-color: #fff;
    --primary-sw-color: #2b6e24;
    --primary-sw-color-rgb: 43, 110, 36;
    --border-sw-color: #d4d4d4;
    --secondary-sw-color: #868686;
    --sale-price-color: #565656;
    --primary-price-color: #010101;
    --secondary-price-color: #868686;
    --t4s-body-background: #fff;
    --text-color: #868686;
    --text-color-rgb: 134, 134, 134;
    --heading-color: #000000;
    --accent-color: #4e4e4e;
    --accent-color-rgb: 78, 78, 78;
    --accent-color-darken: #282828;
    --accent-color-hover: var(--accent-color-darken);
    --secondary-color: #000000;
    --secondary-color-rgb: 0, 0, 0;
    --link-color: #868686;
    --link-color-hover: #000000;
    --border-color: #e6e6e6;
    --border-color-rgb: 230, 230, 230;
    --button-background: #000000;
    --button-color: #fff;
    --button-background-hover: #4e4e4e;
    --button-color-hover: #fff;
    --btn-radius: 0px;
    --btn-radius2: 40px;
    --other-radius: 0px;
    --sale-badge-primary: #e33131;
    --sale-badge-secondary: #fff;
    --new-badge-primary: #109533;
Show all properties (10 more)
}
:root {
    --swiper-navigation-size: 44px;
}
:root {
    --swiper-theme-color: #007aff;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: Raleway;
}
html {
    font-size: 62.5%;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
       }
      /*product block*/

      @media (max-width: 1280px) {
        .swiperNew > .kshm_new_arrival_product_block_wrapper {
          column-gap: 1.7vw;
        }
      }
      @media (max-width: 1024px) {
    .swiperNew > .kshm_new_arrival_product_block_wrapper {
          column-gap: 0px;
        }
        .swiper-slide.kshm_new_arrival_product_block.new_arrivals {
          margin-right: 16px;
        }
        .swiper-slide.kshm_new_arrival_product_block.new_arrivals {
          opacity: 1;
        }
        /*product block*/

        .next-btn.kshm_new_arrivals_button,
        .prev-btn.kshm_new_arrivals_button {
          display: none;
        }
        .kshm_new_arrivals_slider {
          padding-right: 0px; /*new*/
        }

        .kshm_tab_wrapper {
          column-gap: 24px;
        }
        .kshm_tab {
          font-size: 20px !important;
        }
        .kshm_product_name_price_wrapper {
         flex-direction: column;
         align-items: flex-start;
         font-size: 16px
        }
         .kshm_product_price{
          font-size: 14px;
         }
        .kshm_product_type_color_wrapper{
          margin: 8px 0 4px 0px;
        }
          .kshm_product_color_variant_count{
        font-weight: 400;
        color: rgba(0, 0, 0, 0.66);
        font-size:10px;
       }
      }
      @media (max-width: 767px) {
      .kshm_section_content.mt-16{
       margin-top:16px
     }
        .swiperNew > .kshm_new_arrival_product_block_wrapper {
          column-gap: 0px;
        }
        .swiper-slide.kshm_new_arrival_product_block.new_arrivals {
          margin-right: 10px;
        }
        .kshm_tab_wrapper {
          column-gap: 24px;
        }
        .kshm_tab {
          font-size: 16px !important;
          line-height: 2;
          padding: 0px;
        }
      
    
      }
      @media (max-width: 480px) {
     
      }