<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 3228:27 Expected ")" to end URL token

**/
/* section-announcement-bar */
#bannerTop {
  position: relative;
  overflow: hidden;
  line-height: 60px;
  transition: all .3s ease-in-out 0s; }
  #bannerTop .btn-bannerTop {
    position: absolute;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 0 0 3px 3px;
    background: var(--primary);
    text-align: center;
    line-height: 18px;
    color: #fff;
    top: 0;
    right: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 1;
    transition: all .3s ease; }
    @media (max-width: 991.98px) {
      #bannerTop .btn-bannerTop {
        top: 0;
        font-size: 0;
        padding: 0 2px; } }
  #bannerTop:hover .btn-bannerTop {
    top: 0; }

#shopify-section-announcement-bar {
  position: relative; }

.announcement-bar {
  color: var(--tb-cl);
  font-size: var(--tb-fs); }
  @media (max-width: 767.98px) {
    .announcement-bar {
      font-size: var(--tb-fs-m); } }
  .announcement-bar a {
    color: var(--tb-link-cl); }
  .announcement-bar .disclosure__button {
    color: var(--tb-link-cl);
    font-size: var(--tb-fs); }
    @media (max-width: 767.98px) {
      .announcement-bar .disclosure__button {
        font-size: var(--tb-fs-m); } }
  .announcement-bar .disclosure__list a {
    color: var(--heading-color); }
    .announcement-bar .disclosure__list a .disclosure__link--active {
      color: var(--primary); }

.announcement-bar__quicklink li {
  display: block;
  position: relative;
  line-height: 14px; }
  .announcement-bar__quicklink li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px; }

.announcement-bar__quicklink a {
  display: block;
  position: relative; }

.announcement-bar__social .social-icons-item {
  position: relative; }
  .announcement-bar__social .social-icons-item:not(:last-child) {
    margin-right: 15px; }

.announcement-bar__social .social-icons--link svg {
  width: 16px;
  height: 16px; }

.announcement-bar__social .social-icons--link .text {
  display: none; }

.section-header.shopify-section-group-header-group {
  z-index: 3; }

.section-header ~ .shopify-section-group-header-group {
  z-index: initial; }

.section-header.animate {
  transition: top 0.15s ease-out; }

.section-header .vela-section {
  transition: padding 0.3s ease; }

.shopify-section-header-sticky {
  position: sticky;
  top: 0; }

.scrolled-past-header:not(.shopify-section-header-hidden) {
  box-shadow: var(--shadow); }

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height)); }

.shopify-section-group-header-group {
  z-index: 4; }

.header {
  position: relative;
  z-index: 4; }

.header-wrap {
  background-color: var(--header-bg);
  color: var(--header-color);
  transition: all 0.2s ease-in-out 0s; }

@media (min-width: 992px) {
  .header__inner {
    position: relative; } }

/* Header icons */
.header__icon {
  color: var(--header-color); }
  .header__icon .icon {
    vertical-align: middle;
    transition: all 0.2s ease-in-out 0s; }
  .header__icon:hover {
    color: var(--primary); }

/* Search */
.header__icon--search {
  display: block;
  text-align: center; }

.search-modal {
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 375px;
  max-width: 100%;
  left: 0;
  background: #fff;
  box-shadow: var(--shadow);
  z-index: 1; }
  @media (min-width: 576px) {
    .search-modal .close-open {
      margin-top: -8px;
      margin-right: -7px; } }
  @media (min-width: 992px) {
    .search-modal {
      left: auto;
      right: 0; } }
  .search-modal.show {
    opacity: 1;
    animation: animateMenuOpen 200ms ease; }
  .search-modal .search-input {
    height: 46px; }

.search__button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 45px; }
  .search__button .icon {
    height: 16px; }
  .search__button:hover {
    color: var(--primary); }

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.velaTopLinks .top-link__title {
  cursor: pointer; }

.velaTopLinks .top-link__dropdown-menu {
  margin: 0;
  padding: 20px 25px;
  left: auto !important;
  right: 0 !important;
  border: 0;
  position: absolute;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  transition: all .35s ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  min-width: 160px;
  z-index: 1000;
  background: #fff; }
  .velaTopLinks .top-link__dropdown-menu li:not(:last-child) {
    border-bottom: 1px dashed var(--border-color); }
  .velaTopLinks .top-link__dropdown-menu a {
    display: block;
    padding: 12px 0;
    color: var(--menu-dropdown-color);
    font-size: var(--menu-dropdown-font-size); }
    .velaTopLinks .top-link__dropdown-menu a:hover {
      color: var(--menu-dropdown-hover-color); }

.velaTopLinks:hover .iconMenu {
  background-color: var(--primary);
  width: 19px; }
  .velaTopLinks:hover .iconMenu:nth-child(2) {
    width: 19px; }

.velaTopLinks:hover .top-link__dropdown-menu {
  opacity: 1;
  visibility: visible; }

.footer {
  color: var(--footer-color);
  font-size: calc(var(--font-size-base) - 1px); }

.footer__title {
  color: var(--footer-heading-color);
  position: relative; }

@media (min-width: 768px) {
  .footer-col {
    max-width: var(--tbl-mx); } }

@media (min-width: 992px) {
  .footer-col {
    max-width: var(--dsk-mx); } }

/* footer-social ___ */
.social-link__footer .social-icons-item:not(:last-child) {
  margin-right: 10px; }

.social-link__footer .social-icons--link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3b5998;
  color: #fff;
  min-height: 30px;
  min-width: 30px; }
  .social-link__footer .social-icons--link .social-icon {
    display: flex; }
  .social-link__footer .social-icons--link svg {
    width: 14px;
    height: 14px; }
  .social-link__footer .social-icons--link .text {
    display: none; }
  .social-link__footer .social-icons--link.facebook-link {
    background-color: #3b5998; }
  .social-link__footer .social-icons--link.twitter-link {
    background-color: #41d1f4; }
  .social-link__footer .social-icons--link.instagram-link {
    background-color: #E4405F; }
  .social-link__footer .social-icons--link.pinterest-link {
    background-color: #BD081C; }
  .social-link__footer .social-icons--link.youtube-link {
    background-color: #CD201F; }
  .social-link__footer .social-icons--link.tiktok-link {
    background-color: #EE1D51; }
  .social-link__footer .social-icons--link.snapchat-link {
    background-color: #00AFF0; }
  .social-link__footer .social-icons--link.vimeo-link {
    background-color: #5ee3ac; }

.copy-right {
  color: var(--st-cl);
  font-size: calc(var(--font-size-base) - 1px); }
  .copy-right a {
    color: var(--st-cl-l); }

/* footer-social ___ */
.copy-right-social .social-icons-item {
  position: relative; }
  .copy-right-social .social-icons-item:not(:last-child) {
    margin-right: 10px; }

.copy-right-social .social-icons--link {
  color: var(--footer-color);
  border-radius: 50%;
  background: #f2f2f2;
  color: #999;
  font-size: 16px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .copy-right-social .social-icons--link .social-icon {
    display: flex; }
  .copy-right-social .social-icons--link:hover {
    color: #fff;
    background-color: var(--primary); }
  .copy-right-social .social-icons--link svg {
    width: 16px;
    height: 16px; }
  .copy-right-social .social-icons--link .text {
    display: none; }

/* footer-newsletter __*/
@media (min-width: 768px) {
  .footer-newsletter {
    max-width: 430px; } }

.footer-newsletter .form-control {
  color: var(--footer-color);
  font-size: calc(var(--font-size-base) - 1px); }

.footer-newsletter .btn--newsletter {
  background-color: #000;
  border: 0;
  height: 54px;
  line-height: 22px;
  color: #fff;
  transition: all .2s ease; }
  @media (max-width: 767.98px) {
    .footer-newsletter .btn--newsletter {
      height: 46px; } }
  .footer-newsletter .btn--newsletter:hover {
    background-color: var(--primary); }

/* footer-info ___*/
.footer-info--desc {
  margin-bottom: 20px; }

.footer-info--phone .icons,
.footer-info--email .icons,
.footer-info--time .icons,
.footer-info--address .icons {
  min-width: 25px;
  width: 25px;
  height: 18px;
  display: flex;
  color: var(--primary); }
  .footer-info--phone .icons svg,
  .footer-info--email .icons svg,
  .footer-info--time .icons svg,
  .footer-info--address .icons svg {
    width: 14px;
    height: 16px; }

.footer-info--email a {
  color: var(--footer-color); }
  .footer-info--email a:hover {
    color: var(--footer-link-hover); }

/* footer-link-list ___*/
.footer-links a {
  position: relative;
  color: var(--footer-link);
  transition: all .2s ease-in-out;
  display: inline-block; }
  @media (min-width: 768px) {
    .footer-links a {
      padding: 2px 0; } }
  .footer-links a:hover {
    color: var(--footer-link-hover); }

@media (max-width: 767.98px) {
  .accordion-footer .footer__title {
    position: relative;
    cursor: pointer;
    line-height: 26px; }
    .accordion-footer .footer__title.active svg {
      transform: rotate(180deg); } }

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-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; }

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

.form-control {
  font-size: calc(var(--font-size-base) - 1px); }

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

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

/* 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 &gt; img,
  .card__image.lazyloaded .pre-loading {
    display: none; }

.btn {
  font-size: var(--font-size-base); }

.btn-default {
  color: var(--btn-default-color);
  border-color: var(--btn-default-border-color);
  background-color: var(--btn-default-bg-color);
  padding: 12px 30px;
  font-size: calc(var(--font-size-base) - 1px);
  position: relative;
  font-weight: 500;
  text-transform: capitalize; }
  .btn-default &gt; 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-default-outline {
  color: var(--btn-default-bg-color);
  border-color: var(--btn-default-border-color);
  background-color: #fff;
  padding: 10px 25px; }
  .btn-default-outline:focus, .btn-default-outline:hover {
    color: #fff;
    background-color: var(--btn-default-border-color); }

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

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

.btn-link-outline {
  border-bottom: 1px solid var(--heading-color);
  position: relative; }
  .btn-link-outline:hover {
    color: var(--primary);
    border-bottom-color: var(--primary); }

/* 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-loading &gt; span {
    display: none;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    background-color: var(--primary); }

.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 &gt; span {
    margin: 0 2px;
    display: block;
    width: 4px;
    height: 25px;
    background-color: var(--primary); }
    .vela-loading__icon &gt; span:nth-child(1) {
      animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon &gt; span:nth-child(2) {
      animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon &gt; span:nth-child(3) {
      animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
    .vela-loading__icon &gt; 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: #f7f7f7;
  height: var(--plh-svg-h, 100%); }

.cookie-consent {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 95;
  display: block;
  width: 100%;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease; }
  .cookie-consent.active {
    opacity: 1;
    visibility: visible; }

.cookie-consent__wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }

.cookie-consent__message {
  margin-right: 15px;
  padding: 8px 0; }
  .cookie-consent__message a {
    color: inherit; }
  .cookie-consent__message p {
    margin: 0; }

.cookie-consent__dismiss .btn {
  padding: 8px 44px;
  color: #fff;
  background-color: #ff7e00; }

/* SCROLL TO TOP*/
.scroll-to-top {
  z-index: 5;
  cursor: pointer;
  text-align: center;
  position: relative;
  position: fixed;
  right: 10px;
  bottom: 30px; }
  .scroll-to-top span {
    background-color: var(--primary);
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 18px; }
    .scroll-to-top span:hover {
      background-color: var(--heading-color); }
  .scroll-to-top svg {
    transform: rotate(270deg); }

.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; }
  @media (max-width: 767.98px) {
    .vela-section {
      padding: var(--st-pd-mb, 0);
      margin: var(--st-mg-mb, var(--st-mg)); } }
  .vela-section .container-full,
  .vela-section .container-fluid {
    max-width: var(--st-mx-w);
    margin-left: auto;
    margin-right: auto; }

.vela-html {
  max-width: var(--st-mx-w);
  margin-left: auto;
  margin-right: auto; }

/* SECTION COUNTDOWN */
.product-card__countdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center; }
  .product-card__countdown .countdown-title {
    color: var(--secondary); }
  .product-card__countdown .countdown__item {
    text-align: center;
    padding: 0 2px;
    position: relative; }
    .product-card__countdown .countdown__item:not(:last-child) {
      margin-right: 10px; }
      .product-card__countdown .countdown__item:not(:last-child):before, .product-card__countdown .countdown__item:not(:last-child):after {
        content: "";
        width: 3px;
        height: 3px;
        background-color: var(--heading-color);
        position: absolute;
        top: 5px;
        right: -7px;
        display: block; }
      .product-card__countdown .countdown__item:not(:last-child)::after {
        top: 13px; }
    .product-card__countdown .countdown__item span:first-child {
      color: var(--heading-color);
      font-weight: 700;
      font-size: 22px;
      line-height: calc(var(--font-size-base) + 2px);
      display: block;
      margin-bottom: 5px; }
    .product-card__countdown .countdown__item span:last-child {
      display: block;
      color: #bdbcbc;
      font-size: var(--font-size-base); }

.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); }

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

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); }

@media (max-width: 575.98px) {
  .tab-sm-scroll {
    overflow: scroll !important; }
    .tab-sm-scroll ul {
      flex-wrap: inherit;
      flex-direction: row;
      width: fit-content; }
      .tab-sm-scroll ul li {
        margin: 0 20px 0 0;
        white-space: nowrap; } }

.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 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%; }
  .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; }

.header__icon--cart {
  padding: 5px 0; }

.header-cart {
  position: relative;
  white-space: nowrap; }
  .header-cart &gt; a {
    color: var(--header-color); }
  .header-cart .header-cart__count {
    font-size: 9px;
    background: #000;
    color: #fff;
    padding: 3px;
    border-radius: 10px;
    line-height: 10px;
    min-width: 16px;
    text-align: center;
    vertical-align: middle;
    right: -2px;
    bottom: -7px;
    position: absolute;
    text-indent: 1px; }

