/** Shopify CDN: Minification failed

Line 3004:0 All "@import" rules must come first

**/
.vela-section > .container, .container-fluid, .container-full, .container-xl, .container-xxl {
  max-width: var(--page-mx-xl, 100%); }

@media (min-width: 1380px) {
  .vela-section > .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: var(--page-mx-xl, 1350px); } }

@media (min-width: 1470px) {
  .vela-section > .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: var(--page-mx-xl, 1470px); } }

.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.link {
  color: var(--color-link);
  text-decoration: none;
  transition: all .2s ease; }
  .link:hover {
    color: var(--primary); }

.link--text {
  color: var(--body-color); }
  .link--text:hover {
    color: var(--primary); }

.text-secondary {
  color: var(--secondary) !important; }

.text-color {
  color: var(--body-color) !important; }

.text-color-light {
  color: var(--body-color-light) !important; }

.ff-heading {
  font-family: var(--font-heading-family) !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.heading-color {
  color: var(--heading-color) !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-13 {
  font-size: 13px !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

*:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

.z-index-1 {
  z-index: 1 !important; }

@media (min-width: 992px) {
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.285%; }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%; } }

@media (min-width: 1330px) {
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.285%; }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%; } }

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none; }

.focus-inset:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

.focus-inset:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none; }

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none; }

.focus-none {
  box-shadow: none !important;
  outline: 0 !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.ff-special {
  font-family: var(--font-special-family), var(--font-heading-family) !important; }

.page-header {
  margin-bottom: 30px; }

.page-title {
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: 30px; }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: calc(var(--font-size-base) + 6px); } }

.modal img {
  max-width: 100%;
  height: auto; }

/* component-media */
.card__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .card__image img {
    object-fit: contain;
    object-position: center center;
    max-height: 100%;
    max-width: 100%; }
  .card__image .noscript {
    position: absolute;
    top: 0;
    left: 0; }
  .card__image .pre-loading {
    z-index: 55;
    display: block; }
  .card__image.lazyload > img,
  .card__image.lazyloaded .pre-loading {
    display: none; }

.btn-default {
  color: var(--btn-default-color);
  border-color: var(--btn-default-border-color);
  background-color: var(--btn-default-bg-color);
  padding: 11px 30px;
  position: relative;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .btn-default > span {
    position: relative; }
  .btn-default:focus, .btn-default:hover {
    color: var(--btn-default-hover-color);
    border-color: var(--btn-default-hover-border-color);
    background-color: var(--btn-default-hover-bg-color); }

.btn-outline {
  color: var(--btn-ol-cl, #1f1f27);
  border-color: var(--btn-ol-bd-cl, #dadbe0);
  padding: 11px 30px; }
  .btn-outline:focus, .btn-outline:hover {
    color: var(--btn-ol-cl-h, #1f1f27);
    border-color: var(--btn-ol-bd-cl-h, #1f1f27); }

.btn--viewall {
  background: transparent;
  color: var(--heading-color);
  border: 1px solid var(--border-color);
  padding: 11px 32px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .btn--viewall:hover {
    border-color: var(--heading-color); }

.btn-link:hover {
  color: var(--primary); }

.btn-link-outline {
  border-bottom: 2px solid var(--heading-color);
  position: relative; }
  .btn-link-outline::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 2px solid var(--primary);
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    z-index: 10; }
  .btn-link-outline:hover {
    color: var(--primary); }
    .btn-link-outline:hover:before {
      left: 0;
      width: 100%; }

.p-gutter {
  padding: var(--bs-gutter-x, 1.875rem); }

.px-gutter {
  padding-left: var(--bs-gutter-x, 1.875rem);
  padding-right: var(--bs-gutter-x, 1.875rem); }

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative; }

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.35rem); }

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

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.form__message {
  padding: 1rem 1.3rem; }
  .form__message .form-message__title {
    font-size: 1.2em; }
  .form__message--error {
    color: #651818;
    border: 1px solid #d20000;
    background-color: #fff8f8;
    text-align: left;
    width: 100%; }
  .form__message--success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    display: block;
    width: 100%; }

.pre-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff; }

.pre-loader {
  height: 4px;
  width: 130px;
  display: inline-block;
  --c:no-repeat linear-gradient(#1F1F27  0 0);
  background: var(--c), var(--c), #DADBE0;
  background-size: 60% 100%;
  animation: l16 3s infinite; }

@keyframes l16 {
  0% {
    background-position: -150% 0,-150% 0; }
  66% {
    background-position: 250% 0,-150% 0; }
  100% {
    background-position: 250% 0, 250% 0; } }

.vela-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9); }

@keyframes line-scale {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(0.4); } }

.vela-loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%); }
  .vela-loading__icon > span {
    margin: 0 2px;
    display: block;
    width: 4px;
    height: 25px;
    background-color: var(--primary); }
    .vela-loading__icon > span:nth-child(1) {
      animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(2) {
      animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(3) {
      animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon > span:nth-child(4) {
      animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.placeholder {
  background-color: rgba(18, 18, 18, 0.04);
  color: rgba(18, 18, 18, 0.55);
  fill: rgba(18, 18, 18, 0.55); }

svg.placeholder-svg {
  width: 100%;
  max-width: 100%;
  background: var(--svg-bg-cl, #eef0f2);
  height: var(--plh-svg-h, 100%); }

/* SCROLL TO TOP*/
.scroll-to-top {
  z-index: 2;
  cursor: pointer;
  text-align: center;
  position: relative;
  position: fixed;
  right: 10px;
  bottom: 65px; }
  .scroll-to-top span {
    background-color: var(--primary);
    position: relative;
    width: 56px;
    height: 56px;
    color: #fff; }
    .scroll-to-top span:hover {
      background-color: var(--heading-color); }
    @media (max-width: 767.98px) {
      .scroll-to-top span {
        width: 40px;
        height: 40px;
        line-height: 38px; } }

.vela-section {

  margin: var(--st-mg);
  padding: var(--st-pd-dt);
  background-color: var(--st-bg-cl);
  background-image: var(--st-bg-img);
  background-size: cover;
  background-repeat: no-repeat; }
  .vela-section.mx-auto {
    max-width: var(--st-mx-w); }
  @media (max-width: 767.98px) {
    .vela-section {
      padding: var(--st-pd-mb, 0);
      margin: var(--st-mg-mb, var(--st-mg)); } }

.effectOne {
  position: relative;
  overflow: hidden; }
  .effectOne a {
    position: relative;
    display: block; }
    .effectOne a:before, .effectOne a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-transition: all .5s linear;
      -moz-transition: all .5s linear;
      -ms-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear; }
    .effectOne a:hover:before {
      right: 50%;
      left: 50%;
      z-index: 1;
      background: rgba(255, 255, 255, 0.2); }
    .effectOne a:hover:after {
      top: 50%;
      bottom: 50%;
      z-index: 1;
      background: rgba(255, 255, 255, 0.2); }

.effectTwo a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectTwo a:before {
    border: 1px solid #ffffff;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    z-index: 1; }
  .effectTwo a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1.4);
    opacity: 0;
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05);
    transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    z-index: 1; }
  .effectTwo a:hover:before, .effectTwo a:hover:after {
    opacity: 1;
    transform: scale(1); }

.effectThree a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectThree a img {
    transform: scale(1);
    transition: all 0.35s ease 0s; }
    @media (prefers-reduced-motion: reduce) {
      .effectThree a img {
        transition: none; } }
  .effectThree a:before, .effectThree a:after {
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 0.35s ease 0s;
    z-index: 1; }
    @media (prefers-reduced-motion: reduce) {
      .effectThree a:before, .effectThree a:after {
        transition: none; } }
  .effectThree a:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    bottom: 20px;
    left: 10px;
    right: 10px;
    top: 20px;
    transform: scale(1, 0); }
  .effectThree a:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    left: 20px;
    right: 20px;
    bottom: 10px;
    top: 10px;
    transform: scale(0, 1); }
  .effectThree a:hover:before, .effectThree a:hover:after {
    opacity: 1;
    transform: scale(1); }
  .effectThree a:hover img {
    transform: scale(1.05); }

.effectFour a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectFour a:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 0;
    z-index: 99;
    transition: all .5s ease; }
  .effectFour a:after {
    z-index: 99;
    background: #fff;
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all .5s ease; }
  .effectFour a:hover:before {
    left: 0;
    right: 0;
    opacity: .1; }
  .effectFour a:hover:after {
    top: 0;
    bottom: 0;
    opacity: .1; }

.effectFive a {
  display: block;
  overflow: hidden;
  position: relative; }
  .effectFive a .card_wrap {
    transition: all .4s ease; }
  .effectFive a:hover .card_wrap {
    transform: scale(1.1); }

.effectSix .card__image {
  transition: all .35s ease-in-out; }

.effectSix:hover .card__image {
  transform: scale(1.1); }

.velaBorder .borderStyle {
  line-height: 0; }

.white-space-nowrap {
  white-space: nowrap; }

h1, .h1 {
  line-height: 1.167;
  font-family: var(--font-heading-family); }

h2, .h2 {
  line-height: 1.2;
  font-family: var(--font-heading-family); }

h4, .h4,
h3, .h3 {
  line-height: 1.14;
  font-family: var(--font-heading-family); }

h5, .h5 {
  line-height: 1.4;
  font-family: var(--font-heading-family); }

h6, .h6 {
  line-height: 1.375;
  font-family: var(--font-heading-family); }

.line-clamp-1 {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp-2 {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp-3 {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.is-adding {
  pointer-events: none; }
  .is-adding span.text,
  .is-adding .btn__text {
    opacity: 0; }
  .is-adding svg {
    opacity: 0; }
  .is-adding .spinner-border {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.show-tooltip {
  position: relative; }
  .show-tooltip .tooltip {
    transition: all .2s ease;
    visibility: hidden;
    pointer-events: none; }
  .show-tooltip .bs-tooltip-top {
    bottom: 100%;
    margin-bottom: 10px;
    transform: translate(-50%);
    left: 50%; }
    .show-tooltip .bs-tooltip-top .tooltip-arrow {
      transform: translate(-50%);
      left: 50%; }
  .show-tooltip .bs-tooltip-start {
    right: 100%;
    margin-right: 10px; }
    .show-tooltip .bs-tooltip-start .tooltip-arrow {
      transform: translate(0, -50%);
      top: 50%; }
  .show-tooltip .bs-tooltip-end {
    left: 100%;
    margin-left: 10px; }
    .show-tooltip .bs-tooltip-end .tooltip-arrow {
      transform: translate(0, -50%);
      top: 50%; }
      @media (min-width: 992px) {
        .show-tooltip:hover .tooltip {
          visibility: visible;
          opacity: 1; }
        .show-tooltip:hover .bs-tooltip-top {
          margin-bottom: 0; }
        .show-tooltip:hover .bs-tooltip-start {
          margin-right: 0; }
        .show-tooltip:hover .bs-tooltip-end {
          margin-left: 0; }
      }

.grid-column > .col-12 {
  max-width: var(--col-dt); }
  @media (max-width: 991.98px) {
    .grid-column > .col-12 {
      max-width: var(--col-tl); } }
  @media (max-width: 767.98px) {
    .grid-column > .col-12 {
      max-width: var(--col-mb); } }

.mw-40 {
  min-width: 40px; }

.hvduc-select__container {
  position: relative; }

.hvduc-select__heading {
  cursor: pointer;
  display: inline-block;
  min-width: 100px;
  padding: 6px 30px 6px 16px;
  font-weight: 400;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 12px;
  border: 1px solid var(--border-lighter-color);
  border-radius: 2rem;
  transition: all 0.15s ease-in-out; }

.hvduc-select__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 100%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: var(--shadow);
  background-color: #fff;
  padding: 8px;
  border-radius: .25rem; }

.hvduc-select__container.active > .hvduc-select__content {
  opacity: 1;
  visibility: visible; }

.hvduc-select__option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  border-radius: .25rem;
  white-space: nowrap; }
  .hvduc-select__option.active, .hvduc-select__option:hover {
    background-color: #f4f4f4;
    color: var(--heading-color); }

.product-quantity__label {
  margin: 0;
  display: block;
  font-weight: var(--font-heading-weight);
  color: var(--heading-color);
  min-width: 75px;
  padding-right: 15px; }

.vela-qty {
  position: relative;
  width: 108px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  border-radius: 30px;
  background-color: #EFF0F2; }

.vela-qty__number {
  font-size: calc(var(--font-size-base) + 1px);
  font-family: var(--font-heading-family);
  text-align: center;
  background-color: transparent;
  border: 0;
  height: 48px;
  width: 100%;
  flex-grow: 1;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none; }

.vela-qty__adjust {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header-color); }
  .vela-qty__adjust.disable {
    pointer-events: none;
    cursor: no-drop;
    color: var(--border-color); }
  .vela-qty__adjust:hover {
    color: var(--primary);
    background-color: #fff; }
  .vela-qty__adjust svg {
    width: 12px;
    pointer-events: none; }

.vela__btn-close {
  width: 40px;
  height: 40px;
  border: 1px solid #EFF0F2;
  border-radius: 50%;
  padding: 0;
  display: block;
  background: transparent; }
  .vela__btn-close .icon-line1,
  .vela__btn-close .icon-line {
    margin-left: -5px;
    margin-top: -5px;
    transition: all .3s ease; }
  .vela__btn-close .icon-line1 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .vela__btn-close:focus, .vela__btn-close:hover {
    background-color: #eff0f2; }
    .vela__btn-close:focus .icon-line1,
    .vela__btn-close:focus .icon-line, .vela__btn-close:hover .icon-line1,
    .vela__btn-close:hover .icon-line {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.hidden-label ~ label {
  display: inline-block;
  background: #fff;
  color: var(--heading-color);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -7px;
  left: 20px;
  line-height: 1;
  padding: 0 5px;
  margin-bottom: 0;
  transition: all .3s ease;
  font-size: 13px;
  font-weight: 500; }

.hidden-label:focus ~ label {
  visibility: visible;
  opacity: 1; }

.effect-rotate {
  animation: rotation 7s infinite linear; }

.letter-spacing-small {
  letter-spacing: .8px; }

.scroll-style {
  overflow-x: hidden;
  overflow-y: auto; }

/* scrollbar width */
.scroll-style::-webkit-scrollbar {
  width: 4px; }

/* scrollbar track */
.scroll-style::-webkit-scrollbar-track {
  background: #eee; }

/* scrollbar handle */
.scroll-style::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #b6b6b6; }

.modal-dialog .scroll-style {
  max-height: calc(100vh - 60px); }

.ratio-full {
  --bs-aspect-ratio: 100vh; }

p {
  letter-spacing: .8px; }

.offcanvas-backdrop,
.modal-backdrop.show {
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px); }

@media (max-width: 1379.98px) {
  .gx-24 {
    --bs-gutter-x: 24px; } }

@media (max-width: 767.98px) {
  .gx-24 {
    --bs-gutter-x: 16px; } }

.g-ct {
  --bs-gutter-x: var(--gutter-md-x);
  --bs-gutter-y: var(--gutter-md-y); }
  @media (max-width: 767.98px) {
    .g-ct {
      --bs-gutter-x: var(--gutter-x);
      --bs-gutter-y: var(--gutter-y); } }

@media (max-width: 767.98px) {
  .g-2,
  .gx-2 {
    --bs-gutter-x: 0.5rem; }
  .g-2,
  .gy-2 {
    --bs-gutter-y: 0.5rem; }
  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem; }
  .g-3,
  .gy-3 {
    --bs-gutter-y: 1rem; } }

.icon-effect-1 .vela-icon {
  position: relative;

  transition: .3s transform ease; }

.icon-effect-1 .vela-icon-1 {
  position: absolute;
  transform: translate(-100%, 100%);
  left: 0;
  bottom: 0;
  transition: .3s transform ease; }

.icon-effect-1:hover .vela-icon-1 {
  transform: translate(0, 0); }

.icon-effect-1:hover .vela-icon {
  transform: translate(100%, -100%); }

.cookie-message {
  display: none; }
  .cart--no-cookies .cookie-message {
    display: block; }

.ajaxcart-container {
  color: var(--body-color); }

.ajaxcart__product-image {
  display: block;
  overflow: hidden; }
  .ajaxcart__product-image img {
    display: block;
    max-width: 100%; }

.ajaxcart__quantity {
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  min-width: 20px;
  height: 20px;
  padding: 0 3px;
  color: #fff;
  background-color: rgba(114, 114, 114, 0.9);
  border: 2px solid var(--body-bg);
  font-size: 12px;
  line-height: 16px;
  text-align: center; }

.ajaxcart__product-description {
  position: relative;
  height: 100%; }

.ajaxcart__product-name-wrapper {
  padding-right: 20px; }

.ajaxcart__product-name {
  color: var(--product-name-color);
  transition: color .3s ease; }
  .ajaxcart__product-name:hover, .ajaxcart__product-name:focus {
    color: var(--product-name-hover-color);
    text-decoration: none; }

.ajaxcart__product-meta {
  line-height: 18px; }
  .ajaxcart__product-meta span:not(:last-child)::after {
    content: "/";
    display: inline-block;
    width: 0;
    height: 12px;
    padding-right: 6px;
    margin: 0 3px; }

.ajaxcart__price {
  display: block;
  font-size: calc(var(--font-size-base) + 1px); }
.order-discount__value .ajaxcart__price {
  white-space: nowrap}

.ajaxcart__price--regular {
  font-weight: var(--font-heading-weight);
  color: #ccc; }

.ajaxcart__footer-buttons {
  margin: 0 -7px; }

.ajaxcart__footer-price {
  display: flex;
  justify-content: space-between; }

.ajaxcart__subtotal-name {
  font-weight: 500;
  font-size: 16px;
  color: var(--heading-color); }

.ajaxcart__subtotal {
  color: var(--heading-color);
  font-size: calc(var(--font-size-base) + 1px);
  font-weight: var(--font-heading-weight); }

.ajaxcart__policies a {
  border-bottom: 1px solid var(--body-color); }

.ajaxcart__footer-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 5px;
  border-top: 1px solid var(--border-color); }
  .ajaxcart__footer-discount .ajaxcart__price {
    padding-left: 20px; }

.ajaxcart__note {
  margin: 15px 0 0; }

.ajaxcart__note-input {
  border-radius: 24px; }
  .ajaxcart__note-input:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: none; }

.ajaxcart__qty {
  position: relative; }
  .is-loading .ajaxcart__qty {
    opacity: .5; }

.cart-empty-message {
  margin: 0;
  padding: 0 5px;
  text-align: center; }

.ajaxcart-toast {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1071;
  color: #fff;
  background-color: red;
  border: none;
  border-radius: 0; }
  .ajaxcart-toast .toast-body {
    padding: 15px 30px;
    padding-right: 50px; }

.ajaxcart-toast__close {
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  background: transparent;
  transition: all .3s ease;
  opacity: 0.8; }
  .ajaxcart-toast__close:hover, .ajaxcart-toast__close:focus {
    color: #fff;
    outline: 0;
    opacity: 1; }

.mini-cart-total {
  margin-top: 20px;
  padding: 15px 0px 0px;
  border-top: 1px solid #e9e9e9;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 500; }
  .mini-cart-total .js-cart-total {
    float: right; }

.ajaxcart__gift-title span {
  font-weight: 600;
  margin-left: 3px; }

@keyframes effectOpacity {
  0% {
    color: var(--heading-color); }
  50% {
    color: var(--bs-danger); }
  100% {
    color: var(--border-color); } }

.ajaxcart__qty-num {
  font-size: 16px;
  font-family: var(--font-heading-family);
  background-color: transparent;
  height: 24px;
  width: 30px;
  flex-grow: 1;
  font-weight: 600;
  line-height: 24px;
  -webkit-appearance: none;
  appearance: none; }

.ajaxcart__qty-adjust {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  color: var(--body-color); }
  .ajaxcart__qty-adjust:hover {
    color: var(--header-color); }
  .ajaxcart__qty-adjust svg {
    width: 10px;
    pointer-events: none; }

.product-quantity__select {
  min-height: 54px;
  min-width: 80px;
  padding: 6px 30px 6px 15px;
  background-color: transparent;
  border: 2px solid var(--border-color);
  cursor: pointer;
  text-align: center;
  font-family: var(--font-heading-family); }

.ajaxcart__remove {
  border-bottom: 1px solid var(--secondary);
  color: var(--secondary);
  line-height: 24px; }
  .ajaxcart__remove:hover, .ajaxcart__remove:focus {
    color: var(--primary); }

.ajaxcart__product:not(:last-child) {
  padding-bottom: 16px; }

.ajaxcart__product.is-loading {
  pointer-events: none; }
.require-terms-conditions {
    opacity: .5;
    pointer-events: none;
}
  .cart-modal__btn--checkout span.icon-key {
    display: flex;
    line-height: 20px; }
  .cart-modal__btn--checkout .ajaxcart__subtotal {
    color: #fff; }

#terms_conditions {
  cursor: pointer; }
  #terms_conditions ~ .form-check-label {
    cursor: pointer; }
    #terms_conditions ~ .form-check-label a {
      border-bottom: 1px solid var(--body-color); }
  #terms_conditions:checked ~ .cart-modal__btn--checkout {
    opacity: 1;
    pointer-events: auto; }

.product-price {
  font-size: 14px;
  color: var(--body-color); }
  .product-price.product-price--regular {
    position: relative;
    color: var(--primary);
    opacity: .5;
    padding: 0 2px;
    font-weight: 400; }
    .product-price.product-price--regular:before {
      content: "";
      display: block;
      top: 48%;
      width: 100%;
      height: 1px;
      background-color: var(--primary);
      opacity: .5;
      position: absolute;
      left: 0; }
  .product-price.product-price__has-sale {
    color: #FB4005; }

.product-card {
  position: relative; }
  .product-card .img-primary {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s ease; }
  .product-card .img-secondary {
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: all 0.7s ease; }
  @media (min-width: 992px) {
    .product-card:hover .img-primary {
      opacity: 0;
      visibility: hidden; }
    .product-card:hover .img-secondary {
      visibility: visible;
      opacity: 1;
      transform: scale(1.1); }
    .product-card:hover .product-card__countdown {
      opacity: 0;
      visibility: hidden;
      margin-bottom: 0; } }

.product-card__image-wrapper {
  position: relative; }

.product-card__image-link {
  display: block;
  overflow: hidden;
  position: relative;
 }

.product-card__tags {
  color: var(--secondary);
  font-size: calc(var(--font-size-base) - 2px); }
  .product-card__tags a {
    color: var(--secondary); }
    .product-card__tags a:hover {
      color: var(--heading-color); }

.product-card__vendor {
  color: var(--secondary);
  font-size: calc(var(--font-size-base) - 2px); }
  .product-card__vendor label {
    display: none; }
  .product-card__vendor a {
    color: var(--secondary); }
    .product-card__vendor a:hover {
      color: var(--primary); }

.product-card__name {
  position: relative;
  font-family: var(--font-body-family); }
  .product-card__name a {
    transition: color .3s ease;
    color: var(--product-name-color); }
    .product-card__name a span {
      position: relative; }
    .product-card__name a:hover {
      color: var(--product-name-hover-color); }

.product-card__label {
  top: 0;
  margin: 12px 12px 0;
  font-size: 13px;
  line-height: 15px;
  display: block;
  z-index: 1; }
  .product-card__label > span {
    margin-bottom: 4px; }

.label-on-sale {
  background: var(--sale-badge-bg-color);
  color: var(--sale-badge-color); }

.label-new {
  margin-bottom: 10px;
  background: var(--new-badge-bg-color);
  color: var(--new-badge-color); }

.label-sold-out {
  background: var(--sold-out-badge-bg-color);
  color: var(--sold-out-badge-color); }

.label-pre-order {
  background: var(--pre-order-badge-bg-color);
  color: var(--pre-order-badge-color); }

.btn--wishlist-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--body-color);
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  transition: all .3s ease; }
  .btn--wishlist-page:hover {
    color: #fff;
    background: var(--primary); }

