/** Shopify CDN: Minification failed

Line 1517:176 Expected ":"

**/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}

body, html {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 0px;
}

*,
:focus,
:focus-visible,
:hover {
  outline: 0;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
  background: #eee;
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background: var(--text_color);
}

html * {
  touch-action: manipulation; /* Prevents double-tap zoom but allows scrolling */
}

html.js noscript,
html.no-js .no-js-hidden {
  display: none !important;
}

html.no-js .is-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

html.no-js .layout_1 .is-slider,
html.no-js .layout_3 .is-slider {
  gap: 2px;
}

html.no-js swiper-nav {
  display: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: var(--text);
  scrollbar-gutter: stable;
}

html[dir="rtl"] {
  direction: rtl;
}

body {
  background: var(--body_background);
  color: var(--text_color);
  font-size: var(--text);
  font-family: var(--body_font_family);
  font-weight: var(--body_font_weight);
  line-height: var(--body_font_line_height);
  letter-spacing: var(--body_letter_spacing);
  font-style: var(--body_font_style);
  margin: 0;
  padding: 0;
  word-break: break-word;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
}

.body-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background: var(--body_background);
}

.content-for-layout {
  display: flex;
  flex: 1;
  backface-visibility: hidden;
  min-height: 70vh;
  flex-direction: column;
  background: var(--body_background);
}

.page-banner .page--title {
  /* color: var(--header_color); */
  color: var(--heading_color);
}

ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0px;
}

a {
  text-decoration: none;
  color: var(--link_color);
  cursor: pointer;
  transition: 0.2s ease;
}

.rte a {
  text-decoration: underline;
  color: inherit;
}

.rte ul {
  list-style-type: disc;
  padding-inline-start: 1.5rem;
}

.rte ol {
  list-style-type: decimal;
  padding-inline-start: 1.5rem;
}

blockquote {
  border-inline-start:1px solid;
  padding-inline-start: 1rem;
  color: var(--text_color);
}

small,
sub,
sup {
  font-size: 95%;
}

iframe,
img {
  max-width: 100%;
}