.cart-hover:hover .header-cart__content, .cart-hover:focus .header-cart__content {
  opacity: 1;
  visibility: visible; }

.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100vw;
  height: 100vh; }

.cart-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.cart-modal__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  width: 570px;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 30px;
  background-color: var(--body-bg);
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .cart-modal__inner {
      padding: 15px; } }

.cart-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  color: var(--heading-color);
  opacity: .5;
  transition: opacity .3s ease; }
  .cart-modal__close svg {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .cart-modal__close:hover {
    color: var(--primary);
    opacity: .9; }

.cart-modal__image {
  min-height: 100%; }
  .cart-modal__image img {
    z-index: 10000; }

.cart-modal__name {
  margin: 0 0 15px;
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: calc(var(--font-size-base) + 3px);
  color: var(--heading-color);
  line-height: 24px; }
  @media screen and (max-width: 500px) {
    .cart-modal__name {
      margin: 0 0 5px; } }

.cart-modal__messenger {
  margin: 0 0 10px;
  color: green; }

.cart-modal__funcs {
  padding: 10px 0 0; }
  @media screen and (max-width: 500px) {
    .cart-modal__funcs {
      padding: 1px 0 0; } }

.cart-modal__btn {
  display: block;
  width: 50%;
  margin: 10px 7px 0;
  padding: 10px 15px;
  color: #fff;
  background-color: var(--primary);
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: var(--font-heading-weight);
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; }
  .cart-modal__btn:hover, .cart-modal__btn:focus {
    outline: 0;
    color: var(--btn-default-color); }

.cart-modal__btn--viewcart {
  color: var(--btn-default-color);
  background-color: var(--btn-default-bg-color);
  border-color: var(--btn-default-border-color); }
  .cart-modal__btn--viewcart:hover {
    color: #fff;
    background-color: var(--heading-color);
    border-color: var(--heading-color); }

.cart-modal__btn--checkout {
  position: relative; }
  .cart-modal__btn--checkout span {
    position: relative; }
  .cart-modal__btn--checkout:hover {
    color: #fff;
    background-color: var(--heading-color);
    border-color: var(--heading-color); }

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

.header-cart__content {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  display: block;
  min-width: 320px;
  padding: 20px;
  background-color: var(--body-bg);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

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

.ajaxcart__inner {
  max-height: calc(100vh - 240px);
  overflow-x: hidden;
  overflow-y: auto;
  /*fix scroll bar firefox */
  scrollbar-width: thin;
  scrollbar-color: #b7b7b7 #ebebeb;
  /*fix scroll bar chorme */ }
  .ajaxcart__inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px;
    background: #ebebeb; }
  .ajaxcart__inner::-webkit-scrollbar-track {
    border-radius: 2px; }
  .ajaxcart__inner::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 2px; }

.ajaxcart__product:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 15px; }

.ajaxcart__line-item {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px; }

.ajaxcart__line-item--left {
  width: 90px;
  padding-left: 8px;
  padding-right: 8px; }

.ajaxcart__line-item--right {
  width: calc(100% - 90px);
  padding-left: 8px;
  padding-right: 8px; }

.ajaxcart__product-image-wrapper {
  position: relative; }

.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 {
  display: block;
  color: var(--product-name-color);
  font-family: var(--font-heading-family);
  transition: color .3s ease;
  font-size: var(--font-size-base);
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .ajaxcart__product-name:hover, .ajaxcart__product-name:focus {
    color: var(--product-name-hover-color);
    text-decoration: none; }

.ajaxcart__product-meta {
  font-size: calc(var(--font-size-base) - 3px);
  line-height: var(--font-size-base); }
  .ajaxcart__product-meta span:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid var(--body-color-light);
    width: 0;
    height: 10px;
    margin: 0px 8px; }

.ajaxcart__price {
  display: block;
  font-size: var(--font-size-base); }

.ajaxcart__price--regular {
  font-size: calc(var(--font-size-base) - 1px);
  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 {
  font-style: italic;
  margin: 0;
  padding: 0 0 10px;
  font-size: calc(var(--font-size-base) - 1px); }

.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-label {
  color: var(--heading-color); }

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

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

.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: 110px;
  display: flex;
  padding: 0 2px;
  background-color: transparent;
  border: 2px solid var(--border-color); }

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

.vela-qty__adjust {
  width: 30px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color); }
  .vela-qty__adjust:hover {
    color: var(--primary); }
  .vela-qty__adjust svg {
    width: 10px;
    pointer-events: none; }

.product-quantity__select {
  min-height: 48px;
  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 {
  position: absolute;
  top: -2px;
  right: -5px;
  color: var(--body-color-light);
  font-size: calc(var(--font-size-base) - 3px);
  text-decoration: underline;
  transition: color .3s ease; }
  .ajaxcart__remove svg {
    display: block;
    width: 25px;
    height: 25px; }
  .ajaxcart__remove:hover, .ajaxcart__remove:focus {
    color: #e2401c; }

.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 {
  color: var(--primary); }

/*shipping bar*/
.shipping-bar-cart {
  font-size: calc(var(--font-size-base) - 2px); }
  .shipping-bar-cart .title-spend {
    display: none; }
    .shipping-bar-cart .title-spend &gt; span {
      color: var(--heading-color);
      font-weight: var(--font-heading-weight); }
      .shipping-bar-cart .title-spend &gt; span:last-of-type {
        color: var(--bs-danger); }
  .shipping-bar-cart .title-shipping {
    display: none; }
  .shipping-bar-cart.shipping-free .title-start,
  .shipping-bar-cart.shipping-free .title-spend {
    display: none; }
  .shipping-bar-cart.shipping-free .title-shipping {
    display: block; }
  .shipping-bar-cart.shipping-progress .title-start,
  .shipping-bar-cart.shipping-progress .title-shipping {
    display: none; }
  .shipping-bar-cart.shipping-progress .title-spend {
    display: block; }
  .shipping-bar-cart.effect .title-shipping {
    animation: effectOpacity 1s infinite; }

.shipping-progress_bar {
  height: 6px;
  padding-right: 28px; }

.progress-bar .icon {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 1px solid var(--bs-info);
  color: var(--bs-info);
  margin-left: 15px; }

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

.product-price {
  font-size: calc(var(--font-size-base) -2px);
  color: var(--primary);
  letter-spacing: .5px;
  font-weight: 500; }
  .product-price.product-price--regular {
    position: relative;
    color: var(--body-color-light);
    padding: 0 3px;
    font-weight: 400; }
    .product-price.product-price--regular:before {
      content: "";
      display: block;
      top: 48%;
      width: 100%;
      height: 1px;
      background-color: var(--body-color-light);
      position: absolute;
      left: 0; }

.product-card {
  position: relative; }
  .product-card .img-primary {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease; }
  .product-card .img-secondary {
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .product-card .product-card__image-link:hover .img-primary {
      visibility: hidden;
      opacity: 0; }
    .product-card .product-card__image-link:hover .img-secondary {
      visibility: visible;
      opacity: 1; } }

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

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

.product-card__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }

.product-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

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

.product-card__vendor {
  color: var(--body-color-light);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  .product-card__vendor label {
    margin-right: 4px; }

.product-card__name {
  position: relative; }
  .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: 10px 10px 0;
  z-index: 1;
  font-size: calc(var(--font-size-base) - 2px);
  line-height: 18px;
  display: block; }
  .product-card__label &gt; span {
    display: block;
    padding: 2px 10px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 2px;
    z-index: 2; }

.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); }

.product-grid .product-card__image-link {
  opacity: 1;
  transition: all .1s ease; }

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

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

.product-grid.grid__default .product-card__label {
  margin: 20px; }

.product-grid.grid__default .shop-action {
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease; }

.product-grid.grid__default .product-card__swatch--list {
  justify-content: flex-start !important; }

.product-grid.grid__default .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  width: 40px;
  margin: 3px;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
  border: 0;
  z-index: 2;
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
  color: #282828;
  transition: all .3s ease; }
  .product-grid.grid__default .btn--action.is-added, .product-grid.grid__default .btn--action:hover {
    color: #fff;
    background-color: var(--heading-color); }

.product-grid.grid__default .btn--wishlist-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: 0 !important;
  z-index: 2;
  border-radius: 50%;
  color: #969595; }
  .product-grid.grid__default .btn--wishlist-page:hover {
    color: #dc3545; }

.product-grid.grid__default .group-cart-price__effect {
  transition: all .3s ease; }

.product-grid.grid__default .product-card__name a {
  font-size: var(--font-size-base);
  color: var(--product-name-color); }
  .product-grid.grid__default .product-card__name a:hover {
    color: var(--product-name-hover-color); }

@media (min-width: 768px) {
  .product-grid.grid__default:hover .shop-action {
    opacity: 1;
    visibility: visible; } }

.product-grid.grid__style1 {
  padding: 0 1px 1px 0; }
  .product-grid.grid__style1 .product-grid__inner {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06); }
  .product-grid.grid__style1 .product-card__label {
    margin: 0 20px;
    width: 28px;
    max-width: 28px; }
    .product-grid.grid__style1 .product-card__label &gt; span {
      writing-mode: vertical-lr;
      padding: 10px 5px;
      border-radius: 0;
      text-transform: uppercase;
      margin-bottom: 0; }
      .product-grid.grid__style1 .product-card__label &gt; span:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 0;
        border-bottom: 8px solid transparent; }
      .product-grid.grid__style1 .product-card__label &gt; span.label-new {
        z-index: 4; }
        .product-grid.grid__style1 .product-card__label &gt; span.label-new:after {
          border-left: 14px solid var(--new-badge-bg-color);
          border-right: 14px solid var(--new-badge-bg-color); }
      .product-grid.grid__style1 .product-card__label &gt; span.label-on-sale {
        z-index: 3; }
        .product-grid.grid__style1 .product-card__label &gt; span.label-on-sale:after {
          border-left: 14px solid var(--sale-badge-bg-color);
          border-right: 14px solid var(--sale-badge-bg-color); }
      .product-grid.grid__style1 .product-card__label &gt; span.label-sold-out {
        z-index: 2; }
        .product-grid.grid__style1 .product-card__label &gt; span.label-sold-out:after {
          border-left: 14px solid var(--sold-out-badge-bg-color);
          border-right: 14px solid var(--sold-out-badge-bg-color); }
      .product-grid.grid__style1 .product-card__label &gt; span.label-pre-order {
        z-index: 1; }
        .product-grid.grid__style1 .product-card__label &gt; span.label-pre-order:after {
          border-left: 14px solid var(--pre-order-badge-bg-color);
          border-right: 14px solid var(--pre-order-badge-bg-color); }
  .product-grid.grid__style1 .shop-action {
    bottom: 10px;
    right: 10px;
    transition: all .3s ease; }
  .product-grid.grid__style1 .btn--action {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    right: -20px;
    padding: 0;
    background-color: #fff;
    border: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    color: #969595;
    border-radius: 50%;
    transform: rotate(180deg);
    transition: all .3s ease; }
    .product-grid.grid__style1 .btn--action.is-added, .product-grid.grid__style1 .btn--action:hover {
      color: var(--primary); }
    .product-grid.grid__style1 .btn--action.btn--wishlist {
      transition-delay: .1s; }
  .product-grid.grid__style1 .product-card__buttons,
  .product-grid.grid__style1 .product-group-price {
    min-width: 100%; }
  .product-grid.grid__style1 .product-card__buttons .btn--add-to-cart {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--heading-color);
    font-size: var(--font-size-base);
    font-weight: 500;
    padding: 3px 0;
    text-transform: capitalize; }
    .product-grid.grid__style1 .product-card__buttons .btn--add-to-cart svg {
      margin-top: -4px; }
    .product-grid.grid__style1 .product-card__buttons .btn--add-to-cart &gt; span {
      position: relative; }
    .product-grid.grid__style1 .product-card__buttons .btn--add-to-cart:hover, .product-grid.grid__style1 .product-card__buttons .btn--add-to-cart:focus {
      outline: 0;
      box-shadow: none;
      border-color: var(--primary);
      color: var(--primary); }
  .product-grid.grid__style1 .btn--wishlist-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    border: 0;
    z-index: 2;
    border-radius: 50%;
    color: #969595; }
    .product-grid.grid__style1 .btn--wishlist-page:hover {
      color: #dc3545; }
  .product-grid.grid__style1 .group-cart-price__effect {
    transition: all .3s ease; }
  .product-grid.grid__style1 .product-card__name a {
    font-size: var(--font-size-base);
    color: var(--product-name-color);
    background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
    background-position: 0 100%;
    background-size: 0 1px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat; }
    .product-grid.grid__style1 .product-card__name a:hover {
      color: var(--primary);
      background-size: 100% 1px; }
  @media (min-width: 768px) {
    .product-grid.grid__style1:hover .btn--action {
      opacity: 1;
      visibility: visible;
      transform: rotate(0deg);
      right: 0; }
    .product-grid.grid__style1:hover .group-cart-price__effect {
      transform: translateX(-100%); } }

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

.product-grid.grid__style2 .shop-action {
  bottom: 10px;
  right: 10px;
  transition: all .3s ease; }

.product-grid.grid__style2 .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  border-radius: 2px;
  color: #000000;
  transition: all .3s ease; }
  .product-grid.grid__style2 .btn--action.is-added, .product-grid.grid__style2 .btn--action:hover {
    color: #fff;
    background-color: var(--primary); }

.product-grid.grid__style2 .product-card__buttons,
.product-grid.grid__style2 .product-group-price {
  min-width: 100%; }