.product-grid .product-card__image-link {
  opacity: 1;
  transition: all .1s ease; }
  .product-grid .product-card__image-link.image-out-of-stok::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1; }

.product-grid .product-card__review {
  opacity: 1;
  transition: all .3s ease; }

.product-grid .spr-badge .spr-badge-caption {
  display: none; }

.product-grid.grid__style1 .product-card__label {
  margin: 8px; }

.product-grid.grid__style1 .product-card__countdown {
  transition: all .4s ease;
  opacity: 1;
  visibility: visible;
  margin-bottom: 16px; }

.product-grid.grid__style1 .shop-action {
  margin: 8px; }
  @media (min-width: 992px) {
    .product-grid.grid__style1 .shop-action {
      margin: 16px; }
      .product-grid.grid__style1 .shop-action.start-0 .btn--action {
        transform: translateX(-20px); }
      .product-grid.grid__style1 .shop-action.end-0 .btn--action {
        transform: translateX(20px); } }

.product-grid.grid__style1 .btn--wishlist .heart-fill {
  display: none; }

.product-grid.grid__style1 .btn--wishlist.is-added .heart-fill {
  display: block; }

.product-grid.grid__style1 .btn--wishlist.is-added .heart {
  display: none; }

.product-grid.grid__style1 .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--body-color);
  background-color: #fff;
  border: 0;
  margin-bottom: 8px;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: all .4s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
  .product-grid.grid__style1 .btn--action:hover {
    color: #fff;
    background-color: var(--heading-color); }
  @media (min-width: 992px) {
    .product-grid.grid__style1 .btn--action {
      visibility: hidden;
      opacity: 0; } }
  @media (max-width: 991.98px) {
    .product-grid.grid__style1 .btn--action {
      width: 32px;
      height: 32px; }
      .product-grid.grid__style1 .btn--action svg {
        width: 14px;
        height: 14px; } }

@media (min-width: 992px) {
  .product-grid.grid__style1:hover .product-card__countdown { 
    margin-bottom: 0; 
    visibility: hidden; 
    opacity: 0;}
  .product-grid.grid__style1:hover .btn--action {
    opacity: 1;
    visibility: visible; }
  .product-grid.grid__style1:hover .shop-action.start-0 .btn--action,
  .product-grid.grid__style1:hover .shop-action.end-0 .btn--action {
    transform: translateX(0); } }

.product-grid.grid__style2 .product-card__label {
  margin: 8px; }

.product-grid.grid__style2 .product-card__countdown {
  margin-bottom: 16px; }

.product-grid.grid__style2 .product-card__buttons {
  right: 0;
  bottom: -20px;
  z-index: 1;
  transition: all .4s ease; }
  @media (min-width: 992px) {
    .product-grid.grid__style2 .product-card__buttons {
      left: 0;
      bottom: -4px;
      visibility: hidden;
      opacity: 0; } }

.product-grid.grid__style2 .shop-action {
  margin: 8px;
  z-index: 1; }
  @media (min-width: 992px) {
    .product-grid.grid__style2 .shop-action.start-0 .btn--action {
      transform: translateX(-20px); }
    .product-grid.grid__style2 .shop-action.end-0 .btn--action {
      transform: translateX(20px); } }

.product-grid.grid__style2 .btn--add-to-cart {
  position: relative;
  background: #fff;
  color: var(--body-color);
  z-index: 1;
  font-size: 15px;
  padding: 10px 29px;
  transition: all .4s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
  .product-grid.grid__style2 .btn--add-to-cart:hover {
    color: #fff;
    background-color: var(--heading-color); }
  @media (max-width: 991.98px) {
    .product-grid.grid__style2 .btn--add-to-cart {
      padding: 0;
      width: 40px !important;
      height: 40px;
      margin-right: 8px; } }

.product-grid.grid__style2 .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--body-color);
  background-color: #fff;
  border: 0;
  margin-bottom: 8px;
  z-index: 2;
  border-radius: 50%;
  transition: all .4s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
  .product-grid.grid__style2 .btn--action:hover {
    color: #fff;
    background-color: var(--heading-color); }
  @media (min-width: 992px) {
    .product-grid.grid__style2 .btn--action {
      visibility: hidden;
      opacity: 0; } }
  @media (max-width: 991.98px) {
    .product-grid.grid__style2 .btn--action {
      width: 32px;
      height: 32px;
      color: var(--body-color);
      background-color: #fff; }
      .product-grid.grid__style2 .btn--action svg {
        width: 14px;
        height: 14px; } }

.product-grid.grid__style2 .btn--wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  padding: 0;
  color: var(--secondary);
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  transition: all .4s ease; }
  .product-grid.grid__style2 .btn--wishlist:hover {
    color: #fff;
    background-color: var(--heading-color); }
  @media (max-width: 991.98px) {
    .product-grid.grid__style2 .btn--wishlist {
      width: 32px;
      height: 32px;
      color: var(--body-color);
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
      .product-grid.grid__style2 .btn--wishlist svg {
        width: 14px;
        height: 14px; } }
  .product-grid.grid__style2 .btn--wishlist .heart-fill {
    display: none; }
  .product-grid.grid__style2 .btn--wishlist.is-added .heart-fill {
    display: block; }
  .product-grid.grid__style2 .btn--wishlist.is-added .heart {
    display: none; }

@media (min-width: 992px) {
  .product-grid.grid__style2:hover .product-card__buttons {
    bottom: 16px;
    opacity: 1;
    visibility: visible; }
  .product-grid.grid__style2:hover .btn--wishlist {
    color: var(--body-color);
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
    .product-grid.grid__style2:hover .btn--wishlist:hover {
      color: #fff;
      background-color: var(--heading-color); }
  .product-grid.grid__style2:hover .shop-action.start-0 .btn--action,
  .product-grid.grid__style2:hover .shop-action.end-0 .btn--action {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; } }

.product-grid.grid__style3 .product-card__countdown {
  transition: all .5s ease;
  visibility: visible;
  opacity: 1;
  margin-bottom: 16px; }

.product-grid.grid__style3 .shop-action {
  transition: all .5s ease;
  z-index: 1;
  left: 50%; }
  @media (min-width: 992px) {
    .product-grid.grid__style3 .shop-action {
      visibility: hidden;
      opacity: 0;
      margin-top: 20px;
      top: 50%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 991.98px) {
    .product-grid.grid__style3 .shop-action {
      bottom: 0;
      left: 4px;
      margin-bottom: -20px; } }

.product-grid.grid__style3 .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 4px;
  color: var(--body-color);
  background-color: #fff;
  border: 0;
  z-index: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: all .4s ease; }
  .product-grid.grid__style3 .btn--action:hover {
    color: #fff;
    background-color: var(--heading-color); }
  @media (max-width: 991.98px) {
    .product-grid.grid__style3 .btn--action svg {
      width: 14px;
      height: 14px; } }

.product-grid.grid__style3 .btn--wishlist .heart-fill {
  display: none; }

.product-grid.grid__style3 .btn--wishlist.is-added .heart-fill {
  display: block; }

.product-grid.grid__style3 .btn--wishlist.is-added .heart {
  display: none; }

@media (min-width: 992px) {
  .product-grid.grid__style3:hover .product-card__countdown {
    visibility: hidden;
    opacity: 0;
    margin-bottom: 0;
  }
  .product-grid.grid__style3:hover .shop-action {
    margin-top: 0;
    opacity: 1;
    visibility: visible; } }

.product-grid.grid__style3 .product-card__swatch {
  margin-top: 12px; }

.product-grid.grid__style4 .product-card__label {
  margin: 8px; }

.product-grid.grid__style4 .product-card__countdown {
  margin-bottom: 16px; }

.product-grid.grid__style4 .shop-action {
  margin: 8px;
  z-index: 1; }
  @media (min-width: 992px) {
    .product-grid.grid__style4 .shop-action.start-0 .btn--action {
      transform: translateX(-20px); }
    .product-grid.grid__style4 .shop-action.end-0 .btn--action {
      transform: translateX(20px); } }

.product-grid.grid__style4 .btn--wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  padding: 0;
  color: var(--secondary);
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  transition: all .4s ease; }
  .product-grid.grid__style4 .btn--wishlist:hover {
    color: #fff;
    background: var(--primary); }
  @media (max-width: 991.98px) {
    .product-grid.grid__style4 .btn--wishlist {
      width: 32px;
      height: 32px;
      color: var(--body-color);
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
      .product-grid.grid__style4 .btn--wishlist svg {
        width: 14px;
        height: 14px; } }
  .product-grid.grid__style4 .btn--wishlist .heart-fill {
    display: none; }
  .product-grid.grid__style4 .btn--wishlist.is-added .heart-fill {
    display: block; }
  .product-grid.grid__style4 .btn--wishlist.is-added .heart {
    display: none; }

.product-grid.grid__style4 .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--body-color);
  background-color: #fff;
  border: 0;
  margin-bottom: 8px;
  z-index: 1;
  border-radius: 50%;
  transition: all .4s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
  @media (min-width: 992px) {
    .product-grid.grid__style4 .btn--action {
      visibility: hidden;
      opacity: 0; } }
  .product-grid.grid__style4 .btn--action:hover {
    color: #fff;
    background: var(--primary); }
  @media (max-width: 991.98px) {
    .product-grid.grid__style4 .btn--action {
      width: 32px;
      height: 32px;
      color: var(--body-color);
      background-color: #fff; }
      .product-grid.grid__style4 .btn--action svg {
        width: 14px;
        height: 14px; } }

@media (min-width: 992px) {
  .product-grid.grid__style4:hover .btn--wishlist {
    color: var(--body-color);
    background-color: #fff; }
    .product-grid.grid__style4:hover .btn--wishlist:hover {
      color: #fff;
      background: var(--primary); }
  .product-grid.grid__style4:hover .btn--action {
    opacity: 1;
    visibility: visible; }
  .product-grid.grid__style4:hover .shop-action.start-0 .btn--action,
  .product-grid.grid__style4:hover .shop-action.end-0 .btn--action {
    transform: translateX(0); } }

.product-grid.grid__style5 .product-card__countdown {
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .product-grid.grid__style5 .product-card__countdown {
      display: none !important; } }

.product-grid.grid__style5 .btn--wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 8px;
  color: var(--secondary);
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  transition: all .4s ease; }
  .product-grid.grid__style5 .btn--wishlist .heart-fill {
    display: none; }
  .product-grid.grid__style5 .btn--wishlist.is-added .heart-fill {
    display: block; }
  .product-grid.grid__style5 .btn--wishlist.is-added .heart {
    display: none; }
  @media (max-width: 991.98px) {
    .product-grid.grid__style5 .btn--wishlist {
      width: 32px;
      height: 32px;
      color: var(--body-color);
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
      .product-grid.grid__style5 .btn--wishlist svg {
        width: 14px;
        height: 14px; }
      .product-grid.grid__style5 .btn--wishlist:hover {
        color: #fff;
        background: var(--primary); } }

.product-grid.grid__style5 .shop-action {
  margin-bottom: 8px;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    .product-grid.grid__style5 .shop-action {
      visibility: hidden;
      opacity: 0; } }

.product-grid.grid__style5 .btn--action {
  position: relative;
  background: #fff;
  z-index: 1;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
  .product-grid.grid__style5 .btn--action svg {
    margin-bottom: 2px;
    margin-right: 5px; }
  .product-grid.grid__style5 .btn--action:hover {
    color: #fff;
    background: var(--primary); }
  @media (max-width: 991.98px) {
    .product-grid.grid__style5 .btn--action {
      font-size: 13px;
      font-weight: 500;
      padding: 6px 15px;
      width: auto; } }

@media (min-width: 992px) {
  .product-grid.grid__style5:hover .btn--wishlist {
    color: var(--body-color);
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
    .product-grid.grid__style5:hover .btn--wishlist:hover {
      color: #fff;
      background: var(--primary); }
  .product-grid.grid__style5:hover .shop-action {
    margin-bottom: 24px;
    visibility: visible;
    opacity: 1; } 
  .product-grid.grid__style5:hover .product-card__countdown {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;}}

.product-grid.grid__style5 .product-card__swatch {
  margin-top: 12px; }

.product-grid .product-card__swatch {
  margin-top: 12px;
display: none;
}

.product-card__list {
  border-bottom: 1px solid var(--border-lighter-color); }
  @media (min-width: 992px) {
    .product-card__list .shop-action:before {
      content: "";
      position: absolute;
      left: 0;
      width: 1px;
      height: 100%;
      background: var(--border-lighter-color);
      display: block;
      top: 0; } }
  .product-card__list .btn--action {
    position: relative;
    transition: all .3s ease;
    border: 1px solid var(--border-color);
    padding: 10px;
    line-height: 18px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary); }
    .product-card__list .btn--action.is-added, .product-card__list .btn--action:hover {
      background-color: var(--body-color);
      border-color: var(--body-color); }

.product-card__list1 {
  border-bottom: 1px solid var(--border-lighter-color); }
  .product-card__list1 .product-card__label {
    margin: 8px; }
  .product-card__list1 .shop-action {
    transform: translateX(10px);
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0; }
  .product-card__list1 .btn--add-to-cart {
    position: relative;
    color: #fff;
    background: var(--primary);
    font-size: 15px;
    padding: 10px 35px;
    transition: all .3s ease; }
    @media (max-width: 767.98px) {
      .product-card__list1 .btn--add-to-cart {
        font-size: 13px;
        padding: 8px 25px; } }
    .product-card__list1 .btn--add-to-cart:hover {
      background-color: var(--body-color); }
  .product-card__list1 .btn--action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--body-color);
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    transition: all .3s ease; }
    .product-card__list1 .btn--action:hover {
      color: #fff;
      background: var(--primary); }
  .product-card__list1 .btn--quickview {
    margin-top: 8px; }
  .product-card__list1 .btn--wishlist .heart-fill {
    display: none; }
  .product-card__list1 .btn--wishlist.is-added .heart-fill {
    display: block; }
  .product-card__list1 .btn--wishlist.is-added .heart {
    display: none; }
  @media (min-width: 768px) {
    .product-card__list1:hover .shop-action {
      transform: translateX(0);
      opacity: 1;
      visibility: visible; } }

.product-card__swatch:empty {
  display: none; }

.product-card__swatch li {
  margin: 2px;
  border: 1px solid #DADBE0;
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 50%; }
  .product-card__swatch li:hover, .product-card__swatch li.is-active {
    border-color: var(--body-color); }
  .product-card__swatch li.variant-has-image {
    width: 30px;
    height: 30px; }
    .product-card__swatch li.variant-has-image label {
      width: 22px;
      height: 22px; }

.product-card__swatch label {
  width: 16px;
  height: 16px;
  background-size: cover;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.product-card__swatch .extendlink.more_option_item {
  display: none; }

.product-card__swatch .more_option {
  cursor: pointer;
  border: 0;
  font-size: 14px;
  overflow: hidden;
  line-height: 10px;
  display: flex;
  align-items: center; }
  .product-card__swatch .more_option::before {
    content: "-"; }
  .product-card__swatch .more_option.more_option_active::before {
    content: "+"; }

.product-list__style1 .product-card__image-wrapper {
  max-width: 96px;
  width: 100%;
  border-radius: 8px; }

/* SECTION COUNTDOWN */
.product-card__countdown {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease; }
.product-card__countdown .countdown-title {
  color: var(--secondary); }

.product-card__countdown .countdown__item {
  text-align: center;
  padding: 0 2px;
  line-height: 1;
  position: relative; }
  .product-card__countdown .countdown__item:not(:last-child) {
    margin-right: 8px; }
    .product-card__countdown .countdown__item:not(:last-child):before, .product-card__countdown .countdown__item:not(:last-child):after {
      content: "";
      width: 2px;
      height: 2px;
      background-color: var(--heading-color);
      position: absolute;
      border-radius: 50%;
      top: 5px;
      right: -6px;
      display: block; }
    .product-card__countdown .countdown__item:not(:last-child)::after {
      top: 11px; }
  .product-card__countdown .countdown__item span:first-child {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 4px; }
  .product-card__countdown .countdown__item span:last-child {
    display: block;
    color: var(--secondary);
    font-size: 10px; }

.article__meta {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary); }
  .article__meta .icon {
    margin-right: 3px;
    display: flex;
    color: var(--body-color); }
  .article__meta span,
  .article__meta a {
    color: var(--heading-color); }
    .article__meta span:hover,
    .article__meta a:hover {
      color: var(--body-color); }
  .article__meta > div {
    position: relative; }
    .article__meta > div:not(:last-child) {
      margin-right: 16px; }
  .article__meta .text-white > a,
  .article__meta .text-white > span {
    color: #fff; }

.article__meta-tags .tags__item {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary); }
  .article__meta-tags .tags__item .tags__item {
    color: var(--secondary); }

.blog_social_sharing .list-social__link {
  color: #999; }
  .blog_social_sharing .list-social__link:hover {
    color: var(--primary); }

.article__btn {
  text-transform: capitalize;
  transition: all .2s ease; }

.blog__grid1 .article__featured-image-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.blog__grid1 .article__content {
  z-index: 2; }

.blog__grid2 .article__content {
  padding: 24px 24px 0;
  position: relative;
  margin: -70px 40px 0;
  background-color: #fff;
  border-radius: 8px 8px 0 0; }

.vela-section-blogs .article__title {
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--font-body-family); }

/*slick*/
.slick-carousel {
  display: none;
  margin-top: 0; }
  .slick-carousel.slick-initialized {
    display: block; }
  .slick-carousel .slick-carousel__item {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5); }

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }
  .slick-slide:focus {
    outline: 0; }