button,
input[type='submit'] {
  cursor: pointer;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='text'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus-visible {
  outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button {
  display: none;
}

details>summary {
  cursor: pointer;
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

button {
  border: 0;
  padding: 0;
  color: var(--text_color);
  font-family: var(--body_font_family);
  font-weight: var(--body_font_weight);
  font-style: var(--body_font_style);
  font-size: var(--text);
}

button[disabled] {
  opacity: 0.5;
}

.form-group {
  margin-bottom: 18px;
}

label {
  margin-bottom: 5px;
  display: inline-block;
}

.form-control,
input,
textarea,
select {
  display: block;
  width: 100%;
  background-color: var(--form_background);
  border: 1px solid var(--form_border);
  padding: 9px 20px;
  min-height: 50px;
  color: var(--form_text);
  font-family: var(--body_font_family);
  line-height: 1.3;
  font-size: var(--text);
  border-radius: var(--form_radius);
}

.form-input-small .form-control,
.form-input-small textarea,
.form-input-small select {
  min-height: 42px;
}

.form-input-medium .form-control,
.form-input-medium textarea,
.form-input-medium select {
  min-height: 52px;
}



.input-sm {
  min-height: 42px !important;
}

textarea {
  resize: none;
  overflow: auto;
}

textarea.form-control {
  border-radius: calc(var(--form_radius) / 2);
  min-height: 120px;
}

.form-control::placeholder,
input::placeholder {
  opacity: 0.7;
  position: relative;
  color: var(--form_text);
}

.form-control:focus-visible,
select:focus-visible {
  border-color: var(--text_color) !important;
}

body select {
  -webkit-appearance: none;
  text-overflow: ellipsis;
}

.table--responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid var(--border_color);
  font-size: var(--small_text);
}

table.no-border,
table.no-border td,
table.no-border th {
  border: 0;
}

tr th,
tr td {
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid var(--border_color);
  color: var(--text_color);
  font-size: var(--text);
  padding: 16px 20px;
  text-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading_color);
  font-family: var(--heading_font_family);
  font-style: var(--heading_font_style);
  font-weight: var(--heading_font_weight);
  line-height: var(--heading_font_line_height);
  letter-spacing: var(--heading_letter_spacing);
  margin: 0;
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: 28px;
}

p strong {
  /* font-size: 20px; */
}

@media(min-width: 1024px) {  
  h5,
  .h5 {
    font-size: 40px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
}

p {
  margin: 0;
  color: var(--text_color);
  font-size: 18px;
}

p:empty {
  display: none;
}

.text-xsmall {
  font-size: var(--xsmall_text);
}

.text-small {
  font-size: var(--small_text);
}

.text {
  font-size: var(--text);
}

.text-medium {
  font-size: var(--medium_text);
}

.text-large {
  font-size: var(--large_text);
}

.text-xlarge {
  font-size: var(--xlarge_text);
}

.container,
.container-fluid,
.container-sm,
.container-md,.container-xs,
.container-fullwidth,
.container-narrow,
.shopify-policy__container {
  width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  margin-inline-start: auto;
  margin-inline-end: auto;; 
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-inline-start: -10px;
  margin-inline-end: -10px;
}

.no-gutters {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
  padding-inline-end: 0;
  padding-inline-start: 0;

}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-h1 {
    font-size: var(--h1);
  }

  .d-h2 {
    font-size: var(--h2);
  }

  .d-h3 {
    font-size: var(--h3);
  }

  .d-h4 {
    font-size: var(--h4);
  }

  .d-h5 {
    font-size: var(--h5);
  }

  .d-h6 {
    font-size: var(--h6);
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-fullwidth,
  .container-narrow,
  .shopify-policy__container {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-control,
  input,
  textarea,
  select {
    min-height: 62px;
  }
}

@media (min-width: 1025px) {
  *:focus-visible {
    outline: 2px solid #595959;
    outline-offset: 1px;
    transition: unset !important;
    z-index: 1;
  }

  .focus-inside:focus-visible {
    outline-offset: -2px;
  }

  .container-fullwidth {
    padding-inline-start: 2rem;
    padding-inline-end: 2rem;
  }
  .container-narrow{
    padding-inline-start: 24px;
    padding-inline-end: 24px;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container {
    max-width: 1370px;
  }

  .container-fullwidth {
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
  .container-xs{
    max-width: 1160px;
  }
  .container-sm {
    max-width: 1260px;
  }

  .container-md {
    max-width: 1270px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1740px;
  }

  .container-sm {
    max-width: 1300px;
  }

  .container-md {
    max-width: 1440px;
  }

  .container-fullwidth {
    padding-inline-end: 7rem;
    padding-inline-start: 7rem;
  }
}
@media (max-width:1024px) {
  .header--icon-item.account {
    display: block !important;
}
}
@media (max-width: 767px) {
  .c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-details button.c-btn {
    padding-left: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  .c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-tilte_price h3.c-product-title {
    width: 70%;
 }
.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-tilte_price .c-product-price {
    width: 30%;

}
.c-why-normandy__features-track .c-why-normandy__feature-card.c-why-normandy__feature-card--dark:nth-child(4) {
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 24px),      /* bottom-right vertical cut */
    calc(100% - 34px) 100%,      /* bottom-right angle */
    34px 100%,                   /* before bottom-left angle */
    0 calc(100% - 24px)          /* bottom-left cut */
  ) !important;
}
.c-why-normandy__features-track .c-why-normandy__feature-card.c-why-normandy__feature-card--light {
  clip-path: polygon(
    34px 0,              /* top-left cut */
    calc(100% - 34px) 0, /* before top-right cut */
    100% 24px,           /* top-right cut */
    100% 100%, 
    0 100%, 
    0 24px               /* left side cut */
  ) !important;
}
  .header.border-true {
    border: 0 !important;
}
.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-details button.c-btn:before {
            background-size: contain !important;
        position: static !important;
        margin: 0 12px 0 0px;
}
.c-hero-section {
    z-index: 1;
}
/* .header .header--wrapper .hamburger--toggler-icon span.line {
    display: none;
}

.header .header--wrapper .hamburger--toggler-icon {
width: 24px;
    height: 24px;
    background: url(/cdn/shop/files/mob_hamburger.png?v=1776685069) no-repeat;
    border-radius: 0;
}
.header .header--wrapper {
    grid-template-areas:
        "logo icons hamburger ";
    grid-template-columns: 1fr 1fr;
} */
  .footer--main .footer--right .row  .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 {
    width: 50%;
    float: left;
}
.c-for-life-section {
    padding-bottom:75px !important;
}

.footer--main .footer--right .row {
    display: inline-block;
    width: 100%;
}

.footer--main .footer--right .row .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4:nth-child(3) {
    width: 100%;
}

.footer--main summary.footer--menu-heading {
    font-size: 12px !important;
}
  .footer-bottom .footer-links > a {
    display: none;
}

.footer-bottom {
    padding: 20px 10px !important;
}

.footer--main .footer--bottom {grid-template-columns: 1fr !important;}

.footer--main .footer--bottom .footer--info-block:nth-child(2) {
    align-items: flex-start !important;
}

.footer--main .footer--bottom .footer_heading {
    font-size: 16px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
}

.footer--main .footer--bottom .footer--info-block p {
    font-size: 14px;
    line-height: 20px;
}

.footer-bottom {margin-top: 25px !important;}
.c-top-picks {
    padding-bottom: 150px !important;
}

  .c-top-picks .swiper-container .swiper-button-next {
    bottom: 100px;
    background: #505840;
    right: 0;
    top: auto;
    width: 44px;
    left: 60px;
    bottom:92px;
    margin: auto;
    border-radius: 100px;
    height: 44px;
}
.c-top-picks .swiper-container .swiper-button-prev {
    bottom:90px;
    left: 0;
    bottom:92px;
    background: #505840;
    top: auto;
    right: 60px;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    margin: auto;
}

.c-top-picks .swiper-container .swiper-button-prev svg {
       width: 18px;
        height: 18px;
        background: url(/cdn/shop/files/wht_left_arr.png?v=1776424813) no-repeat;
        border-radius: 100px;
        margin: 12px;
                transform: rotate(180deg);

}

.c-top-picks .swiper-container .swiper-button-prev svg path {
    fill: #fff;
    display:none;
}

.c-top-picks .swiper-container .swiper-button-next svg {
       width: 18px;
        height: 18px;
        background: url(/cdn/shop/files/wht_left_arr.png?v=1776424813) no-repeat;
        border-radius: 100px;
        margin: 12px;
}

.c-top-picks .swiper-container .swiper-button-next svg path {
  display:none;
    fill: #fff;
}


  .c-benefits__icon-wrapper {
    text-align: center !important;
    display: inline-block !important;
}

.c-top-picks .c-content-des {
    position: inherit !important;
    padding: 0 10px !important;
    max-width: 100% !important;
}

.c-top-picks .c-content-des h2.c-section-title {
    text-align: center !important;
    font-size: 30px !important;
    max-width: 300px !important;
            margin: 10px auto 40px !important;
}

.c-top-picks .c-content-des p {
    text-align: center !important;
}

.c-top-picks .c-content-des p:before {
    right: 0;
    background-position: 19px 1px !important;
            top: 2px !important;
}

.c-top-picks .swiper-container {
    width: 100% !important;
    padding: 0 10px;
    float: none !important;
}
.c-top-picks .swiper-container .swiper-wrapper {
    padding-right: 9px;
        gap: 18px;
}
.c-carried-daily__slider-track {
    gap: 0px !important;
}
div .c-top-picks .swiper-container .swiper-slide {
    width: 100% !important;
    margin-right: 0px !important;
}

.c-top-picks {
    padding-right:0px !important;
            background: #000 !important;
}
  *::-webkit-scrollbar {
    display: block;
  }

  input,
  select,
  textarea,
  .form-control {
    font-size: 16px !important;
    padding: 8px 15px;
    min-height: 48px;
  }

  .m-h1 {
    font-size: var(--h1);
  }

  .m-h2 {
    font-size: var(--h2);
  }

  .m-h3 {
    font-size: var(--h3);
  }

  .m-h4 {
    font-size: var(--h4);
  }

  .m-h5 {
    font-size: var(--h5);
  }

  .m-h6 {
    font-size: var(--h6);
  }
}

/***********14/4/25***********/
.header.shadow-true {
   
    background: #000;
    border-color: #2A2E1E !important;
}
.announcement-bar--main {
    background: #E55F2A !important;

}
.header--logo {
    width: 128px;
}
.announcement-bar--main p.announcement-bar--text {
    font-size: 16px;
    
}
.footer--main {
    background: url(/cdn/shop/files/FOOTER_BG.jpg?v=1776160446) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.footer--main summary.footer--menu-heading {
    font-size: 14px;
    text-transform: uppercase;
}

.footer--main a.footer--menu-link {
    font-size: 16px;
}

.footer--main .footer--bottom {
    border-top-color: #556b2f;
        grid-template-columns: 1fr 1fr;
}

.header--right .header--icons li.header--icon-item.account svg path {
    display: none;
}
.header--right .header--icons li.header--icon-item.account svg {
    background: url(/cdn/shop/files/user.png?v=1776161795) no-repeat;
    height: 21px !important;
    width: 18px !important;
}

.header--right .header--icons li.header--icon-item.cart svg path {
     display: none;
}
.header--right .header--icons li.header--icon-item.cart svg {
    background: url(/cdn/shop/files/solar_cart-outline.png?v=1776161795) no-repeat;
    height: 24px !important;
    width:24px !important;
}
.footer--main .footer--bottom .footer_heading {
    font-weight:300;
    font-size: 20px;
        font-family: "Archivo Black", sans-serif;
}
.footer--main .footer--bottom .footer--info-block {
    gap: 0;
}
.header--right li.header--icon-item {
    padding: 0 0px 0 10px !important;
}
.footer--main .footer--bottom .footer--info-block:nth-child(2) {
    align-items: end;
}
.c-top-picks {

    position: relative;
   
}
.c-trusted-blades {
        background: url(/cdn/shop/files/pro_bg.png?v=1776180864) no-repeat;
    background-size: cover;
    background-position: left top;
}
.c-top-picks .c-content-des {
    width: 100%;
    float: left;
    padding: 0 30px 0 80px;
    position: absolute;
    bottom: 20px;
        left: 60px;
    max-width: 556px;
}

.c-top-picks .c-container {
    width: 100% !important;
    display: inline-block;
}
.c-top-picks .c-content-des p:before {
    position: absolute;
    content: "";
    width:173px;
    height: 30px;
    background: url(/cdn/shop/files/bth_bg.png?v=1776164571) no-repeat;
    z-index: -1;
    left: 0;
    top:3px;
    margin: auto;
}

.c-top-picks .swiper-container {
    width: 70%;
    float: right;
}

.c-top-picks .c-content-des p {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    z-index: 0;
    padding: 0 0 0 42px;
}

.c-top-picks .c-content-des h2.c-section-title {
    text-align: left;
    color: #fff;
        padding: 13px 0 0 0;
}
.c-top-picks .swiper-container .swiper-slide .c-product-card {
    background-color: transparent;
        border-radius: 0;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .product-image {
    background-color: #474c37;
    border-radius: 0;
   clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 34px));
    height: 329px;
        display: inline-block;
    width: 100%;
    text-align: center;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .product-image img {
    background: transparent;
    padding-top:35px;
    height: 275px;
    width: 240px;
    object-fit: contain;
}
.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-tilte_price {
    width: 100%;
    display: inline-block;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-tilte_price h3.c-product-title {
    float: left;
    width:75%;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 0 0 0;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-tilte_price .c-product-price {
    width:25%;
    float: right;
    text-align: right;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-tilte_price .c-product-price span.c-price {
    font-size: 20px;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card span.c-star {
    color: #E9AE30;
    font-size: 20px;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card span.c-rating-value {
    color: #fff;
    padding: 0 0 0 8px;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-rating {
    margin-bottom: 0;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-details {
    padding: 13px 0 0 0;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-details button.c-btn {
    border-radius: 0 !important;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    font-weight: 700;
    position: relative;
    padding: 14px 20px;
    background-color: #E55F2A;
        background-clip: padding-box;
    overflow: hidden;
}

.c-top-picks .swiper-container .swiper-slide .c-product-card .c-product-details button.c-btn:before {position:absolute;content:"";left: 71px;width: 20px;height: 20px;background#ccc;background: url(/cdn/shop/files/cil_cart.png?v=1776249950) no-repeat;}

.c-top-picks .swiper-container .swiper-slide {
    width: 300px !important;
}
.footer-bottom {
    margin-top: 50px;
}

.footer-bottom .footer-links p {
    font-size: 14px;
}
.footer-bottom .footer-links a {
    font-size: 14px;
    position:relative;
}

.footer-bottom .footer-links {
    gap: 39px;
}


.footer--main .footer--right .row .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4:nth-child(1) ul.footer--menu-list li.footer--menu-item:nth-child(3) a.footer--menu-link {
    position: relative;
}

.footer--main .footer--right .row .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4:nth-child(1) ul.footer--menu-list li.footer--menu-item:nth-child(3) a.footer--menu-link:after {
    position:absolute;
    content:"New";
    right: -50px;
    font-size: 12px;
    top: 3px;
    border: 1px solid #556b2f;
    background: rgb(62,76,37, 0.3);
    padding: 1px 7px 1px 7px;
    content:none;
}
.footer-bottom .footer-links a:after {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/sta-12.png?v=1776421324) no-repeat;
    width: 12px;
    height: 12px;
    right: -26px;
    top: 6px;
}

.footer-bottom .footer-links a:nth-child(3):after {
    display: none;
}

.footer-bottom .footer-links p a {
    text-decoration: underline;
}
.footer--main .footer--bottom .footer--info-block:nth-child(2) p.copyright--text.text-small {
    color: #D0D5DD;
}

@media (min-width:1200px) and (max-width:1630px){
  .header.shadow-true .container-fullwidth {
    padding-inline-end: 3rem;
    padding-inline-start: 3rem;
  }
  .footer-bottom .footer-links p a:hover {
    text-decoration: underline wavy;
  }
}
  @media (max-width:768px){
    .header--right li.header--icon-item {
      padding: 0 !important;
    }
  }