.product-grid.grid__style2 .btn--wishlist-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: 0;
  z-index: 2;
  border-radius: 50%;
  color: #969595; }
  .product-grid.grid__style2 .btn--wishlist-page:hover {
    color: #dc3545; }

.product-grid.grid__style2 .group-cart-price__effect {
  transition: all .3s ease; }

.product-grid.grid__style2 .product-card__name a {
  font-size: var(--font-size-base);
  color: var(--product-name-color); }
  .product-grid.grid__style2 .product-card__name a:hover {
    color: var(--product-name-hover-color); }

@media (min-width: 768px) {
  .product-grid.grid__style2:hover .btn--action {
    opacity: 1;
    visibility: visible; } }

.product-grid.grid__style3 .product-card__label {
  margin: 20px; }

.product-grid.grid__style3 .shop-action {
  top: 10px;
  right: 10px;
  transition: all .3s ease; }

.product-grid.grid__style3 .product-card__swatch--list {
  justify-content: flex-start !important; }

.product-grid.grid__style3 .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  border-radius: 2px;
  color: #000000;
  transition: all .3s ease; }
  .product-grid.grid__style3 .btn--action.is-added, .product-grid.grid__style3 .btn--action:hover {
    color: #fff;
    background-color: var(--primary); }

.product-grid.grid__style3 .btn--add-to-cart {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: block;
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--font-heading-weight);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 12px 15px;
  text-transform: uppercase; }
  .product-grid.grid__style3 .btn--add-to-cart:hover {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary); }

.product-grid.grid__style3 .product-card__buttons,
.product-grid.grid__style3 .product-group-price {
  min-width: 100%; }

.product-grid.grid__style3 .btn--wishlist-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: 0;
  z-index: 2;
  border-radius: 50%;
  color: #969595; }
  .product-grid.grid__style3 .btn--wishlist-page:hover {
    color: #dc3545; }

.product-grid.grid__style3 .group-cart-price__effect {
  transition: all .3s ease; }

.product-grid.grid__style3 .product-card__name a {
  font-size: var(--font-size-base);
  color: var(--product-name-color); }
  .product-grid.grid__style3 .product-card__name a:hover {
    color: var(--product-name-hover-color); }

@media (min-width: 768px) {
  .product-grid.grid__style3:hover .btn--add-to-cart,
  .product-grid.grid__style3:hover .btn--action {
    opacity: 1;
    visibility: visible; } }

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

.product-grid.grid__style4 .shop-action {
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all .3s ease; }

.product-grid.grid__style4 .btn--wishlist,
.product-grid.grid__style4 .btn--quickview {
  border-left: 1px solid #414141 !important;
  max-width: 50px; }

.product-grid.grid__style4 .product-card__swatch--list {
  justify-content: flex-start !important; }

.product-grid.grid__style4 .btn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  padding: 0;
  background-color: #000000;
  border: 0;
  z-index: 2;
  font-size: calc(var(--font-size-base) - 2px);
  text-transform: uppercase;
  color: #ffffff;
  transition: all .3s ease; }
  .product-grid.grid__style4 .btn--action .tooltip {
    display: none !important; }
  .product-grid.grid__style4 .btn--action.is-added, .product-grid.grid__style4 .btn--action:hover {
    color: #fff;
    background-color: var(--primary); }

.product-grid.grid__style4 .btn--wishlist-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: 0 !important;
  z-index: 2;
  border-radius: 50%;
  color: #969595; }
  .product-grid.grid__style4 .btn--wishlist-page:hover {
    color: #dc3545; }

.product-grid.grid__style4 .group-cart-price__effect {
  transition: all .3s ease; }

.product-grid.grid__style4 .product-card__name a {
  font-size: var(--font-size-base);
  color: var(--product-name-color); }
  .product-grid.grid__style4 .product-card__name a:hover {
    color: var(--product-name-hover-color); }

@media (min-width: 768px) {
  .product-grid.grid__style4:hover .shop-action {
    bottom: 0;
    opacity: 1;
    visibility: visible; } }

.product-card__list .btn--action {
  position: relative;
  transition: all .3s ease;
  border: 1px solid var(--border-color);
  padding: 10px;
  line-height: 18px;
  min-width: 150px;
  font-size: calc(var(--font-size-base) - 2px); }
  .product-card__list .btn--action.is-added, .product-card__list .btn--action:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary); }