.slick-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: -24px;
  top: 50%;
  padding: 0;
  color: #1F1F27;
  border: 0;
  background-color: #fff;
  font-size: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition: all .3s ease; }
  .slick-arrow:before {
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: block;
    width: 7px;
    height: 12px;
    background-color: #1F1F27; }
  .slick-arrow svg {
    width: 7px;
    height: 12px; }
  .slick-arrow:focus, .slick-arrow:hover {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-color: var(--primary);
    opacity: 1;
    border-color: var(--primary); }
    .slick-arrow:focus::before, .slick-arrow:hover::before {
      background-color: #fff; }
  .slick-arrow.slick-hidden {
    display: none; }
  .slick-arrow.slick-disabled {
    opacity: .5;
    cursor: not-allowed; }

.slick-prev {
  left: 0; }
  @media (max-width: 991.98px) {
    .slick-prev {
      left: calc(.5 * var(--bs-gutter-x) + 8px); } }
  .slick-prev:before {
    -webkit-mask-image: url("data:image/svg+xml,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    mask-image: url("data:image/svg+xml,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    margin-right: 1px; }

.slick-next {
  right: 0; }
  @media (max-width: 991.98px) {
    .slick-next {
      right: calc(.5 * var(--bs-gutter-x) + 8px); } }
  .slick-next:before {
    -webkit-mask-image: url("data:image/svg+xml,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    mask-image: url("data:image/svg+xml,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    margin-left: 1px; }

.slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -30px;
  display: flex;
  flex-wrap: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .slick-dots li {
    padding: 0 6px;
    border: 0;
    border-radius: 50%; }
    .slick-dots li.slick-active button {
      width: 24px;
      opacity: 1; }
  .slick-dots button {
    display: block;
    background: var(--heading-color);
    opacity: .3;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    font-size: 0;
    transition: all .3s ease; }

.slick-carousel.slick-dotted {
  margin-bottom: 28px; }
  .slick-carousel.slick-dotted .slick-dots {
    bottom: -28px; }

@media (min-width: 992px) {
  .slick-carousel .slick-arrow {
    visibility: hidden;
    opacity: 0; }
  .slick-carousel.slick-dotted {
    margin-bottom: 38px; }
    .slick-carousel.slick-dotted .slick-dots {
      bottom: -38px; }
  .slick-carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1; }
    .slick-carousel:hover .slick-arrow.slick-disabled {
      opacity: .4; }
  .slick-carousel:hover .slick-prev {
    left: calc(.5 * var(--bs-gutter-x) + 16px); }
  .slick-carousel:hover .slick-next {
    right: calc(.5 * var(--bs-gutter-x) + 16px); } }

@media (max-width: 767.98px) {
  .slick-carousel__variableWidth .container, .slick-carousel__variableWidth .container-fluid, .slick-carousel__variableWidth .container-xl, .slick-carousel__variableWidth .container-xxl {
    padding-right: 0 !important; } }

/* endslick */
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media (max-width: 767.98px) {
  .slick-carousel__variableWidth .box-width {
    width: var(--card-w); } }

.slick-arrow__bottom {
  padding-bottom: 70px; }
  .slick-arrow__bottom .slick-arrow {
    visibility: visible;
    opacity: 1;
    top: auto;
    bottom: 0;
    margin-top: inherit; }
  .slick-arrow__bottom .slick-prev {
    left: calc(var(--bs-gutter-x) * .5) !important; }
  .slick-arrow__bottom .slick-next {
    left: calc(var(--bs-gutter-x) * .5) !important;
    margin-left: 70px; }

@media (min-width: 992px) {
  .carousel-custom.slick-carousel {
    margin-bottom: 0 !important; }
  .carousel-custom .slick-dots {
    display: none !important; } }

@media (max-width: 991.98px) {
  .carousel-custom .slick-arrow {
    display: none !important; } }

/*wishlist page*/
.wishlist-page__content .pre-loading {
  display: none; }

.wishlist-page__content.loading .pre-loading {
  display: block; }

.wishlist-count .count {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -15px;
  color: #fff;
  background-color: var(--body-color); }

.vela-btn {
  font-size: var(--vl-b-fs);
  color: var(--vl-b-cl);
  padding: var(--vl-b-pd);
  margin: var(--vl-b-mg);
  border-width: var(--vl-b-bd-w, 0);
  border-style: solid;
  border-color: var(--vl-b-bd-cl);
  background-color: var(--vl-b-bg-cl);
  transition: all 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .vela-btn {
      transition: none; } }
  @media (max-width: 767.98px) {
    .vela-btn {
      font-size: var(--vl-b-fs-m);
      margin: var(--vl-b-mg-m, var(--vl-b-mg));
      padding: var(--vl-b-pd-m, 8px 20px); } }
  .vela-btn:hover {
    color: var(--vl-b-cl-h);
    border-color: var(--vl-b-bd-cl-h);
    background-color: var(--vl-b-bg-cl-h); }
  .vela-btn.btn__special-style {
    position: relative; }
    .vela-btn.btn__special-style::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 24px;
      height: 2px;
      background-color: var(--vl-b-bd-cl);
      transition: all .3s ease; }
    .vela-btn.btn__special-style:hover::after {
      width: 100%;
      background-color: var(--vl-b-bd-cl-h); }

.vela-text {
  color: var(--vl-t-cl);
  font-size: var(--vl-t-fs-m);
  margin: var(--vl-t-mg-m, 0);
  line-height: calc(var(--vl-t-fs-m) + 6px); }
  @media (min-width: 768px) {
    .vela-text {
      font-size: var(--vl-t-fs-tl, var(--vl-t-fs));
      margin: var(--vl-t-mg-tl, var(--vl-t-mg));
      line-height: calc(var(--vl-t-fs-tl,var(--vl-t-fs)) + 6px); } }
  @media (min-width: 992px) {
    .vela-text {
      font-size: var(--vl-t-fs);
      margin: var(--vl-t-mg, 0);
      line-height: calc(var(--vl-t-fs) + 10px); } }

.page-faqs__heading .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: var(--color-text);
  margin-bottom: 15px; }

@media (max-width: 991.98px) {
  .faqs {
    padding-top: 30px; } }

.faqs__desc p {
  margin-bottom: 20px; }

.template-search__search {
  max-width: 570px; }

/* __ velaSlideshow ___ */
.vela-slideshow .slick-arrow {
  visibility: hidden;
  opacity: 0; }

@media (min-width: 768px) {
  .vela-slideshow:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .vela-slideshow:hover .slick-prev {
    left: 16px; }
  .vela-slideshow:hover .slick-next {
    right: 16px; } }

@media (min-width: 768px) and (min-width: 992px) {
  .vela-slideshow:hover .slick-prev {
    left: 45px; }
  .vela-slideshow:hover .slick-next {
    right: 45px; } }

.vela-slideshow .slick-dotted {
  margin-bottom: 0; }

.vela-slideshow .slick-dots {
  bottom: 30px; }
  @media (max-width: 767.98px) {
    .vela-slideshow .slick-dots {
      bottom: 15px; } }

.vela-slideshow.scroll_down .slick-dots {
  right: 0;
  z-index: 1;
  max-width: var(--sl-ct-mx-w, 1430px);
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem); }

.slide--image > div {
  height: var(--sl-mh, 400px);
  background-size: cover;
  background-repeat: no-repeat;}
  @media (min-width: 768px) {
    .slide--image > div {
      height: var(--sl-th, 600px); } }
  @media (min-width: 992px) {
    .slide--image > div {
      height: var(--sl-h, 800px); } }

.vela-slideshow__item  .slide--image > div,
.vela-slideshow__item  .slideshow--image > div {
  transition: all 1.3s linear;
  transform: scale(1.15);}
.vela-slideshow__item.slick-active .slide--image > div,
.vela-slideshow__item.slick-active .slideshow--image > div {
  transform: scale(1); }

.caption_container .container-fluid,
.caption_container .container {
  max-width: var(--sl-ct-mx-w, 1430px); }

.slideshow-caption {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .slideshow-caption {
      transition: none; } }
  .slick-active .slideshow-caption {
    opacity: 1; }
  @media (max-width: 767.98px) {
    .slideshow-caption.captionPosition {
      position: relative; } }
  .slideshow-caption__inner {
    position: relative; }
  .slideshow-caption__content {
    display: inline-block;
    background-color: var(--sl-box-bg);
    max-width: var(--sl-box-mx, auto);
    padding: var(--sl-box-pd-dt, 0); }
    @media (max-width: 767.98px) {
      .slideshow-caption__content {
        padding: var(--sl-box-pd-mb, 0); } }

/*custom animation*/
.slick-active .slideshow-caption__content > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in; }

.slick-active .animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slick-active .animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.slick-active .animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.slick-active .animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.slick-active .animate__delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.slick-active .animate__delay-2 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.6);
  animation-delay: calc(var(--animate-delay) * 1.6); }

.slick-active .animate__delay-3 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2.2);
  animation-delay: calc(var(--animate-delay) * 2.2); }

.slick-active .animate__delay-4 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2.8);
  animation-delay: calc(var(--animate-delay) * 2.8); }

.slick-active .animate__delay-5 {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3.4);
  animation-delay: calc(var(--animate-delay) * 3.4); }






.slick-active .animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.slick-active .animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.slick-active .animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.slick-active .animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

/*end custom */
.slide__scroll {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  font-size: 13px;
  line-height: 13px;
  font-weight: var(--font-heading-weight);
  margin-bottom: 35px; }

.btn-slide__scroll {
  color: var(--sl-btn-sd-cl);
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px;
  letter-spacing: 1.2px;
  font-size: 11px; }
  .btn-slide__scroll:hover {
    color: var(--primary); }
  .btn-slide__scroll .text-circle {
    fill: currentColor;
    height: auto;
    transform-origin: center;
    animation: rotation 7s infinite linear; }

@keyframes scropDown {
  0% {
    left: -5px;
    opacity: 1; }
  100% {
    left: -20px;
    opacity: .1; } }

.effect-rotate {
  animation: rotation 7s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/*slide-banner*/
.slideshow-banner .slick-dots {
  padding: 0 56px;
  justify-content: flex-start; }
  @media (max-width: 767.98px) {
    .slideshow-banner .slick-dots {
      padding: 0 18px; } }

.slideshow-banner .slide__banner-content {
  margin-left: 24px;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .slideshow-banner .slide__banner-content {
      margin-left: 16px;
      margin-bottom: 24px; } }

.slideshow-banner .slide__banner-btn {
  padding-bottom: 3px; }
  .slideshow-banner .slide__banner-btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 24px;
    height: 2px;
    background-color: var(--heading-color);
    transition: all .3s ease; }
  .slideshow-banner .slide__banner-btn:hover::after {
    width: 100%; }

.heading-group {
  position: relative; }
  .heading-group .heading {
    font-size: var(--font-size-heading); }
    @media (max-width: 991.98px) {
      .heading-group .heading {
        font-size: calc( var(--font-size-heading) - 2px); } }
    @media (max-width: 767.98px) {
      .heading-group .heading {
        font-size: calc( var(--font-size-heading) - 4px); } }
  .heading-group .sub-heading {
    line-height: 20px;
    font-size: calc(var(--font-size-base) + 1px); }

.section__heading .heading__style1 {
  position: relative;
  overflow: hidden; }
  .section__heading .heading__style1 > span {
    position: relative;
    padding: 0 30px; }
    .section__heading .heading__style1 > span::before {
      content: "";
      position: absolute;
      width: 2000px;
      height: 1px;
      background-color: var(--border-color);
      display: block;
      right: 100%;
      top: 50%; }
    .section__heading .heading__style1 > span::after {
      content: "";
      position: absolute;
      width: 2000px;
      height: 1px;
      background-color: var(--border-color);
      display: block;
      left: 100%;
      top: 50%; }
  .section__heading .heading__style1.text-start > span {
    padding-left: 0; }
    .section__heading .heading__style1.text-start > span::before {
      display: none; }
  .section__heading .heading__style1.text-end > span {
    padding-right: 0; }
    .section__heading .heading__style1.text-end > span::after {
      display: none; }

.section__heading .heading__style2 {
  position: relative;
  overflow: hidden; }
  .section__heading .heading__style2 > span {
    position: relative;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .section__heading .heading__style2 > span {
        padding: 0 40px; } }
    @media (min-width: 992px) {
      .section__heading .heading__style2 > span {
        padding: 0 70px; } }
    .section__heading .heading__style2 > span::before {
      content: "";
      position: absolute;
      width: 130px;
      height: 4px;
      background-color: transparent;
      border-top: 1px solid var(--border-color);
      border-bottom: 1px solid var(--border-color);
      display: block;
      margin-top: -2px;
      right: 100%;
      top: 50%; }
    .section__heading .heading__style2 > span::after {
      content: "";
      position: absolute;
      width: 130px;
      height: 4px;
      background-color: transparent;
      border-top: 1px solid var(--border-color);
      border-bottom: 1px solid var(--border-color);
      display: block;
      margin-top: -2px;
      left: 100%;
      top: 50%; }
  .section__heading .heading__style2.text-start > span {
    padding-left: 0; }
    .section__heading .heading__style2.text-start > span::before {
      display: none; }
  .section__heading .heading__style2.text-end > span {
    padding-right: 0; }
    .section__heading .heading__style2.text-end > span::after {
      display: none; }

.logo-effect .card__image {
  opacity: 0.3;
  transition: all .35s ease; }
  .logo-effect .card__image:hover {
    opacity: 1; }

.brand-list__item a {
  max-width: 100%; }

/* Header menu drawer */
.header__icon--menu {
  position: initial;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center; }
  .header__icon--menu .icon {
    display: block;
    position: absolute; }
  .header__icon--menu .icon-close {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 10px;
    color: #fff;
    transform: translateX(0);
    transition: transform 0.25s ease, visibility 0.25s ease; }
  .header__icon--menu[aria-expanded=true]:before {
    content: '';
    position: fixed;
    cursor: default;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(33, 37, 41, 0.3);
    z-index: 2;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px); }
  .header__icon--menu[aria-expanded=true] .icon-close {
    transform: translateX(330px);
    z-index: 99;
    visibility: visible;
    opacity: 1; }

.overflow-hidden-mobile {
  overflow: hidden; }

details[open] > .menu-drawer__submenu {
  -webkit-transition: transform 0.25s ease, visibility 0.25s ease;
  -ms-transition: transform 0.25s ease, visibility 0.25s ease;
  transition: transform 0.25s ease, visibility 0.25s ease; }

details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible; }

.menu-drawer {
  position: fixed;
  -webkit-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  transform: translateX(-350px);
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 0;
  width: 350px;
  max-width: 100%;
  padding: 0;
  border-left: 0;
  background-color: #fff;
  overflow: hidden;
  height: 100vh;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); }
  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
    overflow-y: scroll; }
  .menu-drawer__navigation {
    padding: 12px 0; }
  .menu-drawer__inner-submenu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
  .menu-drawer__menu-item {
    padding: 12px 24px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-link); }
    .menu-drawer__menu-item a {
      color: var(--color-link); }
    .menu-drawer__menu-item > .icon-arrow {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--body-color); }
    .menu-drawer__menu-item .label-hot,
    .menu-drawer__menu-item .label-new {
      display: inline-block;
      font-size: 12px;
      position: relative;
      padding: 2px 10px;
      text-align: center;
      right: 0;
      margin: 0 0 0 8px;
      line-height: 20px;
      border-radius: 30px;
      color: #fff; }
    .menu-drawer__menu-item .label-new {
      background: #7ec433; }
      .menu-drawer__menu-item .label-new:after {
        border-right: 5px solid #7ec433; }
    .menu-drawer__menu-item .label-hot {
      background: #e53939; }
      .menu-drawer__menu-item .label-hot:after {
        border-right: 5px solid #e53939; }
  .menu-drawer__close-button {
    text-decoration: none;
    line-height: 16px;
    padding: 16px 24px;
    margin-bottom: 8px; }
  .menu-drawer__utility-links {
    padding: 15px 25px;
    background-color: #e8e8e8; }

.menu-drawer__close-button .label-hot,
.menu-drawer__close-button .label-new {
  display: inline-block;
  font-size: 9px;
  position: relative;
  padding: 0 8px;
  text-align: center;
  right: 0;
  margin: 0 0 0 8px;

  line-height: 18px;
  font-weight: 500;
  border-radius: 1px;
  color: #fff;
  top: -2px;
  text-transform: uppercase; }
  .menu-drawer__close-button .label-hot:after,
  .menu-drawer__close-button .label-new:after {
    position: absolute;
    bottom: 4px;
    left: -5px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }

.menu-drawer__close-button .label-new {
  background: #7ec433; }
  .menu-drawer__close-button .label-new:after {
    border-right: 5px solid #7ec433; }

.menu-drawer__close-button .label-hot {
  background: #e53939; }
  .menu-drawer__close-button .label-hot:after {
    border-right: 5px solid #e53939; }

.menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden; }
  .menu-drawer__submenu .menu-drawer__submenu {
    overflow-y: auto; }

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important; } }

.menu-drawer__tab-heading {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px; }
  .menu-drawer__tab-heading .nav-link {
    color: rgba(255, 255, 255, 0.3);
    line-height: 32px; }
    .menu-drawer__tab-heading .nav-link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 0;
      background-color: #fff;
      transition: .3s all ease; }
    .menu-drawer__tab-heading .nav-link.active {
      color: #fff; }
      .menu-drawer__tab-heading .nav-link.active::before {
        height: 2px; }

.verticalMenu__style1 {
  padding: 24px; }
  .verticalMenu__style1 .list-menu__item {
    display: block; }

.verticalMenu__style2 > .menu-drawer__menu {
  padding: 0 24px; }
  .verticalMenu__style2 > .menu-drawer__menu > li:not(:last-child) {
    border-bottom: 1px solid var(--border-color); }

.verticalMenu__style2 .menu-drawer__collection-image {
  width: 56px;
  min-width: 56px;
  margin-right: 16px; }

/* end menu drawer */
.contact_form1 label {
  color: var(--heading-color);
  font-weight: var(--font-heading-weight); }

.contact_form1 .icons {
  border: 1px solid var(--border-color);
  width: 50px;
  height: 50px;
  min-width: 50px; }

.contact_form2 label {
  color: var(--heading-color);
  font-weight: var(--font-heading-weight); }

.contact_form2 .contact_form2__map {
  border: 1px solid var(--border-color);
  box-shadow: 0 0 5px #ccc; }
  .contact_form2 .contact_form2__map iframe {
    width: 100%;
    height: var(--gm-h-m); }
    @media (min-width: 768px) {
      .contact_form2 .contact_form2__map iframe {
        height: var(--gm-h); } }

.google-map__map iframe {
  width: 100%;
  height: var(--gm-h-m); }
  @media (min-width: 768px) {
    .google-map__map iframe {
      height: var(--gm-h); } }

.map_grey {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  transition: filter .5s ease; }
  .map_grey:hover {
    filter: none; }

.location-store__image .card__image,
.location-store__image .card_wrap {
  height: 100%; }

.location-store__image img {
  height: 100% !important;
  object-fit: cover; }

.location-store__info {
  margin: 17% 10%; }

.vela-section-blogs .link-more {
  font-size: 12px; }

.vela-section-blogs .article__title a {
  color: var(--heading-color);
  transition: all .3s ease; }
  .vela-section-blogs .article__title a:hover {
    color: var(--primary); }

.vela-section-blogs .blog_title {
  transition: all .2s ease;
  background: #fff; }
  .vela-section-blogs .blog_title:hover {
    background: var(--primary);
    color: #fff; }

.vela-section-blogs .slick-dots {
  position: static;
  margin-top: 30px; }

.vela-section-blogs .article__read-more:hover {
  color: var(--primary); }

.vela-section-blogs .blog__grid1 .article__featured-image-link {
  border-radius: 50% 50% 0 0; }

@media (min-width: 768px) {
  .section-newsletter {
    margin: var(--et-mg); } }

@media (max-width: 767.98px) {
  .section-newsletter {
    margin: var(--et-mg-mb); } }

.section-newsletter .btn--newsletter {
  font-weight: 400;
  font-size: 16px;
  margin-left: 8px; }

.section-newsletter .vela-section__inner {
  background-position: right bottom; }

.newsletter-layout__style1 .section-newsletter__content {
  max-width: 525px; }

.newsletter-layout__style2.mx-auto {
  border-radius: 16px; }

.newsletter-layout__style2 .section-newsletter__wrap {
  max-width: 1100px; }
  @media (min-width: 992px) {
    .newsletter-layout__style2 .section-newsletter__wrap {
      margin-right: 3%; } }
  @media (min-width: 1380px) {
    .newsletter-layout__style2 .section-newsletter__wrap {
      margin-right: 9%; } }

.newsletter-layout__style2 .section-newsletter__content {
  max-width: 420px; }

.newsletter-layout__style2 .section-newsletter__form {
  max-width: 545px; }

.template-captcha .shopify-challenge__button {
  border: 1px solid var(--border-color);
  background-color: #fff;
  color: var(--heading-color);
  margin-top: 30px !important;
  padding: 8px 25px; }
  .template-captcha .shopify-challenge__button:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff; }

.template-captcha .shopify-challenge__container {
  padding: 80px 0; }



/*Global Css Start*/
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap') !important;

body {
  font-family: 'Mulish', sans-serif !important;
  color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}
/*p {
    font-size: 16px !important;
    line-height: 22px !important;    
}*/
body:not([class*="template-index"]):not([class*="template-collection"]):not([class*="template-product"]) p {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #000 !important;
}
body:not([class*="template-index"]):not([class*="template-collection"]):not([class*="template-product"]) p a {
    color: #000 !important;
}
p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}
a.btn,
.contact_form .col-12 [type=submit] {
    font-family: 'Mulish', sans-serif !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 15px 40px;
    border: solid 1px #000;
    background-color: transparent;
    border-radius: 45px !important;
    color: #000;
    text-transform: uppercase;
}
a.btn:hover,
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__btn:hover,
.contact_form .col-12 [type=submit]:hover {
    background-color: #ffd728 !important;
    border-color: #ffd728 !important;
    color: #000 !important;
}
.heading-group .sub-heading {
     font-size: 20px !important;
    line-height: 28px !important;   
}
.label-new {
     color: #fff;
    background-color: #000;   
}
.label-sold-out {
     color: #fff;
    background-color: #e10000;   
}
h1,h2,h3,h4,h5,h6 {
   font-family: "Roboto", sans-serif !important; 
    font-weight: 700 !important;
color: #000 !important;
}
h1 {
     font-size: 46px !important;
    line-height: 54px !important;
}
h2 {
     font-size: 46px !important;
    line-height: 54px !important;   
}
h3 {
     font-size: 36px !important;
    line-height: 44px !important;   
}
h4 {
     font-size: 30px !important;
    line-height: 38px !important;   
}
h5 {
     font-size: 26px !important;
    line-height: 34px !important;   
}
h6 {
     font-size: 22px !important;
    line-height: 30px !important;   
}
/*Global Css End*/
/*Header Top Section Start*/
#shopify-section-sections--20762353533171__header {
background-color: #fff !important; 
    height: 99px;
}
#shopify-section-sections--20762353533171__header .vela-section {
    background-color: transparent !important;        
}
#shopify-section-sections--20762353533171__header .vela-section:hover {
    background-color: transparent;    
}
#shopify-section-sections--20762353533171__header ul.main-menu__nav li a {
font-family: "Mulish", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important; 
    font-weight: 800 !important;
    color: #000 !important;
    text-transform: uppercase !important;
}
#shopify-section-sections--20762353533171__header ul.main-menu__nav li a:hover {
    color: #ffd728 !important;
}
#shopify-section-sections--20762353533171__header .header-center {
    display: flex;
    justify-content: center;
    margin-top: -22px;
}
#shopify-section-sections--20762353533171__header .header-left img {
    margin-top: 6px;    
}
#shopify-section-sections--20762353533171__header .header-right {
    margin-top: -22px;    
}
.scrolled-past-header {
 top: 0px !important;
}
.scrolled-past-header .vela-section {
    background-color: transparent !important;
}
/*Header Top Section End*/