.product-card__swatch li {
  margin: 1px 3px;
  border: 1px solid #cbcbcb; }
  .product-card__swatch li.is-active {
    border-color: var(--heading-color); }

.product-card__swatch label {
  width: 20px;
  height: 20px;
  background-size: cover;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative; }

.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__list .product-card__name a {
  color: var(--product-name-color); }
  .product-list__list .product-card__name a:hover {
    color: var(--product-name-hover-color); }

.product-list-style1 .product-card__image-link {
  opacity: 1;
  transition: all .1s ease; }

.product-list-style1 .btn--quickview {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #333e48;
  border: 0;
  color: #fff;
  border-radius: 3px;
  transform: scale(0);
  visibility: hidden;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  transition: all .3s ease; }
  .product-list-style1 .btn--quickview:hover {
    background: var(--primary);
    color: #fff; }

.product-list-style1 .product-card__buttons .btn--add-to-cart {
  background-color: #fff;
  border: 1px solid var(--border-color);
  color: #a7a7a7;
  display: inline-block;
  padding: 10px 15px;
  font-size: calc(var(--font-size-base) - 2px);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  min-width: 125px; }
  .product-list-style1 .product-card__buttons .btn--add-to-cart &gt; span {
    position: relative; }
  .product-list-style1 .product-card__buttons .btn--add-to-cart:hover, .product-list-style1 .product-card__buttons .btn--add-to-cart:focus {
    outline: 0;
    box-shadow: none;
    background: var(--primary);
    border-color: var(--primary);
    color: #fff; }

@media (min-width: 576px) {
  .product-list-style1:hover .product-card__image-link {
    opacity: .5; }
  .product-list-style1:hover .btn--quickview {
    transform: scale(1);
    visibility: visible; }
  .product-list-style1:hover .btn--add-to-cart {
    background-color: #333e48;
    border-color: #333e48;
    color: #fff; }
    .product-list-style1:hover .btn--add-to-cart:hover {
      background-color: var(--primary);
      border-color: var(--primary); } }

.article__meta {
  font-size: calc(var(--font-size-base) - 2px);
  color: var(--heading-color); }
  .article__meta a:hover {
    color: var(--primary); }
  .article__meta &gt; div {
    position: relative; }
    .article__meta &gt; div:not(:last-child):after {
      content: "";
      padding: 0 8px; }
  .article__meta .article__meta-author {
    color: var(--body-color-light); }
    .article__meta .article__meta-author span {
      color: var(--heading-color); }
  .article__meta .comment-icon,
  .article__meta .date-icon {
    position: relative;
    top: -2px;
    margin-right: 5px; }

.article__tags .tags__item {
  color: var(--body-color-light); }
  .article__tags .tags__item:hover {
    color: var(--primary); }

.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__grid .article__meta {
  font-size: calc(var(--font-size-base) - 2px); }

.blog__grid .article__btn {
  border: 2px solid var(--border-color);
  color: var(--heading-color);
  padding: 10px 30px; }
  @media (min-width: 768px) {
    .blog__grid .article__btn {
      padding: 13px 45px; } }
  .blog__grid .article__btn:hover {
    border-color: var(--primary);
    color: var(--primary); }

.blog__list1 .article__excerpt,
.blog__grid1 .article__excerpt {
  font-size: calc(var(--font-size-base) - 1px); }

.blog__grid2 .article__content {
  padding: 35px 20px;
  position: relative;
  margin: -70px 40px 0;
  text-align: center;
  background-color: #fff; }

.blog__grid2 .article__excerpt {
  font-size: calc(var(--font-size-base) - 1px); }

/*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;
  margin-left: auto;
  margin-right: auto; }
  .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: 30px;
  height: 30px;
  margin-top: -15px;
  top: 50%;
  padding: 0;
  color: #fff;
  border: 0;
  background-color: #00000026;
  font-size: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .slick-arrow {
      width: 50px;
      height: 50px;
      margin-top: -25px; } }
  .slick-arrow:before {
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: block;
    width: 8px;
    height: 16px;
    background-color: #fff; }
  .slick-arrow svg {
    width: 10px;
    height: 16px; }
  .slick-arrow:focus, .slick-arrow:hover {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-color: var(--heading-color);
    opacity: 1;
    border-color: var(--heading-color); }
    .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: -15px; }
  @media (max-width: 767.98px) {
    .slick-prev {
      left: 5px; } }
  .slick-prev:before {
    -webkit-mask-image: url("data:image/svg+xml,&lt;svg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M11.1785 22.2877L11.51 21.9563C11.7297 21.7367 11.7297 21.3805 11.51 21.1608L2.34626 11.997L11.51 2.83326C11.7297 2.6136 11.7297 2.25745 11.51 2.03774L11.1785 1.70634C10.9589 1.48668 10.6027 1.48668 10.3831 1.70634L0.49006 11.5993C0.270403 11.819 0.270403 12.1751 0.49006 12.3948L10.3831 22.2878C10.6027 22.5074 10.9589 22.5074 11.1785 22.2877Z' fill='currentColor'/&gt;&lt;/svg&gt;\a");
    mask-image: url("data:image/svg+xml,&lt;svg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M11.1785 22.2877L11.51 21.9563C11.7297 21.7367 11.7297 21.3805 11.51 21.1608L2.34626 11.997L11.51 2.83326C11.7297 2.6136 11.7297 2.25745 11.51 2.03774L11.1785 1.70634C10.9589 1.48668 10.6027 1.48668 10.3831 1.70634L0.49006 11.5993C0.270403 11.819 0.270403 12.1751 0.49006 12.3948L10.3831 22.2878C10.6027 22.5074 10.9589 22.5074 11.1785 22.2877Z' fill='currentColor'/&gt;&lt;/svg&gt;\a"); }

.slick-next {
  right: -15px; }
  @media (max-width: 767.98px) {
    .slick-next {
      right: 5px; } }
  .slick-next:before {
    -webkit-mask-image: url("data:image/svg+xml,&lt;svg width='12' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 576 1024'&gt;&lt;path d='M48 1023q-14 0-24.5-10T13 989t10-24l457-457L30 59q-6-7-8.5-16t0-17.5T30 10Q40 0 54.5 0T79 10l473 474q5 5 7.5 11.5t2.5 13t-2.5 12.5t-7.5 11L72 1013q-5 5-11.5 7.5T48 1023z' fill='currentColor'&gt;&lt;/path&gt;&lt;/svg&gt;\a");
    mask-image: url("data:image/svg+xml,&lt;svg width='12' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 576 1024'&gt;&lt;path d='M48 1023q-14 0-24.5-10T13 989t10-24l457-457L30 59q-6-7-8.5-16t0-17.5T30 10Q40 0 54.5 0T79 10l473 474q5 5 7.5 11.5t2.5 13t-2.5 12.5t-7.5 11L72 1013q-5 5-11.5 7.5T48 1023z' fill='currentColor'&gt;&lt;/path&gt;&lt;/svg&gt;\a"); }

.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 5px;
    border: 0;
    border-radius: 50%;
    margin: 2px 1px; }
    .slick-dots li.slick-active button {
      box-shadow: 0 0 0 2px var(--primary);
      width: 11px;
      height: 11px;
      background: transparent; }
  .slick-dots button {
    display: block;
    background: #c2c2c2;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px transparent;
    font-size: 0;
    transition: box-shadow .2s ease; }

.js-carousel .slick-dots {
  position: static;
  margin-top: 30px; }

@media (min-width: 768px) {
  .js-carousel .slick-arrow {
    visibility: hidden;
    opacity: 0; }
  .js-carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1; }
    .js-carousel:hover .slick-arrow.slick-disabled {
      opacity: .4; }
  .js-carousel:hover .slick-prev {
    left: calc(var(--bs-gutter-x) * .5); }
  .js-carousel:hover .slick-next {
    right: calc(var(--bs-gutter-x) * .5); } }

@media (min-width: 992px) {
  .slick-dots__style1 .slick-dots {
    margin-top: 35px; } }

.slick-dots__style1 .slick-dots li.slick-active button {
  border-radius: 5px;
  width: 24px;
  height: 8px;
  background: var(--primary);
  box-shadow: none; }

/* endslick */
.vela-breadcrumbs {
  position: relative;
  overflow: hidden;
  min-height: var(--breadcrumb-mh-m); }
  @media (min-width: 768px) {
    .vela-breadcrumbs {
      min-height: var(--breadcrumb-mh);
      padding-left: 10px;
      padding-right: 10px; } }
  .vela-breadcrumbs .container {
    z-index: 1; }

.vela-breadcrumbs__inner {
  display: flex;
  padding: 10px 0; }

.vela-breadcrumbs__image {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.breadcrumb__item {
  font-size: calc(var(--font-size-base) - 1px); }

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

.breadcrumb-item + .breadcrumb-item::before {
  margin: 10px 8px 0;
  color: var(--breadcrumb-color-link);
  content: "";
  background-image: url("data:image/svg+xml,&lt;svg width='12' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 576 1024'&gt;&lt;path d='M48 1023q-14 0-24.5-10T13 989t10-24l457-457L30 59q-6-7-8.5-16t0-17.5T30 10Q40 0 54.5 0T79 10l473 474q5 5 7.5 11.5t2.5 13t-2.5 12.5t-7.5 11L72 1013q-5 5-11.5 7.5T48 1023z' fill='currentColor'&gt;&lt;/path&gt;&lt;/svg&gt;\a");
  display: block;
  width: 4px;
  height: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .6; }

.vela-breadcrumbs__title {
  color: var(--breadcrumb-heading-color);
  line-height: 1; }

.quickview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }
  .quickview.show {
    opacity: 1;
    visibility: visible; }
    .quickview.show .quickview__content {
      transform: scale(1); }
  .quickview .slick-prev {
    left: 0; }
  .quickview .slick-next {
    right: 0; }

.quickview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.quickview__content {
  position: relative;
  z-index: 1;
  margin: 30px;
  padding: 0;
  width: 950px;
  max-width: 90vw;
  max-height: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: scale(0);
  transition: transform .4s ease; }
  .quickview__content .quickview__content__inner {
    background: #fff;
    padding: 30px; }

.quickview__btn-close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  display: block;
  text-align: center;
  padding: 0;
  color: var(--heading-color);
  background-color: transparent;
  transition: opacity .3s ease; }
  .quickview__btn-close svg {
    display: inline-block; }
  .quickview__btn-close:hover {
    color: var(--primary); }

.quickview-images {
  display: block;
  overflow: hidden; }

.product-quickview__description {
  color: #666666; }

.product-quickview__avaiable .product-avaiable {
  display: none; }
  .product-quickview__avaiable .product-avaiable.product-avaiable--active {
    display: flex; }

.product-single__price,
.product-single__price--compare-at {
  color: var(--heading-color);
  font-weight: 500;
  margin: 0;
  font-size: calc(var(--font-size-base) + 8px);
  line-height: 1.33;
  letter-spacing: .5px; }

.product-single__price--compare-at {
  display: inline-block;
  position: relative;
  color: var(--body-color-light);
  font-weight: 400;
  padding: 0 6px; }
  .product-single__price--compare-at:before {
    content: "";
    display: block;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--body-color-light);
    position: absolute;
    left: 0; }

.product-single__unit {
  display: none; }
  .price-container--unit-available .product-single__unit {
    display: block; }

.product-single__policies {
  margin: 15px 0 25px 0; }

.variants-box__dropdown {
  margin: 0 -.5rem;
  display: flex;
  flex-wrap: wrap; }
  .variants-box__dropdown .product-form__item {
    margin: 0 .5rem 20px;
    display: inline-block;
    width: calc(-1rem + 50%); }
    @media (max-width: 575.98px) {
      .variants-box__dropdown .product-form__item {
        width: calc(-1rem + 100%); } }

.product-form__item {
  margin: 0 0 15px; }

.product-form__input {
  cursor: pointer;
  display: block;
  color: var(--heading-color);
  padding: 6px 30px 6px 15px;
  font-size: var(--font-size-base);
  text-rendering: optimizeLegibility;
  transition: all .3s ease;
  background-color: #f5f5f5;
  min-width: 80px; }
  .product-form__input:focus {
    outline: 0; }

.product-avaiable .product-avaiable__text {
  display: block;
  color: #0066c0; }

.product-avaiable .product-avaiable__text--outstock {
  color: var(--primary); }

.variants__label {
  display: block;
  margin: 0 0 10px;
  font-weight: 600; }
  .variants__label &gt; span {
    color: var(--heading-color);
    margin-left: 10px;
    font-weight: 400; }

.variants__options {
  display: flex;
  flex-flow: row wrap; }

.single-option-selector {
  position: relative;
  margin: 0; }
  .single-option-selector input {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px; }
  .single-option-selector label {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px 0;
    padding: 2px 8px;
    min-width: 35px;
    min-height: 35px;
    font-weight: 500;
    color: var(--body-color);
    background-color: #fff;
    border: 1px solid var(--border-color);
    font-size: var(--font-size-base);
    line-height: 16px;
    text-align: center; }
    .single-option-selector label[data-color] {
      border-radius: 50%;
      min-width: 30px;
      min-height: 30px;
      overflow: hidden;
      padding: 0;
      font-size: 0;
      text-indent: -9999px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
      .single-option-selector label[data-color]:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        inset: 0;
        border: 3px solid transparent; }
    .single-option-selector label.disabled {
      cursor: no-drop;
      opacity: .5; }
  .single-option-selector.variant_hide label.disabled {
    display: none; }
  .single-option-selector input[type='radio']:checked + label:not(.disabled) {
    border-color: var(--primary);
    color: var(--primary); }
    .single-option-selector input[type='radio']:checked + label:not(.disabled)[data-color] {
      border-color: var(--primary); }
      .single-option-selector input[type='radio']:checked + label:not(.disabled)[data-color]:after {
        border-color: #fff; }

.product-single__buttons .btn--pre-order,
.product-single__buttons .btn--add-to-cart {
  padding: 0 15px;
  height: 48px;
  font-size: calc(var(--font-size-base) - 1px);
  color: #fff;
  background: #f3492c;
  /* background: var(--heading-color); */
  border: 1px solid var(--heading-color);
  width: 100%;
  min-width: 110px;
  position: relative;
  text-transform: uppercase; }
  .product-single__buttons .btn--pre-order .btn__text,
  .product-single__buttons .btn--add-to-cart .btn__text {
    position: relative; }
  .product-single__buttons .btn--pre-order svg,
  .product-single__buttons .btn--add-to-cart svg {
    margin-right: 3px;
    margin-top: -2px;
    display: none !important; }
  .product-single__buttons .btn--pre-order:hover,
  .product-single__buttons .btn--add-to-cart:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff; }
  .product-single__buttons .btn--pre-order[disabled="disabled"],
  .product-single__buttons .btn--add-to-cart[disabled="disabled"] {
    width: 100%;
    margin-right: 0; }
    .product-single__buttons .btn--pre-order[disabled="disabled"] svg,
    .product-single__buttons .btn--add-to-cart[disabled="disabled"] svg {
      display: none; }

.product-single__buttons .shopify-payment-button {
  position: relative; }

@media (max-width: 575.98px) {
  .product-single__buttons .col:nth-child(3) {
    flex: 1 1 100%; } }

.product__organization {
  display: flex;
  margin-bottom: 6px;
  line-height: 20px; }

.product__organization__label {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color); }

.product__organization__text,
.product__organization__text a {
  color: var(--heading-color); }

.product__organization__text a:hover {
  color: var(--primary); }

.product-quickview__review {
  font-size: 14px; }
  .product-quickview__review .spr-starratings .spr-icon, .product-quickview__review .spr-starrating .spr-icon {
    margin-right: 1px; }

.product-details-tags {
  color: var(--body-color-light); }
  .product-details-tags a {
    color: var(--body-color-light);
    font-size: calc(var(--font-size-base) - 1px); }
    .product-details-tags a:hover {
      color: var(--primary); }

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

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

.wishlist-count .count {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--header-color);
  color: #fff;
  margin-left: 2px;
  text-align: center;
  font-family: var(--font-heading-family); }

.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; }

.vela-sitemap__list {
  margin: 0 auto;
  max-width: 600px; }

.vela-sitemap__list a {
  display: block;
  padding: 5px 0;
  color: #000;
  font-weight: 500;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .vela-sitemap__list a:hover, .vela-sitemap__list a:focus {
    color: var(--primary); }

.aboutMe {
  min-height: 100vh; }

.aboutMeBanner {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media (max-width: 991.98px) {
    .aboutMeBanner:before {
      content: "";
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.5); } }

.aboutMeInner {
  position: absolute;
  height: 100vh;
  right: 0;
  top: 0;
  padding: 80px 0; }

.aboutMewrap {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }

.aboutMeContent {
  padding: 0 30px;
  position: relative;
  max-width: 650px;
  margin: 0 auto; }

.aboutMeTitle {
  font-size: 80px;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: var(--font-body-family); }
  .aboutMeTitle span {
    color: var(--body-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block; }

.velaAboutMeSocial {
  max-width: 500px; }
  .velaAboutMeSocial a {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin: 2px; }
    .velaAboutMeSocial a.facebook {
      background: #3c5b9b; }
    .velaAboutMeSocial a.twitter {
      background: #40c1df; }
    .velaAboutMeSocial a.pinterest {
      background-color: #cb2027; }
    .velaAboutMeSocial a.youtube {
      background-color: #FF0000; }
    .velaAboutMeSocial a.tiktok {
      background: #EE1D52; }

.aboutCopyRight {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 40px; }
  @media (max-width: 991.98px) {
    .aboutCopyRight {
      text-align: center;
      flex-flow: column-reverse; } }
  .aboutCopyRight .text {
    color: #fff; }
  .aboutCopyRight .quickLink li:not(:last-child) {
    margin-right: 30px; }
  .aboutCopyRight .quickLink a {
    font-size: 14px; }

/* __ velaSlideshow ___ */
.vela-slideshow .slick-prev {
  left: 0; }

.vela-slideshow .slick-next {
  right: 0; }

@media (min-width: 768px) {
  .vela-slideshow .slick-arrow {
    visibility: hidden;
    opacity: 0; } }

.vela-slideshow:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.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 .slick-dots li.slick-active button {
    box-shadow: 0 0 0 2px var(--heading-color); }

.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 &gt; div {
  height: var(--sl-mh, "400px");
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 100vh; }
  @media (min-width: 768px) {
    .slide--image &gt; div {
      height: var(--sl-th, "600px"); } }
  @media (min-width: 992px) {
    .slide--image &gt; div {
      height: var(--sl-h, "800px"); } }

.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 (min-width: 768px) {
    .slideshow-caption {
      background-color: transparent !important; } }
  .slideshow-caption.noCaption {
    display: none; }
  .slideshow-caption .captionWrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
  .slideshow-caption .container-fluid {
    max-width: var(--sl-ct-mx-w); }
  .slideshow-caption__inner {
    display: table-cell;
    padding: 50px 0;
    position: relative; }
    @media (max-width: 991.98px) {
      .slideshow-caption__inner {
        padding: 10px 0; } }
  .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); } }
  .slideshow-caption__subheading {
    line-height: 1;
    color: var(--st-cl);
    font-size: var(--st-fs);
    margin: var(--st-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__subheading {
        font-size: var(--st-fs-l); } }
    @media (max-width: 767.98px) {
      .slideshow-caption__subheading {
        font-size: var(--st-fs-m);
        margin: var(--st-m-m, 0); } }
  .slideshow-caption__heading {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: var(--h-cl);
    font-size: var(--h-fs);
    margin: var(--h-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__heading {
        font-size: var(--h-fs-l); } }
    @media (max-width: 767.98px) {
      .slideshow-caption__heading {
        font-size: var(--h-fs-m);
        margin: var(--h-m-m, 0); } }
  .slideshow-caption__heading--small {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: var(--hsm-cl);
    font-size: var(--hsm-fs);
    margin: var(--hsm-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__heading--small {
        font-size: var(--hsm-fs-l); } }
    @media (max-width: 767.98px) {
      .slideshow-caption__heading--small {
        font-size: var(--hsm-fs-m);
        margin: var(--hsm-m-m, 0); } }
  .slideshow-caption__desc {
    padding: 0;
    color: var(--desc-cl);
    font-size: var(--desc-fs);
    margin: var(--desc-m, 0); }
    @media (max-width: 991.98px) {
      .slideshow-caption__desc {
        font-size: var(--desc-fs-l); } }
    @media (max-width: 767.98px) {
      .slideshow-caption__desc {
        font-size: var(--desc-fs-m);
        line-height: calc(var(--desc-fs-m) + 4px);
        margin: var(--desc-m-m, 0); } }
  .slideshow-caption__btn {
    display: inline-block;
    background-color: transparent;
    color: var(--b-cl);
    font-size: var(--b-fs);
    border: 2px solid var(--b-bd-cl);
    background-color: var(--b-bg-cl);
    padding: var(--b-pd, 8px 25px);
    margin: var(--b-m, 0);
    font-weight: 500;
    position: relative;
    transition: all 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .slideshow-caption__btn {
        transition: none; } }
    @media (max-width: 767.98px) {
      .slideshow-caption__btn {
        padding: var(--b-pd-m, 6px 20px);
        font-size: var(--b-fs-m);
        margin: var(--b-m-m, 0); } }
    .slideshow-caption__btn:hover {
      color: var(--b-h-cl);
      border-color: var(--b-bd-h-cl);
      background-color: var(--b-bg-h-cl); }

/*custom animation*/
.slick-active .slideshow-caption__content &gt; * {
  -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;
  width: 100%;
  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);
  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: 700;
  bottom: 60px;
  transform: rotate(-90deg); }
  .btn-slide__scroll:hover {
    color: var(--primary); }
  .btn-slide__scroll svg {
    position: relative;
    left: 0;
    animation: scropDown;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    transform: rotate(175deg); }

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

/*slide-banner*/
@media (min-width: 768px) {
  .slideshow-banner .slide-col {
    max-width: calc(100% - 250px); }
  .slideshow-banner .banner-col {
    max-width: 250px; } }

@media (min-width: 992px) {
  .slideshow-banner .vela-slideshow .slick-dots {
    margin-bottom: 0; }
  .slideshow-banner .slide-col {
    max-width: calc(100% - 292px); }
  .slideshow-banner .banner-col {
    max-width: 292px; } }

.background-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(var(--st-bg-img)); }

.background-parallax__text {
  color: var(--bgp-t-cl);
  font-size: var(--bgp-t-fs);
  margin: var(--bgp-t-mg); }
  @media (max-width: 991.98px) {
    .background-parallax__text {
      color: var(--bgp-t-cl-l);
      font-size: var(--bgp-t-fs-l);
      margin: var(--bgp-t-mg-l); } }
  @media (max-width: 767.98px) {
    .background-parallax__text {
      color: var(--bgp-t-cl-m);
      font-size: var(--bgp-t-fs-m);
      margin: var(--bgp-t-mg-m); } }

.background-parallax__btn {
  color: var(--bgp-b-cl);
  font-size: var(--bgp-b-fs);
  padding: var(--bgp-b-pd);
  margin: var(--bgp-b-mg);
  border-color: var(--bgp-b-bd-cl);
  background-color: var(--bgp-b-bg-cl); }
  .background-parallax__btn:hover {
    color: var(--bgp-b-cl-h);
    border-color: var(--bgp-b-bd-cl-h);
    background-color: var(--bgp-b-bg-cl-h); }
  @media (max-width: 767.98px) {
    .background-parallax__btn {
      font-size: var(--bgp-b-fs-m);
      padding: var(--bgp-b-pd-m); } }

.background-parallax__content {
  padding: var(--bgp-ct-pd, 0); }
  @media (max-width: 767.98px) {
    .background-parallax__content {
      padding: var(--bgp-ct-pd-m, 0); } }

.gallery___item {
  overflow: hidden; }
  .gallery___item a {
    display: block;
    position: relative;
    transition: opacity .3s ease;
    cursor: zoom-in; }
    .gallery___item a .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      color: #fff;
      z-index: 2;
      width: 25px;
      height: 25px; }
    .gallery___item a:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1;
      visibility: hidden;
      transition: opacity .3s ease-in-out; }
    .gallery___item a .card__image {
      transition: all .3s ease-in-out;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .gallery___item a:hover .icon, .gallery___item a:hover:before {
      opacity: 1;
      visibility: visible; }
    .gallery___item a.img-link {
      cursor: pointer; }

.heading-group {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .heading-group .heading {
    font-size: var(--font-size-heading);
    line-height: calc(var(--font-size-heading) + 6px);
    position: relative; }
    @media (max-width: 991.98px) {
      .heading-group .heading {
        font-size: calc( var(--font-size-heading) - 6px); } }
    @media (max-width: 767.98px) {
      .heading-group .heading {
        font-size: calc( var(--font-size-heading) - 10px); } }
    .heading-group .heading.text-start &gt; span {
      padding-left: 0; }
      .heading-group .heading.text-start &gt; span::before {
        display: none; }
    .heading-group .heading.text-end &gt; span {
      padding-right: 0; }
      .heading-group .heading.text-end &gt; span::after {
        display: none; }
  .heading-group.text-center .sub-heading {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto; }
  .heading-group.text-start .heading &gt; span {
    padding-left: 0; }
    .heading-group.text-start .heading &gt; span::before {
      display: none; }
  .heading-group.text-end .heading &gt; span {
    padding-right: 0; }
    .heading-group.text-end .heading &gt; span::after {
      display: none; }
  @media (max-width: 767.98px) {
    .heading-group .sub-heading {
      font-size: calc(var(--font-size-base) - 1px);
      line-height: calc(var(--font-size-base) + 3px); } }

.section__heading .heading__text {
  color: var(--ht-cl);
  font-size: var(--ht-fs);
  margin: var(--ht-m, 0);
  line-height: calc(var(--ht-fs) + 8px); }
  @media (max-width: 991.98px) {
    .section__heading .heading__text {
      font-size: var(--ht-fs-l);
      line-height: calc(var(--ht-fs-l) + 6px);
      margin: var(--ht-m-l, 0); } }
  @media (max-width: 767.98px) {
    .section__heading .heading__text {
      font-size: var(--ht-fs-m);
      line-height: calc(var(--ht-fs-m) + 6px);
      margin: var(--ht-m-m, 0); } }

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

.section__heading .heading__style2 {
  position: relative;
  overflow: hidden; }
  .section__heading .heading__style2 &gt; span {
    position: relative;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .section__heading .heading__style2 &gt; span {
        padding: 0 40px; } }
    @media (min-width: 992px) {
      .section__heading .heading__style2 &gt; span {
        padding: 0 70px; } }
    .section__heading .heading__style2 &gt; 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 &gt; 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 &gt; span {
    padding-left: 0; }
    .section__heading .heading__style2.text-start &gt; span::before {
      display: none; }
  .section__heading .heading__style2.text-end &gt; span {
    padding-right: 0; }
    .section__heading .heading__style2.text-end &gt; span::after {
      display: none; }

.image-with-text {
  max-width: var(--st-mx-w);
  margin-left: auto;
  margin-right: auto; }

.image-with-text__content {
  background-color: var(--iwt-ct-bg); }

@media (min-width: 992px) {
  .image-with-text__wrapper {
    padding: var(--iwt-wp-pd); } }

@media (max-width: 991.98px) {
  .image-with-text__wrapper {
    padding: var(--iwt-wp-pd-m); } }

.image-with-text__text {
  color: var(--iwt-t-cl-m);
  font-size: var(--iwt-t-fs-m);
  line-height: calc(var(--iwt-t-fs-m) + 6px);
  margin: var(--iwt-t-mg-m, 0); }
  @media (min-width: 768px) {
    .image-with-text__text {
      color: var(--iwt-t-cl-tl);
      font-size: var(--iwt-t-fs-tl);
      margin: var(--iwt-t-mg-tl, 0); } }
  @media (min-width: 992px) {
    .image-with-text__text {
      color: var(--iwt-t-cl);
      font-size: var(--iwt-t-fs);
      margin: var(--iwt-t-mg, 0);
      line-height: calc(var(--iwt-t-fs) + 8px); } }

.image-with-text__btn {
  font-size: var(--iwt-b-fs);
  color: var(--iwt-b-cl);
  padding: var(--iwt-b-pd);
  margin: var(--iwt-b-mg);
  border-width: var(--iwt-b-bd-w, 1px);
  border-style: solid;
  border-color: var(--iwt-b-bd-cl);
  background-color: var(--iwt-b-bg-cl); }
  @media (max-width: 767.98px) {
    .image-with-text__btn {
      font-size: var(--iwt-b-fs-m);
      padding: var(--iwt-b-pd-m, 8px 20px); } }
  .image-with-text__btn:hover {
    color: var(--iwt-b-hv-cl);
    border-color: var(--iwt-b-hv-bd-cl);
    background-color: var(--iwt-b-hv-bg-cl); }

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

.header-main-menu {
  background-color: var(--menu-bg); }

.main-menu__nav-item:not(:last-child) {
  padding-right: 30px; }
  @media (min-width: 1350px) {
    .main-menu__nav-item:not(:last-child) {
      padding-right: 65px; } }

.main-menu__nav-item &gt; a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: var(--menu-color);
  font-family: var(--font-heading-family);
  font-size: var(--menu-font-size);
  text-decoration: none;
  transition: color .35s ease; }
  .main-menu__nav-item &gt; a &gt; span {
    position: relative; }
    .main-menu__nav-item &gt; a &gt; span svg {
      margin-top: -2px; }
  .main-menu__nav-item &gt; a.active, .main-menu__nav-item &gt; a:hover, .main-menu__nav-item &gt; a:focus {
    color: var(--menu-hover-color); }
  .main-menu__nav-item &gt; a .label-hot,
  .main-menu__nav-item &gt; a .label-new {
    display: block;
    font-size: 9px;
    position: absolute;
    bottom: 50%;
    margin-bottom: 17px;
    padding: 0 8px;
    text-align: center;
    left: 5px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 1px;
    color: #fff;
    text-transform: uppercase; }
    .main-menu__nav-item &gt; a .label-hot:after,
    .main-menu__nav-item &gt; a .label-new:after {
      position: absolute;
      bottom: -5px;
      left: 0;
      content: "";
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
  .main-menu__nav-item &gt; a .label-new {
    background: var(--new-badge-bg-color);
    color: var(--new-badge-color); }
    .main-menu__nav-item &gt; a .label-new:after {
      border-left: 5px solid var(--new-badge-bg-color); }
  .main-menu__nav-item &gt; a .label-hot {
    background: var(--sale-badge-bg-color);
    color: var(--sale-badge-color); }
    .main-menu__nav-item &gt; a .label-hot:after {
      border-left: 5px solid var(--sale-badge-bg-color); }

.main-menu__nav-item:focus &gt; a, .main-menu__nav-item:hover &gt; a, .main-menu__nav-item.active &gt; a {
  color: var(--menu-hover-color); }

.menu-dropdown:hover &gt; .menu-dropdown__content, .menu-dropdown:focus &gt; .menu-dropdown__content {
  opacity: 1;
  visibility: visible;
  margin-top: -1px;
  pointer-events: auto; }

.menu-dropdown .menu-dropdown--basic {
  position: relative; }
  .menu-dropdown .menu-dropdown--basic .menu-dropdown__content {
    left: 0;
    margin-left: 100%;
    top: 0; }

.menu-dropdown--basic {
  position: relative; }

.menu-dropdown__content {
  position: absolute;
  top: auto;
  z-index: 90;
  font-size: var(--menu-dropdown-font-size);
  font-weight: 400;
  min-width: 220px;
  padding: 10px 25px;
  background-color: var(--menu-dropdown-bg);
  box-shadow: var(--shadow);
  opacity: 0;
  margin-top: 30px;
  pointer-events: none;
  visibility: hidden;
  transition: all .2s ease; }
  .menu-dropdown__content &gt; li:not(:last-child) {
    border-bottom: 1px dashed var(--border-color); }

.main-menu__link {
  display: block;
  padding: 12px 0;
  color: var(--menu-dropdown-color);
  text-decoration: none;
  transition: all .35s ease; }
  .main-menu__link span {
    position: relative; }
  .main-menu__link:hover, .main-menu__link:focus {
    color: var(--menu-dropdown-hover-color); }

.menu-dropdown__content .main-menu__link span {
  position: relative;
  white-space: nowrap; }

.menu-dropdown__content .main-menu__link:hover, .menu-dropdown__content .main-menu__link:focus {
  color: var(--menu-dropdown-hover-color); }

.menu-dropdown__content .main-menu__link .label-hot,
.menu-dropdown__content .main-menu__link .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;
  top: -2px;
  text-transform: uppercase; }
  .menu-dropdown__content .main-menu__link .label-hot:after,
  .menu-dropdown__content .main-menu__link .label-new:after {
    position: absolute;
    bottom: 4px;
    left: -5px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }

.menu-dropdown__content .main-menu__link .label-new {
  background: var(--new-badge-bg-color);
  color: var(--new-badge-color); }
  .menu-dropdown__content .main-menu__link .label-new:after {
    border-right: 5px solid var(--new-badge-bg-color); }

.menu-dropdown__content .main-menu__link .label-hot {
  background: var(--sale-badge-bg-color);
  color: var(--sale-badge-color); }
  .menu-dropdown__content .main-menu__link .label-hot:after {
    border-right: 5px solid var(--sale-badge-bg-color); }

.menu-dropdown__content .menu-dropdown:hover &gt; a, .menu-dropdown__content .menu-dropdown:focus &gt; a {
  color: var(--menu-dropdown-hover-color); }
  .menu-dropdown__content .menu-dropdown:hover &gt; a span::before, .menu-dropdown__content .menu-dropdown:focus &gt; a span::before {
    width: 100%; }

.menu-dropdown__content--megamenu {
  width: 100%;
  padding: 30px;
  max-height: calc(100vh - 70px);
  overflow-y: auto; }
  .menu-dropdown__content--megamenu .menu-dropdown__content {
    top: auto;
    left: auto; }

.megamenu-heading {
  color: var(--heading-color);
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: calc(var(--menu-dropdown-font-size) + 3px);
  margin-bottom: 15px; }
  .megamenu-heading a,
  .megamenu-heading span {
    display: block;
    color: var(--heading-color);
    position: relative; }

.megamenu-links {
  margin-bottom: 0; }
  .megamenu-links &gt; li:not(:first-child) {
    border-top: 1px dashed var(--border-color); }

.product-menu {
  display: flex;
  width: 100%; }

.product-menu__name {
  line-height: 20px; }

.product-menu__name a {
  color: var(--product-name-color);
  font-size: calc( var(--font-size-base) - 1px);
  font-weight: var(--font-heading-weight); }
  .product-menu__name a:hover, .product-menu__name a:focus {
    color: var(--menu-dropdown-hover-color); }

.product-menu__image {
  width: 90px;
  max-width: 29%; }

.product-menu__content {
  width: calc(100% - 90px);
  padding-left: 15px; }

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

.product-menu__review .spr-badge-starrating .spr-icon {
  font-size: 10px; }

.megamenu-html {
  color: var(--menu-dropdown-color); }
  .megamenu-html img {
    max-width: 100%;
    height: auto; }

.megamenu-banner {
  margin: 15px 0 0; }
  .megamenu-banner a {
    padding: 0; }

.collTitle a:hover {
  color: var(--menu-dropdown-hover-color); }

.menu-row__col {
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5); }
  @media (max-width: 575.98px) {
    .menu-row__col {
      width: 100% !important; } }

.menu-drawer-container {
  display: flex; }

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap; }

summary.list-menu__item {
  padding-right: 2.7rem; }

.list-menu__item {
  display: flex;
  align-items: center;
  line-height: 1.3; }

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1.8; }

@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; } }

/* 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; }
  .header__icon--menu[aria-expanded=true] {
    color: #fff; }
    .header__icon--menu[aria-expanded=true]:before {
      content: '';
      position: fixed;
      cursor: default;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2; }
    .header__icon--menu[aria-expanded=true] .icon-close {
      transform: translateX(310px);
      z-index: 99;
      top: 0;
      visibility: visible;
      opacity: 1; }

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

details[open] &gt; .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 &gt; .menu-drawer,
details[open].menu-opening &gt; .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible; }

.menu-drawer {
  position: fixed;
  -webkit-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 0;
  width: 320px;
  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%; }
  .menu-drawer__navigation-container {
    height: 100%; }
  .menu-drawer__navigation {
    padding: 25px 0 10px; }
  .menu-drawer__inner-submenu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
  .menu-drawer__menu-item {
    padding: 10px 25px;
    text-decoration: none;
    color: var(--color-link); }
    .menu-drawer__menu-item &gt; .icon-arrow {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .menu-drawer__menu-item .label-hot,
    .menu-drawer__menu-item .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__menu-item .label-hot:after,
      .menu-drawer__menu-item .label-new:after {
        position: absolute;
        bottom: 4px;
        left: -5px;
        content: "";
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
    .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 .icon-arrow {
    width: 16px; }
  .menu-drawer__close-button {
    padding: 12px 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
    .menu-drawer__close-button .icon-arrow {
      transform: rotate(180deg);
      margin-right: 5px; }
  .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__menu li {
  margin-bottom: 0.2rem; }

.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; } }

/* end menu drawer */
.multi-image-with-text__inner {
  overflow: hidden; }

.multi-image-with-text__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative; }
  .multi-image-with-text__wrapper.text_top {
    flex-direction: column-reverse; }
    .multi-image-with-text__wrapper.text_top .multi-image-with-text__content-content {
      margin-bottom: 18px; }
  .multi-image-with-text__wrapper.text_over {
    flex-direction: column-reverse; }
    .multi-image-with-text__wrapper.text_over .multi-image-with-text__content-content {
      bottom: 0;
      display: flex;
      left: 0px;
      position: absolute;
      right: 0px;
      top: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .multi-image-with-text__wrapper .multi-image-with-text__content-content {
    padding: var(--miwt-ct-p);
    background-color: var(--miwt-ct-bg-cl); }
    @media (max-width: 767.98px) {
      .multi-image-with-text__wrapper .multi-image-with-text__content-content {
        padding: var(--miwt-ct-p-m); } }

.multi-image-with-text__col {
  max-width: var(--miwt-col-dt); }
  @media (max-width: 991.98px) {
    .multi-image-with-text__col {
      max-width: var(--miwt-col-tl); } }
  @media (max-width: 767.98px) {
    .multi-image-with-text__col {
      max-width: var(--miwt-col-mb); } }

.multi-image-with-text__image {
  overflow: hidden; }
  .multi-image-with-text__image .card__image {
    transition: all .3s ease-in-out; }

.multi-image-with-text__title {
  margin: var(--miwt-h-mg, 0); }
  @media (max-width: 767.98px) {
    .multi-image-with-text__title {
      margin: var(--miwt-h-mg-m, 0); } }
  .multi-image-with-text__title &gt; * {
    color: var(--miwt-h-cl);
    font-size: var(--miwt-h-fs); }
    @media (max-width: 767.98px) {
      .multi-image-with-text__title &gt; * {
        font-size: var(--miwt-h-fs-m);
        margin: var(--miwt-h-mg-m); } }

.multi-image-with-text__sub-title {
  color: var(--miwt-sh-cl);
  font-size: var(--miwt-sh-fs);
  margin: var(--miwt-sh-mg);
  line-height: calc(var(--miwt-sh-fs) + 2px); }
  @media (max-width: 767.98px) {
    .multi-image-with-text__sub-title {
      font-size: var(--miwt-sh-fs-m);
      line-height: calc(var(--miwt-sh-fs-m) + 2px);
      margin: var(--miwt-sh-mg-m); } }

.multi-image-with-text__desc {
  color: var(--miwt-desc-cl);
  font-size: var(--miwt-desc-fs);
  margin: var(--miwt-desc-mg); }
  @media (max-width: 767.98px) {
    .multi-image-with-text__desc {
      font-size: var(--miwt-desc-fs-m);
      margin: var(--miwt-desc-mg-m); } }

.multi-image-with-text__btn {
  padding: var(--miwt-b-p, 10px 30px);
  font-family: var(--font-heading-family);
  font-size: var(--miwt-b-fs);
  color: var(--miwt-b-cl);
  font-weight: 400;
  border-width: var(--miwt-b-bw);
  border-style: solid;
  border-color: var(--miwt-b-bcl);
  background-color: var(--miwt-b-bgcl);
  opacity: 1;
  transition: all .3s ease;
  display: inline-block; }
  @media (max-width: 575.98px) {
    .multi-image-with-text__btn {
      padding: var(--miwt-b-p-m, var(--miwt-b-p));
      font-size: var(--miwt-b-fs-m); } }

.three-image-with-text .three-image-with-text__content-content {
  padding: var(--thiwt-ct-p); }
  @media (max-width: 767.98px) {
    .three-image-with-text .three-image-with-text__content-content {
      padding: var(--thiwt-ct-p-m); } }

.three-image-with-text__title &gt; * {
  color: var(--thiwt-h-cl);
  font-size: var(--thiwt-h-fs);
  display: inline-block;
  line-height: calc(var(--thiwt-h-fs) + 2px); }
  @media (max-width: 767.98px) {
    .three-image-with-text__title &gt; * {
      font-size: var(--thiwt-h-fs-m);
      line-height: calc(var(--thiwt-h-fs-m) + 2px); } }

.three-image-with-text__sub-title {
  color: var(--thiwt-sh-cl);
  font-size: var(--thiwt-sh-fs); }
  @media (max-width: 767.98px) {
    .three-image-with-text__sub-title {
      font-size: var(--thiwt-sh-cl-m); } }

.three-image-with-text__desc {
  color: var(--thiwt-desc-cl);
  font-size: var(--thiwt-desc-fs); }
  @media (max-width: 767.98px) {
    .three-image-with-text__desc {
      font-size: var(--thiwt-desc-fs-m); } }

.three-image-with-text__btn {
  font-size: var(--thiwt-b-fs);
  color: var(--thiwt-b-cl);
  opacity: 1;
  border-bottom: 1px solid var(--thiwt-b-cl);
  padding: 0 0 2px;
  transition: all .1s ease; }
  @media (max-width: 575.98px) {
    .three-image-with-text__btn {
      font-size: var(--thiwt-b-fs-m); } }
  .three-image-with-text__btn:hover {
    border-bottom-color: var(--primary); }
    .three-image-with-text__btn:hover svg {
      color: var(--primary); }
  .three-image-with-text__btn svg {
    top: -2px;
    right: -2px;
    transition: all .1s ease; }

.three-image-with-text__wrapper--item2 .three-image-with-text__content-content {
  margin-bottom: -40px;
  min-width: 60%; }

.three-image-with-text__wrapper--item3 .three-image-with-text__content-content {
  right: 0;
  margin-bottom: -40px;
  min-width: 60%; }

.four-image-with-text .four-image-with-text__content-content {
  padding: var(--fiwt-ct-p); }
  @media (max-width: 767.98px) {
    .four-image-with-text .four-image-with-text__content-content {
      padding: var(--fiwt-ct-p-m); } }

.four-image-with-text__title {
  color: var(--fiwt-h-cl);
  font-size: var(--fiwt-h-fs);
  display: inline-block;
  line-height: calc(var(--fiwt-h-fs) + 2px); }
  @media (max-width: 767.98px) {
    .four-image-with-text__title {
      font-size: var(--fiwt-h-fs-m);
      line-height: calc(var(--fiwt-h-fs-m) + 2px); } }

.four-image-with-text__sub-title {
  color: var(--fiwt-sh-cl);
  font-size: var(--fiwt-sh-fs); }
  @media (max-width: 767.98px) {
    .four-image-with-text__sub-title {
      font-size: var(--fiwt-sh-cl-m); } }

.four-image-with-text__desc {
  color: var(--fiwt-desc-cl);
  font-size: var(--fiwt-desc-fs); }
  @media (max-width: 767.98px) {
    .four-image-with-text__desc {
      font-size: var(--fiwt-desc-fs-m); } }

.four-image-with-text__btn {
  font-size: var(--fiwt-b-fs);
  color: var(--fiwt-b-cl);
  background-color: var(--fiwt-b-bg-cl);
  opacity: 1;
  transition: all .3s ease;
  padding: 8px 25px; }
  @media (max-width: 575.98px) {
    .four-image-with-text__btn {
      font-size: var(--fiwt-b-fs-m); } }
  .four-image-with-text__btn:hover {
    background-color: var(--primary); }

.section-services .services-title {
  color: var(--sv-h-cl);
  font-size: var(--sv-h-fs); }
  @media (max-width: 767.98px) {
    .section-services .services-title {
      font-size: var(--sv-h-fs-m); } }

.section-services .services-desc {
  color: var(--sv-desc-cl);
  font-size: var(--sv-desc-fs); }
  @media (max-width: 767.98px) {
    .section-services .services-desc {
      font-size: var(--sv-desc-fs-m); } }

.section-services .services-btn {
  color: var(--sv-btn-cl); }

.services__style1 .services__item {
  position: relative; }
  .services__style1 .services__item:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 5%;
    background: #e5e5e5;
    display: block;
    right: 0; }

.services__style2 .services-desc {
  color: var(--sv-desc-cl);
  font-size: calc(var(--font-size-base) - 2px); }

.testimonial {
  background-position: center center; }

.testimonial .testimonial__name {
  font-size: 12px; }

.testimonial .testimonial__review {
  font-size: 36px;
  line-height: 1.23; }
  @media (max-width: 991.98px) {
    .testimonial .testimonial__review {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    .testimonial .testimonial__review {
      font-size: 24px; } }
  .testimonial .testimonial__review::before {
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 50%;
    background-color: rgba(230, 151, 156, 0.1);
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1; }

.testimonial .js-carousel .slick-arrow {
  visibility: visible;
  opacity: 1;
  background-color: transparent !important;
  height: 21px;
  width: 44px; }
  .testimonial .js-carousel .slick-arrow::before {
    height: 21px;
    width: 44px;
    background-color: #000; }
  .testimonial .js-carousel .slick-arrow.slick-prev {
    left: -20px; }
    @media (min-width: 768px) {
      .testimonial .js-carousel .slick-arrow.slick-prev {
        left: -90px; } }
    .testimonial .js-carousel .slick-arrow.slick-prev:before {
      -webkit-mask-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 44 21' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;g&gt;&lt;path d='M42.74 10.77L2 10.52' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;path d='M12 1L1 10.5L12 20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;/g&gt;&lt;/svg&gt;\a");
      mask-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 44 21' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;g&gt;&lt;path d='M42.74 10.77L2 10.52' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;path d='M12 1L1 10.5L12 20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;/g&gt;&lt;/svg&gt;\a"); }
  .testimonial .js-carousel .slick-arrow.slick-next {
    right: -20px; }
    @media (min-width: 768px) {
      .testimonial .js-carousel .slick-arrow.slick-next {
        right: -90px; } }
    .testimonial .js-carousel .slick-arrow.slick-next:before {
      -webkit-mask-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 44 21' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;g&gt;&lt;path d='M1.25977 10.77L41.9998 10.52' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;path d='M32 1L43 10.5L32 20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;/g&gt;&lt;/svg&gt;\a");
      mask-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 44 21' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;g&gt;&lt;path d='M1.25977 10.77L41.9998 10.52' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;path d='M32 1L43 10.5L32 20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;/g&gt;&lt;/svg&gt;\a"); }
  .testimonial .js-carousel .slick-arrow:hover::before {
    background-color: var(--primary); }

.testimonial-banner__title {
  color: #999; }

.testimonial-banner__content {
  max-width: 580px;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .testimonial-banner__content {
      padding: 0 75px; }
      .testimonial-banner__content .js-carousel .slick-arrow.slick-prev {
        margin-left: 30px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .testimonial-banner__content .js-carousel .slick-arrow.slick-next {
      margin-right: 30px; } }
  .testimonial-banner__content .testimonial__review::before {
    background-color: #F0B3A1; }

.product-tabs__default .product-tabs__nav-item {
  position: relative; }
  .product-tabs__default .product-tabs__nav-item:not(:last-child) {
    padding-right: 30px; }
    .product-tabs__default .product-tabs__nav-item:not(:last-child):before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #e1e1e1;
      position: absolute;
      right: -2px;
      top: 0;
      bottom: 0;
      margin: auto; }

.product-tabs__default .product-tabs__nav-link {
  display: block;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  color: var(--heading-color);
  transition: color .35s ease;
  font-size: var(--font-size-base);
  text-transform: uppercase; }
  .product-tabs__default .product-tabs__nav-link:hover, .product-tabs__default .product-tabs__nav-link.active {
    color: var(--primary); }

.product-tabs__style1 .product-tabs__nav-item {
  position: relative; }

.product-tabs__style1 .product-tabs__nav-link {
  display: block;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  color: var(--body-color-light);
  transition: color .35s ease;
  font-size: 18px; }
  .product-tabs__style1 .product-tabs__nav-link:hover, .product-tabs__style1 .product-tabs__nav-link.active {
    color: var(--heading-color); }

@media (min-width: 992px) {
  .product-tabs__style2 .product-tabs__heading {
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .product-tabs__style2 .product-tabs__nav-item:not(:last-child) {
    padding-right: 20px; } }

.product-tabs__style2 .product-tabs__nav-link {
  display: block;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: 22px;
  color: var(--heading-color);
  transition: color .35s ease;
  position: relative;
  padding-bottom: 1px; }
  @media (min-width: 768px) {
    .product-tabs__style2 .product-tabs__nav-link {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .product-tabs__style2 .product-tabs__nav-link {
      font-size: 26px; } }
  .product-tabs__style2 .product-tabs__nav-link::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    height: 0;
    right: 0;
    bottom: 0;
    transition: width .2s ease;
    border-bottom: 2px solid var(--primary); }
  .product-tabs__style2 .product-tabs__nav-link:hover::before, .product-tabs__style2 .product-tabs__nav-link.active::before {
    left: 0;
    width: 100%; }

/*product tab banner */
.product-tabs-banner__image {
  height: 100%; }
  .product-tabs-banner__image .banner {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .product-tabs-banner__image .banner {
        padding-top: var(--hbanner-m, 80%); } }
  .product-tabs-banner__image .title {
    letter-spacing: 1px; }

@media (min-width: 992px) {
  .product-tabs-banner__heading {
    margin-bottom: 15px; } }

.product-tabs-banner__nav-link {
  display: block;
  font-size: 18px;
  color: var(--heading-color);
  transition: color .35s ease;
  position: relative;
  padding-bottom: 1px; }
  @media (min-width: 992px) {
    .product-tabs-banner__nav-link {
      letter-spacing: 1.5px; } }
  .product-tabs-banner__nav-link::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    height: 0;
    right: 0;
    bottom: 0;
    transition: width .2s ease;
    border-bottom: 2px solid var(--heading-color); }
  .product-tabs-banner__nav-link:hover::before, .product-tabs-banner__nav-link.active::before {
    left: 0;
    width: 100%; }

.product-deals {
  background-position: left bottom;
  background-size: inherit; }
  .product-deals .sub-heading {
    max-width: 570px; }

.product-deal-list {
  padding: 0 1px 1px 0; }
  .product-deal-list .product-deal-list__inner {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06); }
  .product-deal-list .product-price {
    font-size: calc(var(--font-size-base) + 4px); }
  .product-deal-list .product-card__countdown .countdown__item {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    border: 2px solid var(--primary);
    padding: 13px 10px;
    border-radius: 3px; }
    .product-deal-list .product-card__countdown .countdown__item:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 575.98px) {
        .product-deal-list .product-card__countdown .countdown__item:not(:last-child) {
          margin-right: 10px; } }
      .product-deal-list .product-card__countdown .countdown__item:not(:last-child):before, .product-deal-list .product-card__countdown .countdown__item:not(:last-child):after {
        display: none !important; }
    .product-deal-list .product-card__countdown .countdown__item span:first-child {
      position: relative;
      width: 50px;
      color: var(--heading-color);
      font-weight: var(--font-heading-weight);
      font-family: var(--font-heading-family);
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 5px;
      padding-bottom: 5px;
      text-align: center;
      display: block; }
      .product-deal-list .product-card__countdown .countdown__item span:first-child:before {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--border-color), rgba(255, 255, 255, 0));
        border-radius: 1px;
        position: absolute;
        bottom: 0; }
    .product-deal-list .product-card__countdown .countdown__item span:last-child {
      display: block;
      font-size: calc(var(--font-size-base) - 2px);
      font-weight: 400;
      text-transform: uppercase;
      color: #949494; }

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

.contact_form .btn-contact-form {
  background-color: var(--heading-color);
  color: #fff;
  border-color: var(--heading-color);
  padding: 14px 50px;
  font-size: var(--font-size-base);
  font-weight: 500;
  text-transform: capitalize; }
  .contact_form .btn-contact-form:hover {
    border-color: var(--primary);
    background-color: var(--primary); }

.contact_form .form-control {
  color: var(--heading-color);
  padding: 5px 0; }
  .contact_form .form-control::placeholder {
    color: var(--text-color); }

.contact_form .icons {
  color: #A49F9C; }

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

.contact_form1 .btn-contact-form {
  background-color: var(--heading-color);
  color: #fff;
  border-color: var(--heading-color);
  padding: 14px 50px;
  font-size: var(--font-size-base);
  font-weight: 500;
  text-transform: capitalize; }
  .contact_form1 .btn-contact-form:hover {
    border-color: var(--primary);
    background-color: var(--primary); }

.contact_form1 .icons {
  color: #6c6c6c;
  border: 2px 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 .btn-contact-form {
  background-color: var(--heading-color);
  color: #fff;
  border-color: var(--heading-color);
  padding: 14px 50px;
  font-size: var(--font-size-base);
  font-weight: 500;
  text-transform: capitalize; }
  .contact_form2 .btn-contact-form:hover {
    border-color: var(--primary);
    background-color: var(--primary); }

.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); } }

.template-404__heading {
  font-size: 200px;
  line-height: 1;
  color: #cccccc; }
  @media (max-width: 767.98px) {
    .template-404__heading {
      font-size: 160px; } }
  .template-404__heading .card_wrap {
    margin-left: auto;
    margin-right: auto; }

.template-404__sub-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.template-404__search {
  max-width: 540px; }

.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; }

.section-newsletter .form-control {
  height: 56px; }

.section-newsletter .btn--newsletter {
  border: 0;
  padding: 10px 20px;
  height: 56px;
  color: #fff;
  background-color: var(--heading-color);
  font-size: var(--font-size-base); }
  .section-newsletter .btn--newsletter:hover {
    background-color: var(--primary); }

.section-newsletter .section-newsletter__wrap {
  background-size: cover;
  background-repeat: no-repeat; }

.product-lists {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .product-lists .heading {
    font-size: 18px;
    position: relative; }
    .product-lists .heading.has-arrow {
      margin-right: 55px; }
    .product-lists .heading &gt; span {
      position: relative;
      padding-right: 20px; }
      .product-lists .heading &gt; span::after {
        content: "";
        position: absolute;
        width: 2000px;
        height: 1px;
        background-color: var(--border-color);
        display: block;
        left: 100%;
        top: 50%; }
  .product-lists .spr-badge-caption {
    display: none; }

.js-carousel-style .slick-arrow {
  width: 20px;
  height: 15px;
  border: 0;
  border-radius: 0;
  top: -45px;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  background: transparent; }
  @media (min-width: 768px) {
    .js-carousel-style .slick-arrow {
      top: -55px; } }
  .js-carousel-style .slick-arrow:before {
    background-color: #8c8c8c; }
  .js-carousel-style .slick-arrow:hover::before, .js-carousel-style .slick-arrow:focus::before {
    background-color: var(--primary); }

.js-carousel-style .slick-prev {
  justify-content: flex-start;
  left: auto;
  right: calc(calc(var(--bs-gutter-x) * .5) + 20px);
  border-right: 1px solid var(--border-color); }

.js-carousel-style .slick-next {
  justify-content: flex-end;
  right: calc(var(--bs-gutter-x) * .5); }

.js-carousel-style:hover .slick-next {
  right: calc(var(--bs-gutter-x) * .5); }

.js-carousel-style:hover .slick-prev {
  right: calc(calc(var(--bs-gutter-x) * .5) + 20px);
  left: auto; }

/*product banner */
.product-banner__product .js-carousel .slick-arrow {
  visibility: visible;
  opacity: 1;
  border: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  .product-banner__product .js-carousel .slick-arrow::before {
    width: 28px;
    height: 28px; }
  .product-banner__product .js-carousel .slick-arrow:hover:before, .product-banner__product .js-carousel .slick-arrow:focus:before {
    background-color: #000000; }

.product-banner__product .slick-next {
  right: -5px !important; }
  @media (min-width: 992px) {
    .product-banner__product .slick-next {
      right: -25px !important; } }
  .product-banner__product .slick-next::before {
    -webkit-mask-image: url("data:image/svg+xml,&lt;svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 28 24'&gt;&lt;path d='M16.71 0.289978L15.29 1.70998L24.59 11H0V13H24.59L15.29 22.29L16.71 23.71L28.41 12L16.71 0.289978Z' fill='currentColor'/&gt;&lt;/svg&gt;");
    mask-image: url("data:image/svg+xml,&lt;svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 28 24'&gt;&lt;path d='M16.71 0.289978L15.29 1.70998L24.59 11H0V13H24.59L15.29 22.29L16.71 23.71L28.41 12L16.71 0.289978Z' fill='currentColor'/&gt;&lt;/svg&gt;"); }

.product-banner__product .slick-prev {
  left: -5px !important; }
  @media (min-width: 992px) {
    .product-banner__product .slick-prev {
      left: -25px !important; } }
  .product-banner__product .slick-prev:before {
    transform: rotate(180deg);
    -webkit-mask-image: url("data:image/svg+xml,&lt;svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 28 24'&gt;&lt;path d='M16.71 0.289978L15.29 1.70998L24.59 11H0V13H24.59L15.29 22.29L16.71 23.71L28.41 12L16.71 0.289978Z' fill='currentColor'/&gt;&lt;/svg&gt;");
    mask-image: url("data:image/svg+xml,&lt;svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet' viewBox='0 0 28 24'&gt;&lt;path d='M16.71 0.289978L15.29 1.70998L24.59 11H0V13H24.59L15.29 22.29L16.71 23.71L28.41 12L16.71 0.289978Z' fill='currentColor'/&gt;&lt;/svg&gt;"); }

.collapse__default .multiple-collapse__heading {
  padding: 10px 40px;
  color: #fff;
  background-color: #1a1a1a;
  font-size: 16px;
  font-weight: var(--font-heading-weight);
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .collapse__default .multiple-collapse__heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -2px;
    display: block;
    width: 9px;
    height: 3px;
    background: #fff; }
  .collapse__default .multiple-collapse__heading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5px;
    display: block;
    width: 3px;
    height: 9px;
    opacity: 0; }
  .collapse__default .multiple-collapse__heading:hover {
    color: #fff; }
  .collapse__default .multiple-collapse__heading.collapsed, .collapse__default .multiple-collapse__heading.collapsed:hover {
    background-color: #f2f2f2;
    color: #1a1a1a; }
  .collapse__default .multiple-collapse__heading.collapsed:after, .collapse__default .multiple-collapse__heading.collapsed::before {
    background-color: #1a1a1a; }
  .collapse__default .multiple-collapse__heading.collapsed:after {
    opacity: 1; }

.collapse__default .multiple-collapse__content {
  background-color: #f2f2f2; }

.collapse__style1 .multiple-collapse__heading {
  padding: 15px 30px;
  color: var(--heading-color);
  background-color: #fff;
  font-size: 16px;
  font-weight: var(--font-heading-weight);
  line-height: 24px;
  text-decoration: none;
  transition: all .35s ease; }
  .collapse__style1 .multiple-collapse__heading svg {
    margin-top: 15px;
    margin-right: 20px;
    transition: all .35s ease;
    transform: rotate(180deg); }
  .collapse__style1 .multiple-collapse__heading:hover {
    color: var(--heading-color); }
  .collapse__style1 .multiple-collapse__heading.collapsed svg {
    transform: rotate(0deg); }
  .collapse__style1 .multiple-collapse__heading.collapsed, .collapse__style1 .multiple-collapse__heading.collapsed:hover {
    background-color: #fff;
    color: var(--heading-color); }

.collapse__style1 .multiple-collapse__wrapper {
  padding-top: 10px !important; }

.collapse__style1 .multiple-collapse__content {
  background-color: #fff; }

@media (min-width: 768px) {
  .feature-text__image {
    max-width: var(--ft-col-tl); } }

@media (min-width: 992px) {
  .feature-text__image {
    max-width: var(--ft-col-dt); } }

.feature-text__image &gt; * {
  border-radius: 400px 400px 0 0;
  overflow: hidden; }

.feature-text__title {
  color: var(--ft-h-cl);
  font-size: var(--ft-h-fs); }
  @media (max-width: 767.98px) {
    .feature-text__title {
      font-size: var(--ft-h-fs-m); } }

.feature-text__desc {
  color: var(--ft-desc-cl);
  font-size: var(--ft-desc-fs); }
  @media (max-width: 767.98px) {
    .feature-text__desc {
      font-size: var(--ft-desc-fs-m); } }

.counter__box {
  position: relative; }
  .counter__box:not(:last-child):before {
    content: "";
    display: block;
    top: 23px;
    right: 0;
    width: 1px;
    height: calc(100% - 46px);
    background: rgba(255, 255, 255, 0.5);
    position: absolute; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .counter__box:nth-child(2)::before {
      display: none; } }
  @media (max-width: 767.98px) {
    .counter__box:not(:last-child) {
      padding-bottom: 30px; }
      .counter__box:not(:last-child):before {
        top: auto;
        bottom: 0;
        width: calc(100% - 80px);
        left: 40px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5); } }

.flash-sale__countdown .countdown__item {
  margin: 0;
  color: var(--text-color-light);
  font-size: 11px;
  line-height: 20px;
  position: relative;
  font-weight: 600; }
  .flash-sale__countdown .countdown__item:not(:last-child) {
    margin-right: 20px; }
    @media (max-width: 575.98px) {
      .flash-sale__countdown .countdown__item:not(:last-child) {
        margin-right: 15px; } }
    .flash-sale__countdown .countdown__item:not(:last-child):after, .flash-sale__countdown .countdown__item:not(:last-child):before {
      content: "";
      width: 3px;
      height: 3px;
      background: var(--heading-color);
      border-radius: 50%;
      display: block;
      position: absolute;
      right: -11px;
      top: 5px; }
    .flash-sale__countdown .countdown__item:not(:last-child):after {
      top: 13px; }
  .flash-sale__countdown .countdown__item span {
    text-align: center;
    display: block;
    text-transform: uppercase; }
    .flash-sale__countdown .countdown__item span:first-child {
      font-weight: 700;
      font-size: 20px;
      color: var(--heading-color);
      top: -1px;
      min-width: 40px;
      position: relative; }

.flash-sale__countdown--desc {
  line-height: 24px; }

.flash-sale__products {
  background-color: #f8f8f8; }

.flash-sale__btn--viewall {
  padding: 12px 30px; }

.collection-effect__title:hover {
  color: var(--primary); }

.collection-effect__image .card_wrap {
  transform: scale(1);
  transition: all .35s ease; }

.collection-wrapper:hover .collection-effect__image .card_wrap {
  transform: scale(1.2); }

.collection-list__default .collection-list__count {
  font-size: calc(var(--font-size-base) - 1px); }

@media (min-width: 768px) {
  .colleciton_default .heading-group {
    padding-bottom: 40px; }
  .colleciton_default .js-carousel .slick-arrow {
    visibility: visible;
    opacity: 1;
    left: 0;
    right: auto;
    width: 30px;
    height: 30px;
    margin-left: -32.6%;
    margin-top: 40px;
    background-color: var(--heading-color); }
    .colleciton_default .js-carousel .slick-arrow.slick-next {
      margin-left: calc(-1*(32.6% - 35px)); }
    .colleciton_default .js-carousel .slick-arrow.slick-disabled {
      opacity: 0.5 !important; } }

.colleciton_default .heading-group .sub-heading {
  font-size: 15px;
  text-transform: capitalize; }

.colleciton_default .heading-group .btn--all {
  padding: 10px 35px;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  background: transparent;
  transition: all .2s ease; }
  .colleciton_default .heading-group .btn--all:hover {
    background: var(--primary);
    color: #fff; }

.colleciton_default .collection-list__title {
  font-size: 24px;
  line-height: 1.34; }

.colleciton_default .collection-list--image &gt; div {
  border-radius: 50% 50% 0 0; }

.collection-list__style1 {
  background-color: #f7f7f7;
  padding: 40px 10px;
  text-align: center; }
  .collection-list__style1 .collection-list--image .card_wrap {
    margin: 0 auto; }
  .collection-list__style1 .collection-list__title:hover {
    color: var(--primary); }

.collection-list__style2 .collection-list .colCount {
  font-size: calc(var(--font-size-base) - 2px); }

.collection-list__style2 .collection-list__content {
  z-index: 2; }

.collection-list__style2 .collection-list--image &gt; a:before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease;
  z-index: 1; }

.collection-list__style2 .collection-list--image &gt; a:hover::before {
  opacity: 0; }

.collection-list__style2 .collection-list__title {
  transition: all .3s ease;
  color: white; }
  .collection-list__style2 .collection-list__title:hover {
    color: var(--primary); }

.collection-list__style2 .collection-list--btn {
  background: #fff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  transition: all .2s ease; }
  .collection-list__style2 .collection-list--btn:hover {
    background-color: var(--primary);
    color: #fff; }

.collage .btn-close {
  background-size: 100%;
  width: 2em;
  height: 2em; }

.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem; }

.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0; }

.video-section__poster,
.video-section__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.video-section__media {
  position: relative;
  padding-bottom: 56.25%; }
  .video-section__media.deferred-media {
    overflow: visible; }

.deferred-media__poster {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }
  .deferred-media__poster:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 1; }

.deferred-media:not([loaded]) template {
  z-index: -1; }

.deferred-media[loaded] .media-content,
.deferred-media[loaded] .video-section-thumbnail,
.deferred-media[loaded] .deferred-media__poster {
  display: none !important; }

.deferred-media__poster:focus {
  outline-offset: -0.3rem; }

.video-btn--play {
  width: 54px;
  height: 54px;
  z-index: 2;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.2s ease; }
  .video-btn--play svg {
    height: 24px; }
  .video-btn--play:hover {
    color: var(--primary);
    border-color: var(--primary) !important; }

.media-content {
  z-index: 2; }

.video-background__media {
  height: auto; }

.collage-content {
  background-size: cover;
  background-repeat: no-repeat; }

/*videos section*/
.video-section .deferred-media:before {
  display: none; }

.video-section .deferred-media[loaded]:before {
  display: block; }

.video-section .media-content {
  padding: var(--st-pd-mb, var(--st-pd-dt)); }
  @media (min-width: 992px) {
    .video-section .media-content {
      padding: var(--st-pd-dt, "60px 0"); } }

.video__btn {
  color: var(--v-button-cl);
  border-color: var(--v-button-bd-cl);
  background-color: var(--v-button-bg-cl);
  font-size: var(--v-button-fs);
  padding: var(--v-button-pd, 10px 30px);
  opacity: 1;
  transition: all .3s ease-in-out; }
  @media (max-width: 575.98px) {
    .video__btn {
      font-size: var(--v-button-fs-m);
      padding: var(--v-button-pd-m, 6px 20px); } }
  .video__btn:hover {
    color: var(--v-button-cl);
    opacity: .8; }

.video__text {
  margin: var(--v-text-mg);
  font-size: var(--v-text-fs);
  color: var(--v-text-cl); }
  @media (max-width: 575.98px) {
    .video__text {
      font-size: var(--v-text-fs-m);
      margin: var(--v-text-mg-m, var(--v-text-mg)); } }

/* videos - banner*/
.video-banner__button {
  color: var(--vb-button-cl);
  border-color: var(--vb-button-bd-cl);
  background-color: var(--vb-button-bg-cl);
  font-size: var(--vb-button-fs);
  padding: var(--vb-button-pd, 10px 30px); }
  @media (max-width: 575.98px) {
    .video-banner__button {
      font-size: var(--vb-button-fs-m);
      padding: var(--vb-button-pd-m, 6px 20px); } }

.video-banner__text {
  margin: var(--vb-text-mg);
  font-size: var(--vb-text-fs);
  color: var(--vb-text-cl); }
  @media (max-width: 575.98px) {
    .video-banner__text {
      font-size: var(--vb-text-fs-m);
      margin: var(--vb-text-mg-m); } }

/* videos background*/
.video-background__btn {
  color: var(--vbg-button-cl);
  border-color: var(--vbg-button-bd-cl);
  background-color: var(--vbg-button-bg-cl);
  font-size: var(--vbg-button-fs);
  padding: var(--vbg-button-pd, 10px 30px); }
  @media (max-width: 575.98px) {
    .video-background__btn {
      font-size: var(--vbg-button-fs-m);
      padding: var(--vbg-button-pd-m, 6px 20px); } }

.video-background__text {
  margin: var(--vbg-text-mg);
  font-size: var(--vbg-text-fs);
  color: var(--vbg-text-cl); }
  @media (max-width: 575.98px) {
    .video-background__text {
      font-size: var(--vbg-text-fs-m);
      margin: var(--vbg-text-mg-m); } }

.about-member .about-member__social-list a:hover {
  color: #fff !important; }

.about-member .about-member__social-list a.btn-social--facebook:hover {
  background-color: #3b5999;
  border-color: #3b5999; }

.about-member .about-member__social-list a.btn-social--twitter:hover {
  background-color: #55acee;
  border-color: #55acee; }

.about-member .about-member__social-list a.btn-social--youtube:hover {
  background-color: #3b5999;
  border-color: #3b5999; }

.about-member .about-member__social-list a.btn-social--instagram:hover {
  background-color: #3b5999;
  border-color: #3b5999; }

.about-member .about-member__social-list a.btn-social--tiktok:hover {
  background: #06f5ee;
  background: linear-gradient(128deg, #06f5ee 0%, black 50%, #f24290 100%); }

.about-member.grid__style .about-member__social-list a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #999;
  border: 1px solid var(--border-color);
  margin: 5px;
  border-radius: 50%;
  transition: all 0.2s ease;
  text-align: center; }
  .about-member.grid__style .about-member__social-list a svg {
    height: 14px;
    width: 14px; }

.about-member.grid1__style .about-member__social {
  visibility: hidden;
  margin-top: 50px;
  opacity: 0;
  transition: all .3s ease; }

.about-member.grid1__style:hover .about-member__social {
  visibility: visible;
  margin-top: 0;
  opacity: 1; }

.about-member.grid1__style .about-member__social-list a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--heading-color);
  margin: 5px;
  transition: all 0.2s ease;
  text-align: center; }
  .about-member.grid1__style .about-member__social-list a svg {
    height: 18px;
    width: 18px; }
  .about-member.grid1__style .about-member__social-list a:hover {
    color: var(--primary); }

.about-member.grid1__style .about-member__position {
  font-size: 14px;
  font-weight: 400;
  color: grey; }

@media (min-width: 992px) {
  .about-service .container {
    max-width: 1000px; } }

@media (min-width: 768px) {
  .about-service .col-md-6 {
    border-top: 1px solid var(--border-color); }
    .about-service .col-md-6:nth-child(2), .about-service .col-md-6:nth-child(1) {
      border-top: 0; }
    .about-service .col-md-6:nth-child(2n+1) {
      border-right: 1px solid var(--border-color); } }

@media (min-width: 576px) {
  .about-heading .about-heading-group {
    padding-left: 130px; }
  .about-heading .sub-heading {
    color: var(--primary); }
    .about-heading .sub-heading:before {
      width: 110px;
      content: "";
      height: 2px;
      background-color: var(--primary);
      position: absolute;
      left: 0;
      top: 10px; } }

@keyframes lookbook-button {
  0% {
    opacity: 1;
    width: 16px;
    height: 16px; }
  50% {
    opacity: 0.2;
    width: 45px;
    height: 45px; }
  100% {
    opacity: 1;
    width: 16px;
    height: 16px; } }

.lookbook-card {
  position: relative; }

.lookbook-card__item {
  z-index: 1; }
  .lookbook-card__item:hover, .lookbook-card__item:focus {
    z-index: 2; }

.lookbook-card__point {
  top: -20px;
  left: -20px; }
  .lookbook-card__point:hover .lookbook-card__content, .lookbook-card__point:focus .lookbook-card__content {
    opacity: 1;
    visibility: visible; }

.lookbook-card__button {
  cursor: pointer; }

.lookbook-card__review .spr-badge-caption {
  display: none; }

.lookbook-card__review .spr-badge-starrating .spr-icon {
  font-size: calc(var(--font-size-base) - 2px) !important; }

.lookbook-card__btn {
  width: 40px;
  height: 40px;
  color: #fff; }
  @media (min-width: 768px) {
    .lookbook-card__btn {
      pointer-events: none;
      width: 50px;
      height: 50px; } }
  .lookbook-card__btn &gt; span {
    z-index: 1; }
  .lookbook-card__btn:before, .lookbook-card__btn:after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.8);
    transform: translate(-50%, -50%);
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .lookbook-card__btn:before, .lookbook-card__btn:after {
        width: 26px;
        height: 26px; } }
  .lookbook-card__btn:after {
    opacity: .3;
    animation: lookbook-button 3s infinite; }

.lookbook-card__content {
  position: absolute;
  z-index: 2;
  display: block;
  width: 390px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all .15s ease; }
  @media (max-width: 767.98px) {
    .lookbook-card__content {
      display: none; } }
  .lookbook-card__content:after {
    content: "";
    pointer-events: none;
    position: absolute; }

.lookbook-card--top-left .lookbook-card__content {
  right: 28px;
  bottom: 28px; }

.lookbook-card--top-right .lookbook-card__content {
  left: 28px;
  bottom: 28px; }

.lookbook-card--center-left .lookbook-card__content {
  top: 50%;
  right: 28px;
  margin-right: 20px;
  transform: translate(0, -50%); }

.lookbook-card--center-left .lookbook-card__content::after {
  top: 50%;
  right: -15px;
  margin-top: -12px;
  border-left: 15px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.lookbook-card--center-top .lookbook-card__content {
  left: 50%;
  bottom: 28px;
  margin-bottom: 20px;
  transform: translate(-50%, 0); }
  .lookbook-card--center-top .lookbook-card__content:after {
    left: 50%;
    bottom: -15px;
    margin-left: -12px;
    border-top: 15px solid white;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent; }

.lookbook-card--center-right .lookbook-card__content {
  top: 50%;
  left: 28px;
  margin-left: 20px;
  transform: translate(0, -50%); }
  .lookbook-card--center-right .lookbook-card__content:after {
    top: 50%;
    left: -15px;
    margin-top: -12px;
    border-right: 15px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; }

.lookbook-card--center-bottom .lookbook-card__content {
  left: 50%;
  top: 28px;
  margin-top: 20px;
  transform: translate(-50%, 0); }
  .lookbook-card--center-bottom .lookbook-card__content:after {
    left: 50%;
    top: -15px;
    margin-left: -12px;
    border-bottom: 15px solid white;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent; }

.lookbook-card--bottom-left .lookbook-card__content {
  top: 28px;
  right: 28px; }

.lookbook-card--bottom-right .lookbook-card__content {
  top: 28px;
  left: 28px; }

.lookbook-product__title {
  margin: 0;
  display: block;
  font-family: var(--font-heading-family);
  font-size: var(--font-size-base);
  transition: all .3s ease; }
  .lookbook-product__title :hover {
    color: var(--product-name-hover-color); }

.lookbook-product__price {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.lookbook-modal .modal-header {
  padding: 10px 15px 5px;
  border-bottom: 0; }
  .lookbook-modal .modal-header .btn-close {
    z-index: 2; }

.lookbook-modal .modal-body {
  padding-top: 0; }

.lookbook-product__link {
  color: var(--primary);
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat; }
  .lookbook-product__link:hover {
    color: var(--heading-color);
    background-size: 0 1px; }

.section-lookbook .js-btn-quickview {
  color: var(--heading-color);
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat; }
  .section-lookbook .js-btn-quickview:hover {
    color: var(--primary);
    background-size: 100% 1px; }

@media (max-width: 575.98px) {
  .section-lookbook .modal-dialog {
    max-width: calc(100% - 30px);
    margin: 1.75rem auto; } }

.text-animations .text-animation__text-item {
  white-space: nowrap;
  color: var(--ta-cl);
  font-size: var(--ta-fs); }
  @media (max-width: 991.98px) {
    .text-animations .text-animation__text-item {
      font-size: var(--ta-fs-l); } }
  @media (max-width: 767.98px) {
    .text-animations .text-animation__text-item {
      font-size: var(--ta-fs-m); } }

.vela-icon .icon-arrow-right-top {
  position: relative;
  top: -1px;
  transition: all .2s ease; }

.vela-icon:hover .icon-arrow-right-top {
  transform: rotate(47deg); }

/*fix home1*/
.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; }
</pre></body></html>