/*Banner Section Start*/
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .vela-section {
    margin-top: 0px;    
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slideshow-caption__inner {
/*    display: none !important;*/
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__btn {
    text-transform: uppercase;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap  {
    align-items: flex-end !important;    
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__heading  {
    color: #ffd935 !important;
    font-family: "Archivo Black", sans-serif !important;
    font-size: 88px !important;
    line-height: 1 !important;
    margin-bottom: 18px;
    text-transform: uppercase !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slideshow-caption__content  {
/*    padding-bottom: 10vw;*/
    padding-bottom: 4vw;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__desc {
     font-size: 24px !important;
    line-height: 32px !important;
    color: #fff !important;
    font-weight: 800 !important;
    margin-bottom: 27px;
}
.slideshow-caption__content {
/*    width: 40%;*/
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 ul.slick-dots li button {
    border-radius: 0 !important; 
    width: 32px !important;
    height: 5px !important;
    background-color: #fff !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slick-dots li.slick-active button {
    width: 32px !important;
    height: 5px !important;
    background-color: #fff !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slick-arrow {
   display: none !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slick-list .vela-slideshow__item  {
    height: auto !important;
}


#shopify-section-template--20762349764851__text_animations_xHm6m3 {
    background-color: #ffd935;
    height: 60px;
    display: flex;
    align-items: center;   
}
#shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item {
    font-size: 16px !important; 
    line-height: 26px !important;
    font-weight: 700 !important;
}
#shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item {
    position: relative !important;
}
#shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item:after {
    content: '';
    height: 11px !important;
    width: 11px !important;
    background-color: #000 !important;
    border-radius: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -50px;
}
/*Banner Section Etart*/

/*Category Section Start*/


#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-track .slick-slide {
    padding: 36px 12px 96px;  
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-track .slick-slide:hover {
    background-color: #fff7d7 !important;
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-track .multi-image-with-text__content-content {
    text-align: center;
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-track .multi-image-with-text__content-content span {
position: absolute;
    left: 0;
    right: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    text-align: center;
    bottom: -50px;
    display: inline-table;
border-bottom: solid 1px #5c594d;
    margin: 0 auto;
    color: #000 !important;
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .heading-group {
    margin-bottom: 16px !important;
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi {
/*    padding-top: 50px;*/
}
/* #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi */ .slick-carousel .slick-arrow {
        visibility: visible !important;
        opacity: 1 !important;
        background-color: transparent;
    position: absolute;
    border: solid 1px;
    width: 44px;
    height: 44px;
        top: -50px;
        right: 15px !important;
}
/* #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi*/  .slick-carousel .slick-arrow:hover,
.slick-carousel .slick-arrow:focus {
        background-color: #000 !important;     
}
/* #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi */ .slick-carousel .slick-arrow:before {
     display: none;
}
/* #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi*/  .slick-carousel .slick-prev {
        right: 74px !important;
    left: 0;
    margin-left: auto;
     background: url(/cdn/shop/files/product-categories-arrow-left.png?v=1764236566) no-repeat;
     background-position: 13px 12px;
}
/* #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi*/  .slick-carousel .slick-prev:hover,
.slick-carousel .slick-prev:focus {
     background: url(/cdn/shop/files/product-categories-arrow-left-h.png?v=1764236566) no-repeat;
         background-position: 13px 12px;
}
/* #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi */ .slick-carousel .slick-next {
     background: url(/cdn/shop/files/product-categories-arrow-right.png?v=1764236566) no-repeat; 
    background-position: 16px 12px;
}
/* #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi*/  .slick-carousel .slick-next:hover,
.slick-carousel .slick-next:focus {
      background: url(/cdn/shop/files/product-categories-arrow-right-h.png?v=1764236566) no-repeat; 
    background-position: 16px 12px;
}
/*Category Section End*/
/*Staff Section Start*/
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .heading-group {
     margin-bottom: 40px !important;   
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .product-banner__product .product-card .product-card__image-wrapper .card__image {
/*    background-color: #e4e9ec !important;
    height: 415px !important; */   
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .product-banner__product .product-card a.line-title {
    font-size: 18px;
    line-height: 26px;
    display: block;
    font-weight: 700 !important;
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .product-banner__product .product-card .product-price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;    
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .col-lg-6 {
padding-right: 30px;
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA a.product-banner__image {
border-radius: 0 !important;   
}
.shop-action .btn--action,
.product-grid.grid__style5 .btn--wishlist {
     background-color: #fff !important;
    border: solid 1px #979689 !important;
    width: 41px !important;
    height: 41px !important;
    border-radius: 100% !important;
}
.shop-action .btn--action svg,
.product-grid.grid__style5 .btn--wishlist svg {
    color: #000 !important;    
}
.shop-action .btn--action:hover,
.product-grid.grid__style5 .btn--wishlist:hover {
     background-color: #ffd728 !important;
/*    border: solid 1px #979689 !important;
    width: 41px !important;
    height: 41px !important;
    border-radius: 100% !important;*/
}
/*Staff Section End*/

/*Latest Collection Section Start*/
#shopify-section-template--20762349764851__flash_sale_7qFMNk .product-grid .product-card__image-link.image-out-of-stok::before {
     display: none !important;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .flash-sale__countdown {
    display: none !important;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .heading-group {
     display: flex !important;
    flex-direction: column;
    gap: 8px;  
    margin-bottom: 72px;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk  a.btn--viewall {
    position: absolute;
    top: -22px;
    left: 726px;  
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item h6  {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 800 !important;
    text-align: left;   
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item h6 a {
font-weight: 800 !important;    
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item .product-group-price {
    justify-content: flex-start !important;    
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item  .product-price {
     text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800 !important;   
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item .product-card__content--inner {
    padding-left: 30px;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item {
    position: relative;
    padding: 0 !important;
    padding-bottom: 64px !important;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item:after {
    content: '';
    width: 1px;
    height: 106%;
    background-color: #fff !important;
    position: absolute;
    right: 0;
    top: 0;
}

#shopify-section-template--20762349764851__flash_sale_7qFMNk  .slick-carousel .slick-arrow {
    top: -116px;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .text-center {
    padding: 0 !important;
}

.sp-compare-wrap {
    display: block !important;
}
.product-card .product-card__image-wrapper .sp-compare-wrap {
/*    display: block !important;
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 0 !important;*/
    display: block !important;
    position: absolute;
     bottom: -148px;
    right: 0;
    padding: 0 !important;
    left: 30px;
    display: none !important;
}  
.sp-compare-wrap span {
    font-size: 12px !important;
    line-height: 20px !important;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding-left: 25px;
}
.sp-compare-wrap:hover span {
/*    background-color: #000 !important;
    color: #fbdb00 !important;*/
}
.sp-compare-wrap span:hover {
    text-decoration: none !important;
}
.sp-compare-wrap label:after,
.sp-compare-wrap label:before {
/*    display: none;*/
    margin-top: 5px;
}
/*Latest Collection Section End*/

/*Look Section Start*/
#shopify-section-template--20762349764851__complementary_products_VfMEB8 {
    background: url(/cdn/shop/files/shop-the-look-bg-img.jpg?v=1764257136) no-repeat top center !important;
    background-size: cover !important;
}
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .sub-heading {
    font-size: 17px !important;
    line-height: 25px !important;
}
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .jdgm-prev-badge__stars {
    display: none !important; 
}
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .slick-carousel__item .product-card h6 {
    font-size: 20px !important;
    line-height: 28px !important;    
}
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .slick-carousel__item .product-card h6 a {
    font-weight: 800 !important;
}
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .complementary-products__image {
    border-radius: 0 !important;    
}
.slick-list .slick-carousel__item .product-price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
    color: #000 !important;
}
.slick-list .slick-carousel__item .product-card__name {
    color: #1a1a1a !important;
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 800 !important;
}
.slick-list .slick-carousel__item .product-card__name a {
     font-weight: 800 !important;   
}
.product-grid .product-card__image-link {
    border-radius: 0 !important;
}
/*Look Section End*/

/*Cta Section Start*/
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__banner {
    display: none !important;    
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY a.btn {
    text-transform: uppercase;
    border-color: #fff;
    color: #fff;
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY a.btn:hover {
    color: #000;
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__text p {
font-size: 20px !important;
    line-height: 28px;
    font-weight: 700;
    color: #fff !important;
    border-bottom: solid 1px #fff;
    display: inline;   
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__text h2 {
     color: #fff !important;
    margin-top: 9px;
    margin-bottom: 14px;    
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY {
background-position: top center !important;    
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .container {
     max-width: 100% !important;   
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text {
    margin-bottom: 0 !important;
    background-size: cover;
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__content {
     --mx-dt: 70% !important;   
}
/*Cta Section End*/

/*Bag Section Start*/
#shopify-section-template--20762349764851__image_with_text_fX6XRR h2 {
    font-family: "Archivo Black", sans-serif !important;
    font-size: 66px !important;
    line-height: 1 !important;
    text-align: center;
text-transform: uppercase;
    color: #000 !important;
  
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__content {
    background: url(/cdn/shop/files/drybags-right-img.png?v=1764270677) no-repeat top center !important;
    background-position: 73px 20px !important;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .vela-section  .container {
    max-width: 100% !important;    
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .card__image {
    margin-top: 18px;    
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
    text-transform: uppercase;
    background-color: #fff !important;
    border-color: #fff;
    color: #000;
    margin-top: 14px;
    margin-left: -155px;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn:hover {
    background-color: #ffd728 !important;
    border-color: #ffd728 !important;
    color: #000 !important;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__content  {
    display: flex;
    justify-content: flex-end;
    padding-right: 105px;    
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
    width: 55% !important;
    margin-top: -126px; 
}
/*Bag Section End*/




/*Icon Section Start*/
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col {
    padding: 48px 100px 65px;
    border-right: solid 1px #fff;
    padding-top: 48px;
    padding-bottom: 65px;
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col:last-child {
    border: none;
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col .multi-image-with-text__image {
    margin: 0 auto !important;
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col .card__image  {
    padding: 60px !important;    
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col img {
     width: 120px !important;   
}
.multi-image-with-text__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.multi-image-with-text__content-wrapper .multi-image-with-text__title {
 font-weight: 700; 
    font-size: 20px;
    line-height: 28px;
    margin-top: 35px;
    margin-bottom: 25px;
    color: #000 !important;
    text-align: center;
    font-family: 'Mulish', sans-serif !important;
}
.multi-image-with-text__content-wrapper p {
    text-align: center; 
    color: #000 !important;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;



}
.multi-image-with-text__content-wrapper .multi-image-with-text__btn {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    border: none;
    color: #000 !important;
    margin-top: 34px !important;
    text-decoration: underline;
}
.multi-image-with-text__content-wrapper .multi-image-with-text__btn:hover {
    text-decoration: none !important;
}
.effectSix:hover .card__image {
    transform: scale(1);
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .multi-image-with-text .container {
    max-width: 100%;    
}
/*Icon Section End*/

/*Location Section Start*/
.hm-location-sec {
    display: flex;
}
.hm-location-sec .location-box {
    width: 50%;
    height: 645px;
    display: flex;
    align-items: center;    
}
.hm-location-sec .location-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.hm-location-sec .location-box ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.hm-location-sec .location-box .white-box {
    background-color: #fff;
    padding: 34px 25px;
    min-width: 304px;
}
.hm-location-sec .location-box .white-box {
    display: flex;
    flex-direction: column;
    gap: 5px;    
}
ul {
    padding: 0 !important;
}
ul  li {
    list-style: none !important;
}
.hm-location-sec .white-box h3 {
    font-family: 'Mulish', sans-serif !important;    
}
.hm-location-sec .left-box {
    background: url(/cdn/shop/files/location-left-img.jpg?v=1764313518) no-repeat top center !important;
}
.hm-location-sec .right-box {
    background: url(/cdn/shop/files/location-right-img.jpg?v=1764313518) no-repeat top center !important; 
}
.hm-location-sec .right-box {
    padding-left: 50px;
    border-left: solid 1px #fff !important;
}
.hm-location-sec .left-box {
    justify-content: flex-end;
    padding-right: 50px;
}
.vela-section > .container {
    max-width: 100% !important;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .sp-compare-wrap,
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .sp-compare-wrap,
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .sp-compare-wrap {
    display: none !important;    
}
/*Location Section End*/

/*Blog Section Start*/
.shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .card__image  {
    width: 407px !important;
    height: 270px !important;
}
.vela-section-blogs .article__title {
    font-size: 26px !important;
    line-height: 32px !important;
    padding-bottom: 0 !important;
    margin-bottom: 2px !important;
    color: #000 !important;
}
.shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .article__meta  {
     font-size: 15px !important;
    line-height: 23px !important;
    color: #000 !important;   
}
.rte.article__excerpt.mb-2.pb-lg-1.line-clamp-3 {
    padding: 0 !important;
    margin: 0 !important;    
}
.article__meta .icon {
    width: 17px;
}
.article__meta {
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 500;
    color: #000 !important;
}
.article__meta .article__meta-author {
    display: none !important;
}
.article__btn {
    display: none;
}
.article__content {
    display: flex;
    gap: 2px;
    flex-direction: column;
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .article__meta-tags {
    margin: 0 !important;
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .heading-group {
    margin-bottom: 58px !important;    
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 a.btn--viewall {
    position: absolute;
    top: -135px;
    left: 730px;    
}
/*Blog Section End*/

/*Footer Section Start*/
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 {
    border-top: solid 10px #ffd935;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .container {
max-width: 1410px !important;
    padding: 0 !important;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row {
    display: flex;
    align-items: center;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col h5 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #fed857 !important;
    font-family: 'Mulish', sans-serif !important;
    margin-bottom: 0px;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col p {
font-size: 15px;
    line-height: 21px;
    color: #fff !important;
    margin-bottom: 0px;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col p a {
    color: #fff !important;    
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col p a {
    color: #fff;
    text-decoration: underline;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col p a:hover {
    text-decoration: none;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col {
    width: 33.333% !important;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-two,
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-three,
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-four {
    padding-left: 90px;
}


#shopify-section-sections--20762353172723__footer .footer-inner .row  {
 display: flex;
    justify-content: space-between !important;   
}
#shopify-section-sections--20762353172723__footer .footer-inner .footer-col {
    margin-top: 10px;
}
#shopify-section-sections--20762353172723__footer .footer-inner .footer-col h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #fff !important; 
    margin-bottom: 8px !important;
}
#shopify-section-sections--20762353172723__footer .footer-inner .footer-col h4 a {
    color: #fff !important;
}
#shopify-section-sections--20762353172723__footer .footer-inner .footer-col h4 a:hover {
    color: #fed857  !important;
}
#shopify-section-sections--20762353172723__footer  ul.footer-links  li a,
#shopify-section-sections--20762353172723__footer .footer-newsletter__desc {
    font-size: 16px !important;
    line-height: 23px !important;
    color: #d8d8d8 !important;
}
#shopify-section-sections--20762353172723__footer .footer-newsletter__desc {
     margin-bottom: 12px !important;   
}
#shopify-section-sections--20762353172723__footer .footer-newsletter__content .btn--newsletter {
    background-color: #fed857 !important;
    color: #000;
    font-weight: 700;
    background-color: transparent !important;
    color: transparent;
    background: url(/cdn/shop/files/arw-icon.png?v=1764326911) no-repeat 0px 0px;
    width: 22px !important;
    height: 16px !important;
    position: absolute;
    border: none;
    bottom: 15px;
    right: -3px;
}
#shopify-section-sections--20762353172723__footer .form-control {
    padding-top: 11px;
}
#shopify-section-sections--20762353172723__footer .footer-newsletter__content {
    padding: 0;
    border: none !important;
    
}
#shopify-section-sections--20762353172723__footer .footer-newsletter__content .rounded-pill {
    position: relative !important;
    padding: 0 !important !important;
    border: none !important;
    height: 50px !important;
}
/*Footer Section End*/

/*Copyright Start*/
#shopify-section-sections--20762353172723__copy-right .copy-right__inner .footer-social {
    display: none;
}
#shopify-section-sections--20762353172723__copy-right .copy-right__inner .flex-wrap {
    display: block !important;    
}
#shopify-section-sections--20762353172723__copy-right .copy-right__inner .cpright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#shopify-section-sections--20762353172723__copy-right .copy-right__inner .cpright p {
margin-bottom: 0;
    font-size: 14px !important;
    line-height: 26px !important;
    color: #fff !important;
    font-weight: 700;
}
#shopify-section-sections--20762353172723__copy-right {
border-top: solid 1px #4d4d4d;
}
/*Copyright End*/

/*Sweet Section Start*/
#shopify-section-template--20762349764851__flash_sale_MwnzTJ {
    
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .product-grid .product-card__image-link.image-out-of-stok::before {
     display: none !important;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .flash-sale__countdown {
    display: none !important;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .heading-group {
     display: flex !important;
    flex-direction: column;
    gap: 8px;  
    margin-bottom: 58px;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ  a.btn--viewall {
    position: absolute;
top: -23px;
    left: 726px; 
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item h6  {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 800 !important;
    text-align: left;   
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item h6 a {
font-weight: 800 !important;    
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item .product-group-price {
    justify-content: flex-start !important;    
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item  .product-price {
     text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800 !important;
    color: #e10000 !important;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item .product-card__content--inner {
    padding-left: 30px;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item {
    position: relative;
    padding: 0 !important;
    padding-bottom: 86px !important;
/*        padding-bottom: 61px !important;*/
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff !important;
    position: absolute;
    right: 0;
    top: 0;
}

#shopify-section-template--20762349764851__flash_sale_MwnzTJ  .slick-carousel .slick-arrow {
    top: -102px;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .text-center {
    padding: 0 !important;
}
/*#shopify-section-template--20762349764851__flash_sale_MwnzTJ  .label-new, #shopify-section-template--20762349764851__flash_sale_MwnzTJ .label-sold-out {
    color: #fff;
    background-color: #e10000 !important;
}*/
/*Sweet Section End*/

/*Insta Section Start*/
.slick-list  .border-0 {
    border-radius: 0 !important;    
}
/*Insta Section End*/

/*Utility Nav Section Start*/
#shopify-section-sections--20762353533171__announcement-bar .announcement-bar__inner {
display: flex;
    flex-direction: row-reverse;    
}
#shopify-section-sections--20762353533171__announcement-bar .announcement-bar__inner .announcement-bar__left {
display: block !important;
}
#shopify-section-sections--20762353533171__announcement-bar .utility-right {
    display: flex;
    justify-content: space-between;
    gap: 45px;
}
#shopify-section-sections--20762353533171__announcement-bar .utility p {
    font-size: 14px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}
#shopify-section-sections--20762353533171__announcement-bar .utility p a {
    color: #fff !important;    
}
#shopify-section-sections--20762353533171__announcement-bar .utility-right .contact-box {
display: flex;
    gap: 10px;
}
#shopify-section-sections--20762353533171__announcement-bar .announcement-bar__center {
    display: none !important;    
}
#shopify-section-sections--20762353533171__announcement-bar .utility {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#shopify-section-sections--20762353533171__announcement-bar .utility p strong {
    color: #fcd936 !important;
}
#shopify-section-sections--20762353533171__announcement-bar .utility p a {
    text-decoration: underline;
}
#shopify-section-sections--20762353533171__announcement-bar .utility p a:hover {
    text-decoration: none !important; 
}
/*Utility Nav Section End*/


/*Product Details Page Start*/
#shopify-section-template--20762351993075__breadcrumb {
    position: relative;
   
}
#shopify-section-template--20762351993075__breadcrumb ol.breadcrumb {
    margin-left: 223px !important;
}
#shopify-section-template--20762351993075__breadcrumb ol.breadcrumb li.breadcrumb-item .breadcrumb__text,
#shopify-section-template--20762351993075__breadcrumb ol.breadcrumb li.breadcrumb-item a.breadcrumb__link {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
#shopify-section-template--20762351993075__breadcrumb ol.breadcrumb li.breadcrumb-item a.breadcrumb__link {
    text-decoration: underline;
}
#shopify-section-template--20762351993075__breadcrumb ol.breadcrumb li.breadcrumb-item a.breadcrumb__link:hover {
    text-decoration: none;
}
#shopify-section-template--20762351993075__main .js-product-single-media .product-single__thumbnail-wrapper .slick-list a.product-single__thumbnail {
        border-radius: 0px !important;    
}
#shopify-section-template--20762351993075__main .js-product-single-media .product-single__thumbnail-wrapper .slick-list a.product-single__thumbnail:before {
        border-radius: 0px !important;
}
#shopify-section-template--20762351993075__main {
    max-width: 1410px;
    margin: 0 auto;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper p.product-single__vendor {
    font-size: 15px;
    line-height: 23px !important;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper p.product-single__vendor a {
    color: #000;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper h1 {
font-family: Mulish, sans-serif !important;
    font-size: 38px !important;
    line-height: 44px !important;
    font-weight: 300 !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .js-product-price {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__text p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding-bottom: 40px;
    border-bottom: solid 1px #d5d6db;
    margin-bottom: 42px !important; 
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .variants-box__dropdown .product-single-form__item .variants__label {
    font-size: 16px;
    line-height: 22px !important;
    font-weight: 800;
    text-transform: capitalize;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .variants-box__dropdown .product-single-form__item .js-single-option-selector  {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 18px;
    color: #000;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__variant_picker {
    margin-bottom: 10px !important;
    padding-bottom: 20px;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__more-action {
margin-bottom: 26px !important;
        display: none !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .vela-qty  {
     background-color: #eaecee;   
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .vela-qty .js-qty-number {
font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .btn--add-to-cart {
    background-color: #1a1a1a;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 800;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .btn--add-to-cart:hover {
    background-color: #ffd935 !important;
    color: #000 !important;
    border-color: #ffd935 !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .js-btn-wishlist .heart {
    display: none !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .js-btn-wishlist .heart-fill {
     display: block !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .sp-compare-button {
     background: none !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-transform: capitalize;
    font-weight: 500;
    /*top: 364px;
    position: absolute;
    text-decoration: underline;
    display: block;
    width: 210px; */
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .sp-compare-button p {
 /* right: -200px !important;
    position: absolute;    */
    max-width:220px !important;
    text-decoration: underline;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .sp-compare-button p:hover {
    text-decoration: none;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .sp-compare-button:hover {
    color: #000 !important;
    text-decoration: none;
    opacity: 1 !important;
}
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons{
  display:grid;
}
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons .sp-compare-product-button{
  order: 1;
  text-align: right;
}

#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons .sp-compare-product-button .sp-compare-button{
display:inline;
width: 212px;

}

#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .js-btn-wishlist:hover .heart-fill {
    color: #ffd935;   
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .js-btn-wishlist {
    background-color: #ffd935;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .js-btn-wishlist:hover {
    background-color: #000 !important;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .form-check-input,
#shopify-section-template--20762351993075__main .product-single .form-check-label {
    display: none !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__payment {
padding-top: 0 !important;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product__organization--wrap .product-single-organization__label  {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-weight: 800;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product__organization--wrap .product-single-organization__text {
font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: underline;    
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .buy_buttons--wrap {
    border-bottom: solid 1px #d5d6db;
    padding-bottom: 30px;   
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .custom_liquid--wrap .col-12 .fw-semibold {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    color: #2e2e2e !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .custom_liquid--wrap .col-12 .fw-semibold svg {
    display: none !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .custom_liquid--wrap .col-12 .mb-1 {
font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;  
    font-weight: 400;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .custom_liquid--wrap .col-12 .mb-1 .fw-semibold {
    font-weight: 400 !important; 
    font-size: 16px !important;
    line-height: 22px !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__banner {
    display: none !important;
}
#product-more-info .more-info-tabs__nav li a {
font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #6c8e9e !important;    
}
#product-more-info .more-info-tabs__nav li a.active {
    color: #000 !important;     
}
#product-more-info .more-info-tabs__nav li a:before {
        border-color: #6c8e9e !important;    
}
#product-more-info .more-info-tabs__nav li a.active:before {
        border-color: #000 !important;       
}
#product-more-info .more-info-tabs__wrapper p,
#product-more-info .more-info-tabs__wrapper ul li  {
    font-size: 16px;
    line-height: 24px;    
}
#product-more-info .more-info-tabs__wrapper ul {
    padding-left: 10px !important;
}
#product-more-info .more-info-tabs__wrapper ul li {
    position: relative;
padding-left: 17px !important;
    margin-bottom: 6px;
}
#product-more-info .more-info-tabs__wrapper ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 9px;
}
#product-more-info .table tbody tr,
#product-more-info .table tbody th {
font-size: 17px !important;
    line-height: 25px !important;
    color: #000 !important;
}
#product-more-info .table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #000 !important;    
}
#product-more-info .more-info-tabs__wrapper p.details {
    line-height: 28px;
}
#product-more-info .more-info-tabs__wrapper p.details span {
    font-weight: 900 !important;
}
#product-more-info .more-info-tabs__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
        max-width: 1220px;
        padding: 50px 0px 0;
}
#product-more-info  {
    padding-bottom: 73px;
    border-bottom: solid 1px #d5d6db;
    margin-bottom: 60px;
}


#shopify-section-template--20762351993075__product_recommendations_mGwcx8 .product-recommendations__content .row .col p.sp-compare-button-text {
 display: none !important;
}
#shopify-section-template--20762351993075__product_recommendations_mGwcx8 .product-recommendations__content .row .col .sp-compare-button {
    display: none;
}
#shopify-section-template--20762351993075__product_recommendations_mGwcx8 .product-recommendations__content .row .col a.line-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700 !important;    
}
#shopify-section-template--20762351993075__product_recommendations_mGwcx8 .product-recommendations__content .row .col .product-price {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;    
}
#shopify-section-template--20762351993075__product_recommendations_mGwcx8 {
    padding-bottom: 90px;
}
#product-more-info #js-more-info-tabs-2 .more-info-tabs__wrapper ul{
  list-style-type: none !important;

}
#product-more-info #js-more-info-tabs-2 .more-info-tabs__wrapper ul li{
  display:flex !important; 
  font-size: 17px !important;
    line-height: 25px !important;
    padding:20px 0;
    background-color:#F4F4F4; 
    margin-bottom:0; 
}
#product-more-info #js-more-info-tabs-2 .more-info-tabs__wrapper ul li:nth-child(2n){
  background-color:#fff;
}
#product-more-info #js-more-info-tabs-2 .more-info-tabs__wrapper ul li:after{
  display:none;
}
#product-more-info #js-more-info-tabs-2 .more-info-tabs__wrapper ul li strong{
  color:#000;
  width:40%;
  font-weight:normal;
}
#product-more-info #js-more-info-tabs-2 .more-info-tabs__wrapper ul li strong:first-child{
  font-weight:bold  !important;
}

#product-more-info #js-more-info-tabs-2 .more-info-tabs__wrapper ul li.no-show-item{
  display:none !important; 
}
/*Product Details Page End*/

/*Product List Page Start*/
/*#shopify-section-template--20762349371635__breadcrumb {
    background: url(/cdn/shop/files/product-list-bnr-img.jpg?v=1764583884) no-repeat top center !important;
}
#shopify-section-template--20762349371635__breadcrumb h1 {
font-size: 46px !important;
    line-height: 1.1 !important;    
}
#shopify-section-template--20762349371635__breadcrumb ol.breadcrumb li a,
#shopify-section-template--20762349371635__breadcrumb ol.breadcrumb li .breadcrumb__text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}*/

body:not([class*="template-product"]) .vela-breadcrumbs.vela-section {
    background: url(/cdn/shop/files/product-list-bnr-img.jpg?v=1764583884) no-repeat top center !important;
    height: 300px;
}
body:not([class*="template-product"]) .vela-breadcrumbs.vela-section {
    display: flex !important;
    justify-content: flex-start;
}
body:not([class*="template-product"]) .vela-breadcrumbs.vela-section .vela-breadcrumbs__inner  {
    display: flex;
    align-items: flex-start !important;    
}
/*body:not([class*="template-product"]) .vela-breadcrumbs.vela-section h1 {
font-size: 46px !important;
    line-height: 1.1 !important;    
}*/
body:not([class*="template-product"]) .vela-breadcrumbs.vela-section ol.breadcrumb li a,
body:not([class*="template-product"]) .vela-breadcrumbs.vela-section ol.breadcrumb li .breadcrumb__text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.vela-breadcrumbs.vela-section ol.breadcrumb li:before {
    margin: 0 5px !important;
    color: #000 !important;
}

#shopify-section-template--20762349371635__product-grid .container {
     max-width: 1410px !important;   
} 
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left {
    margin-top: 0px;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left h6 {
    display: none;    
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left .product-filter h6 {
    display: block;    
}

#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left .product-filter .block-sidebar[data-index="1"],
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left .product-filter .block-sidebar[data-index="2"] {
    display: none !important;      
}

#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li:first-child > a {
    border: none !important;    
}
#shopify-section-template--20762349371635__product-grid .block-sidebar {
    border-bottom: none !important;    
}

#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li > a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    border-top: solid 1px #d2d2d2;
    padding: 13px 0;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories .icon  {
    top: 20px;
    position: absolute;
    right: 0;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li  ul li a {
    font-size: 16px;
    line-height: 22px; 
    font-weight: 700;
    border: none;
    padding: 5px 0;
}

#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li a .icon {
    display: none !important;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li ul li ul {
    display: block !important;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li ul li .arrow .arrow-down {
/*    display: none !important;*/
    color: #fff;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li ul li ul li a {
    font-weight: 200;
padding: 5px 10px 5px 30px;
    background-color: #fff;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li ul li ul li a:hover {
    background-color: #fbd936;    
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li ul li ul li a:after {
    content: '';
    width: 4px;
    height: 1px;
    display: block;
    background-color: #404040 !important;
    position: absolute;
left: 20px;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .sidebar-left ul.sidebarListCategories li  ul li .collapse {
    padding: 0 !important;    
}
#shopify-section-template--20762349371635__product-grid .sidebarBlogCateItem .arrow {
    /* top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end; */
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .collection-content .collection-product-count,
#shopify-section-template--20762349371635__product-grid .row.g-3 .collection-content .collection-filters__field {
    font-size: 16px;
    line-height: 24px;    
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .collection-content #main-collection-product-grid .product-card a.line-title  {
    font-size: 16px;
    line-height: 20px;
        display: block;
        font-weight: 600 !important;
}
.sp-compare-main .sp-compare-wrap {
    display: none !important;
}
#shopify-section-template--20762349371635__product-grid .row.g-3 .collection-content #main-collection-product-grid .product-card .product-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}
#shopify-section-template--20762349371635__product-grid .row {
    row-gap: 45px;
}
/*Product List Page End*/
.slick-list .slick-track .product-card__swatch {
    display: none !important;
}

.vela-breadcrumbs__inner{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
#shopify-section-template--20762351993075__breadcrumb ol.breadcrumb li.breadcrumb-item a.breadcrumb__link span{
  padding-top: 10px;
  padding-bottom: 10px;
}

.ajaxcart__product-name-wrapper .ajaxcart__product-meta span{
  font-size:15px;
}
.ajaxcart__product-meta{
  font-size:15px;
}
.ajaxcart__remove{
  font-size:15px;
  font-weight:bold;
}
.ajaxcart__remove:hover{
  color:red !important;
  text-decoration:none;
}

.ajaxcart__footer--action .ajaxcart__policies{
  font-size:15px;
}
.ajaxcart__footer--action .form-check-label{
  font-size:15px;
}

.js-drawer .shipping-bar-cart .title-spend{
  font-size:16px;
  line-height:23px;
}
.ajaxcart__product-name{
  font-size:18px;
  line-height:20px;
  font-weight:bold;
}

/*Inner Page Start*/
/*About Us Page Start*/

.background-parallax__inner .background-parallax__content {
    max-width: 100% !important;
}
.about-img-cont {
    display: flex;
}
.about-img-cont .right-img {
    margin-left: 30px;    
}
.about-img-cont p,
#shopify-section-template--20762349830387__image_with_text_U7H6JR p {
     font-size: 16px;
    line-height: 23px;   
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__image  {
     border-radius: 0 !important;   
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 30px 20px 20px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    font-size: 26px;
    line-height: 34px;
   margin-top: 0px !important;
    margin-bottom: 10px !important;
    color: #000 !important;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU ul li {
    margin-bottom: 10px;    
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU ul li:last-child {
    margin-bottom: 0 !important;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p {
     text-align: left !important;
    margin-bottom: 10px;
    color: #000 !important;
background-size: 20px !important;
    padding-left: 28px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p a.multi-image-with-text__content-content  {
     text-decoration: none !important;   
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p.location {
    background: url(/cdn/shop/files/location-icon.png?v=1764769431) no-repeat 0 2px;

}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p.call {
    background: url(/cdn/shop/files/call-icon.png?v=1764769431) no-repeat 0 2px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .heading-group  {
margin-bottom: 10px !important;    
}
/*About Us Page End*/
/*Inner Page End*/
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU ul li {
    margin-bottom: 10px;    
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU ul li:last-child {
    margin-bottom: 0 !important;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p {
     text-align: left !important;
    margin-bottom: 10px;
    color: #000 !important;
background-size: 20px !important;
    padding-left: 28px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p.location {
    background: url(/cdn/shop/files/location-icon.png?v=1764769431) no-repeat 0 2px;

}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p.call {
    background: url(/cdn/shop/files/call-icon.png?v=1764769431) no-repeat 0 2px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .heading-group  {
margin-bottom: 10px !important;    
}
/*About Us Page End*/
/*Shipping Info Page Start*/
#shopify-section-template--20936104083699__image_with_text_j4kqGi h4 .redtext,
#shopify-section-template--20936104083699__image_with_text_j4kqGi p .redtext {
    color: #ff0000 !important;   
}
#shopify-section-template--20936104083699__image_with_text_j4kqGi p a,
.inr-listing li a {
    color: #000 !important;
    text-decoration: underline;
} 
#shopify-section-template--20936104083699__image_with_text_j4kqGi p a:hover,
.inr-listing li a:hover {
    color: #000 !important;
    text-decoration: none;
}
.inr-listing {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.inr-listing li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 17px;
    color: #000;
}
.inr-listing li:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 8px;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col {
    padding: 48px 40px 65px;
    border-right: solid 1px #fff;
    padding-top: 48px;
    padding-bottom: 36px;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(2) .placeholder-svg {
    display: none !important;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(2) {
    background-color: #000;
    display: flex;
    align-items: center;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(2) .multi-image-with-text__content-wrapper .multi-image-with-text__title {
     color: #fff !important; 
    max-width: 310px;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(2) a.btn {
    text-transform: uppercase;
    background-color: #fff !important;
    border-color: #fff;
    color: #000;    
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(2) a.btn:hover {
 background-color: #ffd728 !important;
    border-color: #ffd728 !important;
    color: #000 !important;   
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:last-child {
    border: none;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col .multi-image-with-text__image {
    margin: 0 auto !important;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col .card__image  {
    padding: 60px !important;    
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col img {
     width: 120px !important;   
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 15px;
    margin-bottom: 8px;
}
/*Shipping Info Page End*/

/*Return & Exchange Policy Page Start*/
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col {
    padding: 48px 40px 36px;
    border-right: solid 1px #fff;
}
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col:last-child {
    border: none;
}
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col .multi-image-with-text__image {
    margin: 0 auto !important;
}
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col .card__image  {
    padding: 60px !important;    
}
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col img {
     width: 120px !important;   
}
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 15px;
    margin-bottom: 8px;
}

ol.inr-ol-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 18px;
}
ol.inr-ol-list li {
    font-size: 16px;
    line-height: 22px;
    color: #000 !important;
}
/*Return & Exchange Policy Page End*/

body:not(.template-index):not(.template-collection):not(.template-product) .our-teams{
  max-width: 1419px;
    margin: 0 auto;    
}

/*Warranty Page Start*/
body:not(.template-index):not(.template-collection):not(.template-product) .vela-section.image-with-text {
    max-width: 1419px;
    margin: 0 auto;    
}
#shopify-section-template--20936123973875__image_with_text_WYjRDw .image-with-text__text {
    text-align: center;
}
#shopify-section-template--20936123973875__image_with_text_WYjRDw  h6 a {
    color: #000 !important;
    text-decoration: underline !important;
}
#shopify-section-template--20936123973875__image_with_text_WYjRDw  h6 a:hover {
    text-decoration: none !important;
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col {
    padding: 48px 40px 36px;
    border-right: solid 1px #fff;
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col:last-child {
    border: none;
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col .multi-image-with-text__image {
    margin: 0 auto !important;
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col .card__image  {
    padding: 60px !important;    
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col img {
     width: 120px !important;   
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 15px;
    margin-bottom: 8px;
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .container,
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .container,
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .container,
shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .container,
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .vela-section .container {
    max-width: 1410px !important;    
}
/*Warranty Page End*/
#shopify-section-template--20936124006643__image_with_text_Lxrq4B {
    background-color: #efe9e4;    
}

/*Contact Page Start*/
#shopify-section-template--20762349928691__breadcrumb .vela-breadcrumbs {
    margin-bottom: 0 !important;
}

#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row   {
    display: flex;
    justify-content: center;
    gap: 80px;
}
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .vela-section.multi-image-with-text{
  background-color:#EFE9E4 !important;
  padding-top:70px;
  padding-top:70px;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
    padding: 40px 20px 30px;
/*    max-width: 33%;*/
    background-color: #000;
    border-radius: 20px;
    max-width: 420px;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col:last-child,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col:last-child  {
    border: none;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col .multi-image-with-text__image,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col .multi-image-with-text__image {
    margin: 0 auto !important;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col .card__image,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col .card__image  {
    padding: 60px !important;    
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col img,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col img {
     width: 120px !important;   
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .multi-image-with-text__content-wrapper .multi-image-with-text__title,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 15px;
    margin-bottom: 8px;
    color: #fff !important;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .multi-image-with-text__content-wrapper p a,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .multi-image-with-text__content-wrapper p a {
    color: #fff !important;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .multi-image-with-text__content-wrapper .multi-image-with-text__title,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    font-size: 24px;
    line-height: 32px;
}
.contact_form .form-control {
    font-family: 'Mulish', sans-serif !important;
    border-radius: 20px;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
}
.contact_form .col-12 [type=submit]  {
    background-color: #ffd728 !important;
    border-color: #ffd728 !important;
    color: #000 !important;
}
.contact_form .col-12 [type=submit]:hover {
     background-color: #000 !important;
    border-color: #000 !important;
    color: #ffd728 !important;   
}
.contact_form .container {
    max-width: 986px !important;   
}
/*Contact Page End*/
/*Inner Page End*/ 

#sidebar-catalog  ul.sidebarListCategories ul .collapse{
  display:block !important;
}

.cart-recommendations{
  display:none !important;
}

#shopify-section-sections--20762353533171__header .megamenu-links .megamenu-links__item a{
  font-size:15px !important;
  text-transform: none !important;
  padding-top:2px;
  padding-bottom:2px;
  font-weight:normal !important;
}
#shopify-section-sections--20762353533171__header .megamenu-links .megamenu-links__item.megamenu-heading{
  margin-bottom:0 !important;
}

#shopify-section-sections--20762353533171__header .megamenu-links .megamenu-links__item.megamenu-heading a{
  font-size:15px !important;
  text-transform: uppercase !important;
  font-weight:bold !important;
  
}

/* wishlist sec */
.wishlist-grid .product-card__name a{
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 800 !important;
}

.wishlist-grid  .product-card__content--inner{
  padding-left:30px !important;   
}
.wishlist-grid .product-grid__inner .product-price{
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 800 !important;
}
.blog-categories {
    display: none;
}
.collection-pagination {
    margin-top: 114px !important;
}
#shopify-section-template--20762351042803__our_teams_MKCEJx .our-teams .row .card__image,
#shopify-section-template--20762351042803__our_teams_QG4VVR .our-teams .row .card__image {
    background-size: 100% !important;    
}
#shopify-section-template--20762351042803__our_teams_MKCEJx .our-teams .row .col .our-team,
#shopify-section-template--20762351042803__our_teams_QG4VVR .our-teams .row .col .our-team {
    display: flex;
    align-items: flex-start !important;    
}
.our-teams .row .card__image {
    background-size: 100% !important;    
}
.our-teams .row .col .our-team {
    display: flex;
    align-items: flex-start !important;    
}
#shopify-section-template--20762348749043__main .vela-section {
/*    padding-bottom: 50px;
    padding-top: 50px;   */ 
}
.main-blog__content .row .col .article__meta-tags {
    margin-bottom: 0 !important;
}
.main-blog__content .row .col h3 {
    font-size: 26px !important;
    line-height: 30px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
} 
    .vela-section-blogs .rte.article__excerpt.mb-2.pb-lg-1.line-clamp-3 {
    display: none !important;
}

/*Blog List Start*/
.related-artibles .related-artibles__list li a {
     font-size: 16px;
    font-weight: bold !important;   
}
#shopify-section-template--20762349043955__main .article__list .row .col .card_wrap .card__image,
#shopify-section-template--20762349043955__main .article__list .row .col .card_wrap,
.vela-section-blogs .slick-track .slick-carousel__item .card__image {
    height: 270px; 
    background-size: cover !important;
}
/*.vela-section-blogs .slick-track .slick-carousel__item .card__image {
     height: 270px;
    background-size: cover;
}*/
.blog-tags__list li a,
.article__tags  a.tags__item {
     font-size: 14px !important;
    line-height: 22px !important;   
}
.article__tags  a.tags__item {
    background-color: #eff0f2 !important;
    color: #000 !important;
}
.article__tags  a.tags__item:hover {
    background-color: #000 !important;
    color: #fff !important;
}
/*Blog List End*/
.main-article__inner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}
.main-article__inner p img {
width: 200px;
    object-fit: cover;
    object-position: top center;
}
.main-article__inner a.article-extend__item .article-extend__button {
    text-decoration: underline !important;
}
.main-article__inner a.article-extend__item .article-extend__button:hover {
    text-decoration: none !important;    
}

#shopify-section-template--20762349764851__heading_t3phh9{
  margin-top:50px
}

#shopify-section-template--21068499419379__custom_liquid_Tmx8Xe{
      padding: 60px 0 100px;
}

#shopify-section-template--21068499419379__custom_liquid_Tmx8Xe .container{
  max-width: 1419px !important;
  margin: 0 auto;
}

.shipping-delevery{
  display:flex;
  column-gap: 20px;
}
.shipping-delevery li{
  width:50%;
  background-color:#EFF0F2;
  border-radius: 8px;
  padding: 15px 0 15px 15px;
}
.shipping-delevery li h4{
font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    color: #2e2e2e !important;
    font-family: 'Mulish', sans-serif !important;
}
.shipping-delevery li p{
  font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    font-weight: 400;
        margin-bottom: 0;
}


#main-collection-product-grid .col .card_wrap,
#shopify-section-template--20762351993075__product_recommendations_mGwcx8  .col .card_wrap{
  display: flex;
    flex-direction: column;
    height:300px;
}

#main-collection-product-grid .col .product-card__image-wrapper .card__image,
#shopify-section-template--20762351993075__product_recommendations_mGwcx8  .col .card_wrap .product-card__image-wrapper .card__image{
 width: 100%;
   
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-collection-product-grid .col .product-card__image-wrapper .card__image img,
#main-collection-product-grid .col .product-card__image-wrapper .col .card_wrap .product-card__image-wrapper .card__image img{
    
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.product__info-wrapper .js-product-select-option--2.variants__options .single-option-selector  label{
  border-radius:30px !important;
}

.block-sidebar.border-top.js-filter .block-sidebar__inner ul li .text{
  border-radius:30px !important;
}

.social-list-item li a{
  color:#fff;
  font-size: 16px !important;
    line-height: 22px !important;
    text-decoration:underline;
}
.social-list-item li a:hover{
  text-decoration:none !important;
}
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .complementary-products .instagram-shop__btn{
  display:none !important;
}

#shopify-section-template--20762349764851__flash_sale_7qFMNk .product-card__image-wrapper{
  height: 470px;
  overflow: hidden;
}
.team-list{
  padding-top:30px !important;
  padding-bottom:30px !important;
}

#shopify-section-template--20762351042803__blocks_Yw7UVn{
  padding-top:40px !important;
  padding-bottom:60px !important;
}
#shopify-section-template--20762351042803__17727094315d63e07c{
padding-top:60px !important;
}

.team-list button{
  font-weight:bold !important;
}

.team-list h2{
  font-size: 35px !important;
    line-height: 40px !important;
    margin-bottom: 0 !important;

}

.team-list > div > div {
  align-items: normal;
} 
.team-list p a[title*="facebook"]{
    display: inline-block;
    padding-left: 28px;
    background: url('/cdn/shop/files/facebook-app-symbol.png?v=1772713200') no-repeat left center;
    background-size: 20px;
     font-size: 0;
    padding: 0;
    width: 20px;
}

body#coming-soon #shopify-block-ASUE0Q1RaeVV4aytpT__ai_gen_block_dd77ab0_PL6etb{
   background:url('/cdn/shop/files/prairie-coming-soon-page.jpg?v=1773232948') no-repeat 0 100%;
       background-size: cover;
}
body#coming-soon .ai-coming-soon-background-asue0q1raevv4aytptaigenblockdd77ab0pl6etb{
  display:none !important;
}
body#coming-soon h1{
  font-size: 90px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    letter-spacing: -6px;
    font-weight: bolder !important;
        margin-top: 60px !important;
}
body#coming-soon p{
   font-size: 24px !important;
    line-height: 1.1 !important;
    font-weight: bold;
}
.ai-coming-soon-asue0q1raevv4aytptaigenblockdd77ab0pl6etb{
  align-items: baseline !important;
}

.ai-coming-soon-content-asue0q1raevv4aytptaigenblockdd77ab0pl6etb{
   padding: 140px 20px 40px 200px !important;
       max-width: 924px !important;
}

body#coming-soon .js-scroll-to-top.scroll-to-top{
  display:none !important;
}

body#coming-soon  #shopify-section-sections--20762353533171__header,
body#coming-soon #shopify-section-sections--20762353533171__announcement-bar{
  display:none !important;
}


/*Responsive Start*/
@media screen and (max-width: 1600px)  {
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
    width: 55% !important;
    margin-top: 37px;
} 
/*    #shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__content {
        background-size: 84% !important;
    }*/
    #shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
        margin-top: -126px;
    }
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col {
    padding-left: 40px;
    padding-right: 40px;

}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__content {
    background-size: 85% !important;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR h2 {
    font-size: 56px !important;
    line-height: 1 !important;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
    margin-left: -107px;
}
    
}
@media screen and (max-width: 1470px) {
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
    width: 24vw !important;
} 
#shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {

    margin-left: -146px;
}
.header-main-menu {
    margin-left: 10px;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR h2 {
    font-size: 50px !important;
    line-height: 1 !important;
}
    #shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
        margin-left: -76px;
    }
    #shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
        width: 20vw !important;
    }
    .ai-coming-soon-content-asue0q1raevv4aytptaigenblockdd77ab0pl6etb {
    padding: 140px 20px 40px 320px !important;
    max-width: 974px !important;
}
    
}
@media screen and (max-width: 1440px) {
    #shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
        margin-left: -72px;
    }  
    #shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row,
    #shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row {
          gap: 70px;
    }  
}
@media screen and (max-width: 1400px) {
     #shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
        margin-left: -68px;
    }   
}
@media screen and (max-width: 1380px) {
  #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}  
.main-menu__nav-item:not(:last-child) {
    padding-right: 29px !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slideshow-caption__content {
    padding-bottom: 4vw;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__heading {
    font-size: 60px !important;
    line-height: 1 !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__desc {
    font-size: 20px !important;
    line-height: 28px !important;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-two, #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-three, #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-four {
    padding-left: 70px;
}
    #shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row,
    #shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row  {
        gap: 30px;
    }
    
}
@media screen and (max-width: 1100px) { 
h1 {
    font-size: 42px !important;
    line-height: 50px !important;
}
h2 {
    font-size: 36px !important;
    line-height: 42px !important;
}
h3,
.main-article__inner h1 {
     font-size: 28px !important;
    line-height: 36px !important;   
}
h4 {
     font-size: 24px !important;
    line-height: 32px !important;   
}
h5 {
     font-size: 22px !important;
    line-height: 30px !important;   
}
h6 {
     font-size: 16px !important;

    line-height: 24px !important;   
}
body,
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__desc,
.heading-group .sub-heading {
        font-size: 16px !important;
        line-height: 23px !important;
}
a.btn,
.contact_form .col-12 [type=submit]  {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 22px;
}
    p {
        font-size: 16px !important;
        line-height: 23px !important;
    }
#shopify-section-sections--20762353533171__announcement-bar .utility-right {

    gap: 10px;
}
#shopify-section-sections--20762353533171__announcement-bar .utility p {
    font-size: 11px !important;
    line-height: 19px !important;
}
/*#shopify-section-sections--20762353533171__announcement-bar .utility .utility-left,
#shopify-section-sections--20762353533171__announcement-bar .utility .utility-right {
    width: 50%;        
}
#shopify-section-sections--20762353533171__announcement-bar .utility-right {
    flex-direction: column;
    gap: 0px;
}*/
    #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__heading {
        font-size: 42px !important;
        line-height: 1 !important;
    }
    #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slideshow-caption__content {
        padding-bottom: 7vw;
    }
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-track .slick-slide {
    padding: 10px 8px 52px;
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .heading-group {
    margin-bottom: 14px !important;
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-track .multi-image-with-text__content-content span {
    font-size: 18px;
    line-height: 24px;
    bottom: -40px;
}
#shopify-section-template--20762349764851__text_animations_xHm6m3 {
    height: 40px;
}
#shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item {
    font-size: 13px !important;
    line-height: 21px !important;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk a.btn--viewall {
    position: absolute;
    top: 52px;
    left: 0;
    /* position: static; */
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .heading-group {
    margin-bottom: 100px;
}
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .vela-section {
    padding-top: 54px;

    padding-bottom: 48px;        
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .vela-section {
    padding-top: 55px;        

}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item {
    padding-bottom: 32px !important;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item .product-card__content--inner {
    padding-left: 10px;
}
.slick-list .slick-carousel__item .product-card__name,
.slick-list .slick-carousel__item .product-price {
    font-size: 17px !important;
    line-height: 22px !important;
}
#shopify-section-template--20762349764851__complementary_products_VfMEB8 {
    background-size: cover !important;
}
 #shopify-section-template--20762349764851__complementary_products_VfMEB8  .vela-section {
     padding-top: 62px;
     padding-bottom: 64px !important;
        padding-left: 80px;
        padding-right: 80px;
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .vela-section {
     padding-top: 60px;
     padding-bottom: 60px !important; 
        padding-left: 0px;
        padding-right: 0;
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA h2 {
    margin-bottom: 10px !important;        
}
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .heading-group {
     margin-bottom: 20px !important;       
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text {
    padding-right: 0;
    padding-left: 0;
    padding-top: 52px;
    padding-bottom: 52px;
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__content {
    --mx-tl: 80% !important;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ a.btn--viewall {
        left: 0;
        top: 53px;        
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .heading-group {
    margin-bottom: 98px;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .vela-section {
    padding-top: 54px;       
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item .product-card__content--inner {
    padding-left: 10px;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item {
    padding-bottom: 36px !important;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__content {
    padding-right: 25px;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR h2 {
    font-size: 36px !important;
    line-height: 1 !important;
}
    #shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
        margin-left: -36px;
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .vela-section {
    padding-top: 60px !important;
    padding-bottom: 28px !important;
}
    #shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col {
        padding-left: 10px;
        padding-right: 10px;
    }
.multi-image-with-text__content-wrapper .multi-image-with-text__btn {
    margin-top: 4px !important;
}
.multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 23px;
    margin-bottom: 15px;
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col {
    padding-top: 60px;
    padding-bottom: 58px;
}
.hm-location-sec .location-box {
height: 410px;
    background-size: cover !important;
}
.hm-location-sec .location-box .white-box {
    background-color: #fff;
    padding: 16px 20px;
    min-width: 304px;
}
.hm-location-sec .location-box .white-box ul {
    margin-bottom: 0px;        
}
.hm-location-sec .location-box p {
    margin-bottom: 3px;
}
.hm-location-sec .location-box h3 {
margin-bottom: 0;        
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .heading-group {
    margin-bottom: 20px !important;
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .heading-group h2 {
    margin-bottom: 6px !important;   
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .slick-dots  {
    margin-top: -3px;        
}
    #shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .slick-carousel.slick-dotted {
    margin-bottom: 25px;    
    }
.vela-section-blogs .article__title {
        font-size: 22px !important;
        line-height: 30px !important;
}
.article__meta {
    font-size: 14px;
    line-height: 22px !important;
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .vela-section {
    --st-pd-dt: 54px 0 0px !important;        
}
#shopify-section-template--20762349764851__instagram_shop_nRWpTz .instagram-shop {
    padding-bottom: 52px;       
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-two, #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-three, #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col-four {
    padding-left: 35px;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col p br {
    display: none;
}

#footer {
    padding-top: 40px;
    padding-bottom: 42px;       
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .custom-liquid {
 padding-top: 53px;       
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row {
    display: flex;

    align-items: flex-start;
}
#shopify-section-sections--20762353172723__copy-right .vela-section {
    padding-top: 15px;
    padding-bottom: 15px;        
}
#shopify-section-sections--20762353533171__header {
    height: auto;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__text p {
    padding-bottom: 30px;
    margin-bottom: 30px !important;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__variant_picker {
    margin-bottom: 0px !important;
    padding-bottom: 22px;
}
 #shopify-section-template--20762351993075__main  .product-single__border {
     margin-bottom: 17px !important;       
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .buy_buttons--wrap {
    padding-bottom: 0px;
}
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons .sp-compare-product-button .sp-compare-button {
    margin-bottom: 2px !important;
        width: 177px;
}
#shopify-section-template--20762351993075__main .product__organization--wrap {
    margin-bottom: 25px !important;
}
#shopify-section-template--20762351993075__main .product-page {
        padding-bottom: 45px;    
}
#product-more-info .more-info-tabs__wrapper {
    max-width: 1220px;
    padding: 46px 30px 0;
}
#product-more-info {
    padding-bottom: 30px;
    margin-bottom: 42px;
}
#product-more-info .more-info-tabs__wrapper {
    gap: 10px;
}
#shopify-section-template--20762351993075__product_recommendations_mGwcx8 {
    padding-bottom: 34px;
}
#shopify-section-template--20762349371635__product-grid .row {
    row-gap: 0px;
}
body:not([class*="template-product"]) .vela-breadcrumbs.vela-section {
    height: 180px;
    background-size: cover !important;
}
.about-img-cont {
    flex-direction: column;
}
.about-img-cont .right-img {
    margin-left: 0px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    font-size: 18px;
    line-height: 24px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper {
    padding: 20px 18px 12px;
}
#shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper p a {
    word-break: break-all !important;
}
    #shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper {
        min-height: 184px;
    }
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
    max-width: 345px;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col img,
 #shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col .card_wrap,
 #shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col img,
 #shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col .card_wrap  {
    width: 90px !important;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .multi-image-with-text__content-wrapper .multi-image-with-text__title,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 0px;
    margin-bottom: 0px;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
    padding: 10px 20px 10px;
}
.contact_form .container {
    max-width: 1012px !important;
}
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row ,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row {
    gap: 40px;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col  {
        padding: 38px 20px 30px;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col img,
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col .card_wrap,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col img,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col .card_wrap  {
    width: 90px !important;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .multi-image-with-text__content-wrapper .multi-image-with-text__title,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 2px;
    margin-bottom: 8px;
}
/*icon pod css*/
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col img,
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col .card_wrap,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col img,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col .card_wrap   {
    width: 90px !important;
}
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .multi-image-with-text__content-wrapper .multi-image-with-text__title,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .multi-image-with-text__content-wrapper .multi-image-with-text__title {
        margin-top: 2px;
        margin-bottom: 8px;
    }
#shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
    padding: 38px 10px 30px;
    border-right: solid 1px #fff;
}
/*icon pod css end*/
/*icon pod css*/
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col img,
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col .card_wrap,
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col img,
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col .card_wrap  {
    width: 90px !important;
}
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .multi-image-with-text__content-wrapper .multi-image-with-text__title,
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .multi-image-with-text__content-wrapper .multi-image-with-text__title {
        margin-top: 2px;
        margin-bottom: 8px;
    }
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col,
#shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col  {
    padding: 38px 10px 30px;
    border-right: solid 1px #fff;
}
/*icon pod css end*/
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 a.btn--viewall {
        position: absolute;
        top: -87px;
        left: auto;
        right: 0;
}
    .carousel-custom .slick-arrow {
        display: block !important;
    }
#shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-carousel .slick-arrow {
top: -40px;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-carousel .slick-arrow {
        top: -109px;
}
#shopify-section-template--20762349764851__instagram_shop_nRWpTz .slick-carousel .slick-arrow {
    top: -43px;
}
#shopify-section-sections--20762353172723__footer .footer-inner .footer-col h4 {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}
    #shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item {
        padding-left: 9px !important;
        padding-right: 9px !important;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
#shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item:after {
    right: -35px;
}
#shopify-section-sections--20762353533171__header .header-left img {
        margin-top: 0px;
    width: 150px;
}
#shopify-section-sections--20762353533171__header .header-right {
    margin-top: 0;
}
#shopify-section-sections--20762353533171__header .header-left {
    width: 13%;    
}
#shopify-section-sections--20762353533171__header .header-center {
    margin-top: 12px; 
}
#shopify-section-sections--20762353533171__header .header-right {
    width: 17%;  
margin-top: 10px !important;
}
.header__icon {
        margin: 0 5px !important;
}
#shopify-section-sections--20762353533171__header .header-center {
    margin-top: 12px;
}
#shopify-section-sections--20762353533171__header ul.main-menu__nav li a {
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 0;
}
#shopify-section-sections--20762353533171__header ul.main-menu__nav li {
        padding-right: 16px !important;      
} 
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slick-list .vela-slideshow__item  .d-block {
    height: 450px !important;        
}
#ProductGridContainer {
    padding-top: 45px !important;
    padding-bottom: 50px !important;        
}
.collection-pagination {
    margin-top: 0px !important;
}
#shopify-section-template--20762351042803__our_teams_MKCEJx .our-teams {
    padding-top: 43px;
    padding-bottom: 20px;
}
#shopify-section-template--20762351042803__our_teams_QG4VVR .our-teams {
     padding: 0 !important;       
}
#shopify-section-template--20762351042803__our_teams_DthCyR .our-teams {
     padding: 20px 0 23px !important;       
}
#shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__content {
    background-position: top center !important;
}
    #shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
        width: 36vw !important;
    }
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-carousel .slick-arrow {
    top: -110px;
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .slick-arrow {
    display: none !important;
}

    #shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col,
    #shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
        max-width: 304px;
    }

    .ai-coming-soon-content-asue0q1raevv4aytptaigenblockdd77ab0pl6etb {
        padding: 40px 0 !important;
        max-width: 100% !important;
    }

    body#coming-soon #shopify-block-ASUE0Q1RaeVV4aytpT__ai_gen_block_dd77ab0_PL6etb {
    background-position:0 80px !important;
    background-color: #d2e0e9 !important;
}
    
}
@media screen and (max-width: 868px)  {
#shopify-section-sections--20762353533171__announcement-bar .utility .utility-left,
#shopify-section-sections--20762353533171__announcement-bar .utility .utility-right {
    width: 100%; 
}
#shopify-section-sections--20762353533171__announcement-bar .utility .utility-right {
    display: none;
}
    #shopify-section-sections--20762353533171__announcement-bar .utility p {
        text-align: center;
    }
.announcement-bar {
    padding: 3px 0px;       
}
    #shopify-section-sections--20762353533171__header .header-left {
        width: 18%;
    }
    #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slick-list .vela-slideshow__item .d-block {
        height: 360px !important;
    }
#shopify-section-sections--20762353533171__announcement-bar .utility-right {
    flex-direction: column;
    gap: 0px;
}
#shopify-section-template--20762349764851__flash_sale_7qFMNk a.btn--viewall {
        top: 56px;
} 
#shopify-section-template--20762349764851__flash_sale_7qFMNk .heading-group {
    margin-bottom: 98px;
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row .multi-image-with-text__col {
    border-right: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.multi-image-with-text__content-wrapper .multi-image-with-text__btn {
    margin-top: 4px !important;
}
.multi-image-with-text__content-wrapper .multi-image-with-text__title {
    margin-top: 23px;
    margin-bottom: 15px;
}
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .vela-section {
    padding-top: 60px;
    padding-bottom: 60px;        
}
.hm-location-sec .left-box {
    padding-right: 10px;
}
.hm-location-sec .right-box {
    padding-left: 10px;
}
.hm-location-sec .location-box .white-box {
    background-color: rgba(255, 255, 255, 88%);
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 25px;
}  
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col {
    width: 100% !important;
        padding-left: 0px !important;
}
#shopify-section-sections--20762353172723__footer .footer-inner .footer-col {
    margin-top: 10px;
    width: 25%;
}
#shopify-section-sections--20762353172723__footer .footer-inner .footer-col:last-child {
    width: 100% !important;        
}
#shopify-section-sections--20762353172723__footer .footer-inner .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#shopify-section-sections--20762353172723__footer .footer-newsletter__desc {
    margin-bottom: 17px !important;        
}
#shopify-section-sections--20762353533171__header .header-left img {
    margin-top: 3px;
    width: 130px;
}
#shopify-section-sections--20762353533171__header .header-right {
    margin-top: 5px;
}
    #shopify-section-template--20762351993075__main .product-single__border {
        margin-bottom: 0px !important;
    }
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .custom_liquid--wrap  {
     padding-top: 6px;   
    }
    #shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons .sp-compare-product-button .sp-compare-button {
        width: 187px;
    }
    #shopify-section-template--20762351993075__main .product-single .product__info-wrapper .product-single__text p {
        padding-bottom: 26px;
    }
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons  {
  padding-top: 30px !important;
  
    }
    .more-info-tabs__nav {
    border: none !important;
    }
    #product-more-info {
        padding-bottom: 47px;
        margin-bottom: 42px;
    }
    #shopify-section-template--20762349830387__multi_image_with_text_aBzQDU .multi-image-with-text__content-wrapper {
        min-height: auto !important;
    }
#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row {
    gap: 16px;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(3) {
    order: 2;    
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(2) {
    order: 3; 
    background-color: #000;
    display: flex;
    align-items: center;
    --col-tl: 100% !important;
    margin: 0 !important;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(2) .multi-image-with-text__content-wrapper .multi-image-with-text__title {
    max-width: 100%;
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row {
    padding-left: 0px;   
    padding-right: 0px;  
}
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .container {
     padding: 0;       
}
    #shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col {
        padding: 38px 42px 30px;
    }
    #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col p br {
        display: block;
    }
    
.our-teams .row .col .our-team {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column;
        gap: 25px;
}
.our-teams .row .col .our-team__image,
.our-teams .row .col .our-team__content {
    width: 100% !important;        
}
    #shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
        width: 27vw !important;
    }
    #shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
        margin-left: -40px;
        margin-top: 5px;
    }

#shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col,
#shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
        max-width: 232px;
    }

       body#coming-soon h1 {
        font-size: 64px !important;
        margin-top: -15px !important;
        margin-bottom: 11px;
        letter-spacing: -3px;
    }
.ai-coming-soon-content-asue0q1raevv4aytptaigenblockdd77ab0pl6etb{
  padding: 11px 0 !important;
}
}
    


@media screen and (max-width: 668px) {
h1 {
    font-size: 38px !important;
    line-height: 44px !important;
}
    #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__heading {
        font-size: 38px !important;
        line-height: 1 !important;
        margin-bottom: 16px;
    }
h2 {
font-size: 30px !important;
line-height: 36px !important;
}
h3 {
     font-size: 24px !important;
    line-height: 30px !important;   
}
.main-article__inner h1 {
    font-size: 26px !important;
    line-height: 32px !important;
}
h4 {
     font-size: 20px !important;
    line-height: 26px !important;   
}
h5 {
     font-size: 18px !important;
    line-height: 24px !important;   
}
h6 {
     font-size: 16px !important;
    line-height: 22px !important;   
}
    a.btn {
    font-size: 14px !important;
        line-height: 22px !important;
        padding: 8px 20px;
}
    p {
        font-size: 16px !important;
        line-height: 23px !important;
    }
#shopify-section-sections--20762353533171__announcement-bar .utility {
    flex-direction: column;
    justify-content: space-between;
} 
#shopify-section-sections--20762353533171__announcement-bar .utility-right .contact-box {
    display: flex;
    gap: 10px;
    justify-content: center;
}
    #shopify-section-sections--20762353533171__announcement-bar .utility .utility-left {
            width: 100%;
        display: flex;
        justify-content: center;
    }
    #shopify-section-sections--20762353533171__announcement-bar .utility .utility-left, #shopify-section-sections--20762353533171__announcement-bar .utility .utility-right {
        width: 100%;
    }
#shopify-section-sections--20762353533171__announcement-bar .announcement-bar {
    padding-left: 0 !important; 
    padding-right: 0 !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slideshow-caption {
     background-color: #000;       
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}
#shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__desc {
        margin-bottom: 24px;    
    }
    body, #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .captionWrap .slideshow-caption__desc, .heading-group .sub-heading,
#shopify-section-template--20762349764851__complementary_products_VfMEB8 .sub-heading {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slideshow-caption__content {
        padding-bottom: 50px;
        padding-top: 40px;
            padding-left: 0;
        padding-right: 0;
    }
    #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 #slick-slide20 .slick-list .vela-slideshow__item:first-child .slideshow-caption__inner {
        display: none !important;
    }
#shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item:after {
    right: -60px;
}
    #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .heading-group {
        margin-bottom: 7px !important;
    }
    #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .vela-section {
        padding-top: 44px;
        padding-bottom: 38px;
    }
    #shopify-section-template--20762349764851__flash_sale_7qFMNk a.btn--viewall {
top: 74px;
    }
    #shopify-section-template--20762349764851__flash_sale_7qFMNk .heading-group {
        margin-bottom: 73px;
    }
    #shopify-section-template--20762349764851__flash_sale_7qFMNk .vela-section {
        padding-top: 48px;
    }
    #shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-list .slick-carousel__item .product-card__content--inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    #shopify-section-template--20762349764851__complementary_products_VfMEB8 .vela-section {
        padding-top: 52px;
        padding-bottom: 54px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
#shopify-section-template--20762349764851__product_list_banner_dqNJqA .col-lg-6 {
    padding-right: 0px;
}
    #shopify-section-template--20762349764851__product_list_banner_dqNJqA .vela-section {
        padding-top: 50px;
        padding-bottom: 50px !important;
        padding-left: 0px;
        padding-right: 0;
    }
    .slick-list .slick-carousel__item .product-card__name, .slick-list .slick-carousel__item .product-price,
    #shopify-section-template--20762349764851__product_list_banner_dqNJqA .product-banner__product .product-card a.line-title,
    #shopify-section-template--20762349764851__product_list_banner_dqNJqA .product-banner__product .product-card .product-price {
        font-size: 17px !important;
        line-height: 22px !important;
    }
    #shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text {
        padding-top: 42px;
    }
    #shopify-section-template--20762349764851__flash_sale_MwnzTJ .vela-section {
        padding-top: 44px;
    }
    #shopify-section-template--20762349764851__flash_sale_MwnzTJ a.btn--viewall {
        top: 74px;
    }
    #shopify-section-template--20762349764851__flash_sale_MwnzTJ .heading-group {
        margin-bottom: 77px;
    }
    #shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-list .slick-carousel__item {
        padding-bottom: 30px !important;
    }
    #shopify-section-template--20762349764851__image_with_text_fX6XRR .vela-section {
        padding-top: 32px !important;
        padding-bottom: 12px !important;
        margin: 0;
    }
    .multi-image-with-text__content-wrapper .multi-image-with-text__btn {
        margin-top: 0px !important;
    }
.multi-image-with-text__content-wrapper p {
    margin-bottom: 10px;
}
    #shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .vela-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__wrapper {
        width: 52% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
            margin-top: -76px;
    }
    #shopify-section-template--20762349764851__image_with_text_fX6XRR .image-with-text__content {
        background-size: 76% !important;
        height: 292px;
        background-position: top center !important;
        margin-bottom: 28px;
    }
    #shopify-section-template--20762349764851__image_with_text_fX6XRR a.btn {
        margin-left: -63px;
            margin-top: 7px;
    }
    #shopify-section-template--20762349764851__custom_liquid_dwdaHW .vela-section {
         margin-top: 50px;
/*    margin-bottom: 43px;  */ 
    }
.slick-carousel .slick-arrow {
    top: -100px;
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .vela-section {
padding-bottom: 8px;
    padding-top: 40px;        
}
.slick-carousel .slick-arrow {
    width: 35px;
    height: 35px;
}
.slick-carousel .slick-prev,
.slick-carousel .slick-prev:hover {
    background-position: 10px 8px;
    background-size: 11px !important;
}
.slick-carousel .slick-next,
.slick-carousel .slick-next:hover {
    background-position: 12px 8px;
    background-size: 11px !important;
}
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .slick-dots {
    display: none;        
}
    #shopify-section-template--20762349764851__instagram_shop_nRWpTz .instagram-shop {
        padding-bottom: 50px;
    }
    #shopify-section-template--20762349764851__instagram_shop_nRWpTz .instagram-shop {
        padding-bottom: 50px;
    }
    #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row {
        gap: 20px;
            grid-template-columns: repeat(1, 1fr);
    }
    #shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #shopify-section-template--20762349764851__instagram_shop_nRWpTz .instagram-shop {
        padding-bottom: 42px;
    }
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col p {
    text-align: center;
    font-size: 15px !important;
    line-height: 20px !important;
}
    #shopify-section-sections--20762353172723__footer .footer-inner .footer-col {
        width: 50%;
            margin-top: 0px;
    }
    #footer {
        padding-top: 33px;
        padding-bottom: 42px;
    }
#shopify-section-sections--20762353172723__copy-right .copy-right__inner .cpright {
    flex-direction: column;
}
    #shopify-section-sections--20762353172723__copy-right .vela-section {
        padding-top: 5px;
        padding-bottom: 15px;
    }
.hm-location-sec {
    flex-direction: column;
}
    .hm-location-sec .location-box {
        height: 400px;
        width: 100%;
    }
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__text h2 br {
    display: none;
}
.shop-action .btn--action, .product-grid.grid__style5 .btn--wishlist {
    width: 30px !important;
    height: 30px !important;
}
#shopify-section-sections--20762353533171__header {
    height: auto;
}
#shopify-section-sections--20762353533171__header .header-left img {
    width: 140px;
    margin-top: 0px;
}
#shopify-section-sections--20762353533171__header .header-right {
    margin-top: 10px;
}
#shopify-section-template--20762351993075__breadcrumb ol.breadcrumb {
    margin-left: 0 !important;
}
    #shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons .sp-compare-product-button .sp-compare-button {
        padding-left: 0;
        padding-right: 0;
    }
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .col-auto {
        width: 55px;
    display: flex !important;
    justify-content: flex-start;
}
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .product-quantity {
        width: 100px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
            align-items: flex-end !important;
}
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons .sp-compare-product-button {
    width: 158px;
}
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .btn--add-to-cart {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 8px 20px;
    width: auto;
    max-width: 154px;
}
    #shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons .sp-compare-product-button .sp-compare-button {
        width: 183px;
    }
#shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons .pdp-buttons {
    width: 250px !important;
flex: 0 0% !important;
}
 #shopify-section-template--20762351993075__main   .product-single__buttons {
    display: flex;
    justify-content: flex-start;   
    }
#shopify-section-template--20762351993075__main .product-single .product__info-wrapper .vela-qty {
    background-color: #eaecee;
    width: 88px;
}
    #shopify-section-template--20762351993075__main .product-single__border {
        margin-bottom: 27px !important;
    }
    #shopify-section-template--20762351993075__main .product-page {
        padding-bottom: 32px;
    }
    #product-more-info {
        padding-bottom: 45px;
        margin-bottom: 42px;
    }
#shopify-section-template--20762351993075__main {
    padding-top: 50px;
}
    #shopify-section-template--20762351993075__product_recommendations_mGwcx8 .row  {
         display: flex;
    flex-direction: column;   
    }
    #shopify-section-template--20762351993075__main .product-single .buy_buttons--wrap .product-single__buttons {
        padding-top: 3px !important;
    }
    #shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item {
        margin: 0 15px !important;
    }
    #shopify-section-template--20762349764851__text_animations_xHm6m3 .text-animations .text-animation__text-item:after {
        right: -20px;
    }
.about-img-cont .right-img {
    margin-left: 0px;
}
    #shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col,
    #shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
        max-width: 95%;
    }
    #shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col {
        padding: 26px 20px 30px;
    }
#shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col {
    border-bottom: solid 1px #fff;
}
    #shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:nth-child(3) {
        padding: 4px 20px 20px;
    }
    #shopify-section-template--20936104083699__multi_image_with_text_qfBfdJ .row .multi-image-with-text__col:first-child {
        padding: 16px 20px 22px;
    }
/*    Icon Css Start*/
    #shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .row .multi-image-with-text__col {
        padding: 0px 10px 0px;
        border: none;
        margin: 0;
    }
    #shopify-section-template--20936104116467__multi_image_with_text_Q6ayVN .vela-section {
         padding: 50px 0 40px;   
    }
/*    Icon Css End*/
/*    Icon Css Start*/
    #shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .row .multi-image-with-text__col {
        padding: 0px 10px 0px;
        border: none;
        margin: 0;
    }
    #shopify-section-template--20936123973875__multi_image_with_text_eKkdDT .vela-section {
         padding: 50px 0 40px;   
    }
/*    Icon Css End*/
    #shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .slick-dots {
     display: none !important;
    }
    #shopify-section-template--20762349764851__blog_posts_Nm3Yf9 a.btn--viewall {
        position: absolute;
        top: -60px;
        left: 0px;
        right: auto;
    }
    #shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .heading-group {
        margin-bottom: 68px !important;
    }
    #shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .slick-carousel .slick-arrow {
        top: -34px;
    }
    #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi h2 .text-hidein-mb {
        display: none !important;
    }
    #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi h2 {
        max-width: 100%;
    }
     #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi  .slick-carousel .slick-arrow {
        top: -26px;
    }
#shopify-section-template--20762349764851__flash_sale_7qFMNk .slick-carousel .slick-arrow {
    top: -32px;
}
#shopify-section-template--20762349764851__flash_sale_MwnzTJ .slick-carousel .slick-arrow {
    top: -37px;
}
#shopify-section-template--20762349764851__instagram_shop_nRWpTz .slick-next {
     right: 12px !important;       
}

 #shopify-section-template--20762349764851__instagram_shop_nRWpTz   .slick-carousel .slick-arrow {
        top: -80px;
             right: 29px;
    }
    .hm-location-sec .left-box,
    .hm-location-sec .right-box  {
        padding-right: 0px;
        display: flex;
        justify-content: flex-end;
        padding-left: 0px;
        align-items: flex-end;
    }
#shopify-section-template--20762349764851__multi_image_with_text_BGmBqg .row  {
    gap: 10px;    
}
    #shopify-section-sections--20762353533171__header .header-left {
        width: 125px;
    }
    #shopify-section-template--20762349764851__f7f81db5-41b9-4aab-b889-2fa01d47d8a9 .slick-list .vela-slideshow__item .d-block {
        height: 190px !important;
    }
.slick-carousel .slick-prev {
    right: 62px !important;
}
#shopify-section-sections--20762353172723__custom_liquid_YXE3e6 .contact-wrapper-top-row .col h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}
    body:not([class*="template-product"]) .vela-breadcrumbs.vela-section {
        height: 130px;
        background-size: cover !important;
    }
    #shopify-section-template--20762351993075__main .product-single .product__info-wrapper .buy_buttons--wrap {
        padding-bottom: 27px;
    }
    .our-teams .row .col .our-team {
        gap: 0px;
    }
    #shopify-section-template--20762349764851__complementary_products_VfMEB8 .heading-group  {
            margin-bottom: 10px !important;    
    }
    #shopify-section-template--20762349764851__product_list_banner_dqNJqA .heading-group {
        margin-bottom: 10px !important;
    }
    #shopify-section-template--20762349764851__product_list_banner_dqNJqA h2 {
        margin-bottom: 0px !important;
    }
    #shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .heading-group h2 {
        margin-bottom: 0px !important;
    }
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__text h2 {
    line-height: 32px !important;
}
#shopify-section-template--20762349764851__image_with_text_bRJfGY .image-with-text__text p {
    font-size: 15px !important;
    line-height: 22px !important;
}
    #shopify-section-template--20762349764851__multi_image_with_text_kYfPhi .slick-track .slick-slide {
        padding: 10px 8px 52px;
    }
#shopify-section-template--20762349764851__instagram_shop_nRWpTz .slick-prev {
    right: 60px !important;      
}
    .contact-form__content .col-6 {
    width: 100% !important;
}
    #shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .slick-arrow {
        display: block !important;
    }
#shopify-section-template--20762349764851__blog_posts_Nm3Yf9 .article__meta-tags {
    margin: 0 !important;
} 
body:not([class*="template-product"]) .vela-breadcrumbs.vela-section ol.breadcrumb li a, body:not([class*="template-product"]) .vela-breadcrumbs.vela-section ol.breadcrumb li .breadcrumb__text {
    font-size: 14px;
    line-height: 22px;
}
.vela-breadcrumbs.vela-section h1 {
    margin-bottom: 0px !important;        
}
#shopify-section-template--20762349043955__main .article__list .row {
    display: flex;
    gap: 20px;        
}

  #shopify-section-template--20762349928691__multi_image_with_text_ggGE3F .row .multi-image-with-text__col,
  #shopify-section-template--20762349764851__multi_image_with_text_8LCUEk .row .multi-image-with-text__col {
              max-width: 94%;
    }

    body#coming-soon h1 {
        font-size: 45px !important;
        margin-top: -15px !important;
        margin-bottom: 11px;
        letter-spacing: -3px;
    }
    body#coming-soon p {
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: bold;
}
body#coming-soon #shopify-block-ASUE0Q1RaeVV4aytpT__ai_gen_block_dd77ab0_PL6etb {
        background-position: -110px 80px !important;
    }
  
    
}
@media screen and (max-width: 380px) {
    #shopify-section-template--20762349764851__flash_sale_7qFMNk a.btn--viewall {
        top: 108px;
    }    
}
/*Responsive End*/
.blog-img-grid  {
    display: flex;
    gap: 5px;
    margin-bottom: 22px;
    margin-top: 22px;
}
.blog-img-grid img,
.main-article__inner img {
    height: 200px !important;
    width: 288px !important;
    border-radius: 16px;
    object-fit: cover;
}

.bloginr-two-col .left-img {
    float: left;
    margin-right: 20px;  
    width: 20%;
}
.bloginr-two-col .left-img.logo img {
    object-fit: contain !important;
}
.bloginr-two-col .left-img img:last-of-type  {
    margin-top: 15px;    
}
.bloginr-two-col .left-img img:first-of-type  {
    margin-top: 0px;    
}
.bloginr-two-col .cont {
    width: 80%;
}
.bloginr-two-col {
    margin-top: 30px;  
    overflow: hidden;
    display: flex;
}