@charset "UTF-8";
/* SVN Owners Text – Bold */
@font-face {
  font-family: 'SVN Owners';
  src: url("https://cdn.hstatic.net/files/200000424613/file/svn-ownerstext-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* SVN Owners Narrow – Bold */
@font-face {
  font-family: 'SVN Owners Narrow';
  src: url("https://cdn.hstatic.net/files/200000424613/file/svn-ownersnarrow-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* SVN Owners Narrow – Regular */
@font-face {
  font-family: 'SVN Owners Narrow';
  src: url("https://cdn.hstatic.net/files/200000424613/file/svn-ownersnarrow-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* SVN Owners Text – Light */
@font-face {
  font-family: 'SVN Owners';
  src: url("https://cdn.hstatic.net/files/200000424613/file/svn-ownerstext-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* SVN Owners Text – Regular */
@font-face {
  font-family: 'SVN Owners';
  src: url("https://cdn.hstatic.net/files/200000424613/file/svn-ownerstext-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* SVN Owners XNarrow – Black */
@font-face {
  font-family: 'SVN Owners XNarrow';
  src: url("https://cdn.hstatic.net/files/200000424613/file/svn-ownersxnarrow-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

/* SVN Owners Text – Regular Italic */
@font-face {
  font-family: 'SVN Owners';
  src: url("https://cdn.hstatic.net/files/200000424613/file/svn-ownerstext-regularitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

body {
  font-family: 'SVN Owners', sans-serif !important; }
  body.index h1, body.index h1 a, body.index h2, body.index h2 a, body.index h3, body.index h3 a, body.index h4, body.index h4 a, body.index h5, body.index h5 a, body.index h6, body.index h6 a {
    font-family: 'SVN Owners Narrow', sans-serif !important;
    font-weight: bold; }
  body:not(.index) h1, body:not(.index) h1 a, body:not(.index) h2, body:not(.index) h2 a, body:not(.index) h3, body:not(.index) h3 a, body:not(.index) h4, body:not(.index) h4 a, body:not(.index) h5, body:not(.index) h5 a, body:not(.index) h6, body:not(.index) h6 a {
    font-family: 'SVN Owners', sans-serif !important; }
  body.product .product-title {
    font-family: 'SVN Owners Narrow', sans-serif !important; }
  body .home-instagram-head-title,
  body .blog-header-title h1 {
    font-family: 'SVN Owners Narrow', sans-serif !important;
    font-weight: bold; }

body,
html {
  background: #FFF; }

.global-button {
  color: #ffffff;
  background-color: #383838;
  border-color: #383838;
  line-height: 1.3em;
  border-radius: 3px;
  min-height: 41px;
  height: 41px;
  font-size: 14.5px;
  min-width: auto;
  padding: 12px 20px 10px;
  display: inline-block;
  transition: all .5s; }
  .global-button:hover {
    background: #F30;
    color: #FFF; }

.wrapbox-content-page a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: rgba(56, 56, 56, 0.85); }
  .wrapbox-content-page a:hover {
    color: #383838; }

.reuzel-topbar {
  background: #FFF;
  color: #000;
  border-bottom: 1px solid #EbEbEb; }
  .reuzel-topbar .topbar-message {
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: 500; }
  .reuzel-topbar .swiper-button-prev, .reuzel-topbar .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
    transform: translateY(-50%) !important; }
    @media (max-width: 991px) {
      .reuzel-topbar .swiper-button-prev, .reuzel-topbar .swiper-button-next {
        display: none !important; } }
    .reuzel-topbar .swiper-button-prev:after, .reuzel-topbar .swiper-button-next:after {
      font-size: 15px !important; }

header .flexContainer-header {
  margin: 0 !important; }

.has-mega {
  position: static; }
  .has-mega:hover .mega-inner {
    opacity: 1;
    visibility: visible; }
  .has-mega .mega-inner {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: url(https://cdn.hstatic.net/files/200000424613/file/mega-menubackgroundcolor-image.jpg) center center/cover no-repeat;
    padding: 2rem;
    display: grid;
    grid-template-columns: 30% 1fr;
    text-align: start; }
    @media (max-width: 1024px) {
      .has-mega .mega-inner {
        display: none !important; } }
    .has-mega .mega-inner .mega-inner-left ul {
      max-width: 300px;
      margin: 0 auto; }
      .has-mega .mega-inner .mega-inner-left ul li a {
        color: #FFF;
        display: block;
        padding: 5px 0;
        font-size: 140%;
        text-align: start;
        font-weight: bold; }
        .has-mega .mega-inner .mega-inner-left ul li a:hover {
          color: #F30; }
    .has-mega .mega-inner .mega-inner-right {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; }
      .has-mega .mega-inner .mega-inner-right > * {
        min-width: 0; }
      .has-mega .mega-inner .mega-inner-right a {
        position: relative;
        overflow: hidden;
        border-radius: 5px; }
        .has-mega .mega-inner .mega-inner-right a img {
          transition: all .35s; }
        .has-mega .mega-inner .mega-inner-right a:hover img {
          scale: 1.05; }
        .has-mega .mega-inner .mega-inner-right a span {
          position: absolute;
          bottom: 14px;
          left: 50%;
          transform: translateX(-50%);
          text-align: center;
          font-size: 14px;
          line-height: 1.3em;
          padding: 12px 10px 10px;
          width: auto;
          min-width: 110px;
          display: inline-block;
          max-width: 200px;
          margin: auto;
          border-radius: 5px;
          background-color: #fff;
          color: #383838;
          border-color: #fff;
          transition: all .3s ease-in-out;
          text-transform: uppercase;
          letter-spacing: 0; }
          .has-mega .mega-inner .mega-inner-right a span:hover {
            background: #F30;
            color: #FFF; }

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #fff;
  background: #383838;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center; }
  .swiper .swiper-button-prev.small,
  .swiper .swiper-button-next.small {
    width: 25px;
    height: 25px;
    margin-top: 0 !important;
    border-radius: 5px;
    transform: translateY(-50%) !important; }
    .swiper .swiper-button-prev.small:after,
    .swiper .swiper-button-next.small:after {
      font-size: 14px; }
  .swiper .swiper-button-prev:after,
  .swiper .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    transition: all 0.25s; }
  @media (max-width: 991px) {
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
      width: 32.5px;
      height: 32.5px; }
      .swiper .swiper-button-prev:after,
      .swiper .swiper-button-next:after {
        font-size: 15px; }
      .swiper .swiper-button-prev.onlyMob,
      .swiper .swiper-button-next.onlyMob {
        display: flex !important; } }

.pro-loop.pro-loop-new .product-block .product-detail {
  text-align: center; }
  .pro-loop.pro-loop-new .product-block .product-detail .pro-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.25s;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2); }
  .pro-loop.pro-loop-new .product-block .product-detail .box-pro-prices {
    margin-bottom: .5rem; }
    .pro-loop.pro-loop-new .product-block .product-detail .box-pro-prices .pro-price {
      background: transparent;
      color: #000; }
      .pro-loop.pro-loop-new .product-block .product-detail .box-pro-prices .pro-price, .pro-loop.pro-loop-new .product-block .product-detail .box-pro-prices .pro-price * {
        font-weight: bold; }
  .pro-loop.pro-loop-new .product-block .product-detail .onireviewapp-loop {
    margin-bottom: .5rem; }
    .pro-loop.pro-loop-new .product-block .product-detail .onireviewapp-loop .onireviewapp-loopitem {
      flex-direction: column;
      gap: .25rem; }
  .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-top: 5px; }
    .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy button {
      color: #ffffff;
      position: relative;
      z-index: 3;
      background-color: #383838;
      border-color: #383838;
      font-size: 12px;
      width: auto;
      line-height: 41px;
      padding: 0 10px;
      margin: 0 auto;
      font-weight: 300;
      border-radius: 2.5px;
      transition: all .35s; }
      .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy button:hover {
        background: #F30;
        border-color: #F30; }
    .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy:hover .product-variants {
      opacity: 1;
      visibility: visible; }
    .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy:hover .product-variants-size {
      opacity: 1;
      visibility: visible; }
    .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants {
      position: absolute;
      bottom: 41px;
      left: 0;
      right: 0;
      background: #FFF;
      border: 1px solid #EbEbEb;
      padding: 1.5rem 1rem 1rem;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
      border-radius: 5px;
      opacity: 0;
      visibility: hidden;
      z-index: 2;
      border: none !important;
      box-shadow: none !important; }
      .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset {
        display: block;
        min-inline-size: min-content;
        margin-inline: 2px;
        border-width: 2px;
        border-style: groove;
        border-color: threedface;
        border-image: initial;
        padding-block: 0.35em 0.625em;
        padding-inline: 0.75em; }
        @media (max-width: 999px) {
          .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset {
            padding-inline: .375rem; } }
        .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset legend {
          margin-bottom: .2rem;
          width: auto !important;
          border: none !important;
          font-size: 1.4rem; }
          @media (max-width: 991px) {
            .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset legend {
              font-size: 1.2rem; } }
        .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset input {
          display: none !important; }
          .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset input[data-available="false"] {
            pointer-events: none; }
        .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset input:checked + label {
          background: #383838;
          color: #FFF; }
        .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset label {
          display: inline-block;
          border-radius: 3px;
          margin: .7rem .5rem .2rem 0;
          padding: 10px 20px;
          font-size: 1.3rem;
          letter-spacing: .1rem;
          line-height: 1;
          text-align: center;
          transition: border var(--duration-short) ease;
          cursor: pointer;
          position: relative;
          border: 1px solid rgba(56, 56, 56, 0.5); }
          .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset label:hover {
            border: 1px solid #383838; }
          .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset label[data-available="false"] {
            opacity: .5;
            position: relative;
            pointer-events: none; }
            .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset label[data-available="false"]:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 1px;
              transform: rotate(10deg);
              top: 50%;
              left: 50%;
              translate: -50% -50%;
              background: #000;
              opacity: .5; }
          @media (max-width: 991px) {
            .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants fieldset label {
              font-size: 1.1rem;
              padding: 5px; } }
      .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants .product-variants-items {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem; }
        .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants .product-variants-items .product-variants-item {
          flex: 1;
          display: inline-block;
          min-width: fit-content;
          padding: .25rem;
          background: transparent;
          border: 1px solid #333;
          color: #333;
          font-size: 1em;
          border-radius: .25em;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          cursor: pointer;
          transition: all 0.3s;
          margin-bottom: 0 !important; }
          .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants .product-variants-items .product-variants-item:hover:not(:disabled) {
            background: #F30;
            border-color: #F30;
            color: #FFF; }
          .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants .product-variants-items .product-variants-item:has(input:checked) {
            background: #333;
            border-color: #333;
            color: #FFF; }
          .pro-loop.pro-loop-new .product-block .product-detail .pro-btn-buy .product-variants .product-variants-items .product-variants-item:disabled {
            opacity: 0.5;
            cursor: not-allowed; }

.home-slideshow {
  --ratio-slideshow: 16/9; }
  .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide {
    aspect-ratio: var(--ratio-slideshow); }
    .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link {
      display: block; }
      .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link .home-slideshow-item-media {
        display: block;
        aspect-ratio: var(--ratio-slideshow); }
        .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link .home-slideshow-item-media img,
        .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link .home-slideshow-item-media video {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link .home-slideshow-item-media .home-slideshow-item-video {
          display: block;
          aspect-ratio: var(--ratio-slideshow); }

.home-featured {
  font-size: 16px;
  padding: 5em 0; }
  @media (max-width: 991px) {
    .home-featured {
      padding: 2.5em 0; } }
  .home-featured .home-featured-wrap .home-featured-head {
    text-align: center;
    margin-bottom: 2.5em; }
    .home-featured .home-featured-wrap .home-featured-head .home-featured-head-title {
      font-weight: bold; }
  @media (max-width: 991px) {
    .home-featured .home-featured-wrap .home-featured-main .home-featured-items.swiper .swiper-button-prev {
      left: 0; }
    .home-featured .home-featured-wrap .home-featured-main .home-featured-items.swiper .swiper-button-next {
      right: 0; } }

.home-bestseller {
  font-size: 16px;
  padding: 5em 0; }
  @media (max-width: 991px) {
    .home-bestseller {
      padding: 2.5em 0; } }
  .home-bestseller .home-bestseller-wrap {
    display: grid;
    grid-template-columns: 2fr 8fr;
    align-items: center; }
    .home-bestseller .home-bestseller-wrap > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .home-bestseller .home-bestseller-wrap {
        grid-template-columns: 1fr; } }
    @media (max-width: 991px) {
      .home-bestseller .home-bestseller-wrap .home-bestseller-main .home-bestseller-items.swiper .swiper-button-prev {
        left: 0; }
      .home-bestseller .home-bestseller-wrap .home-bestseller-main .home-bestseller-items.swiper .swiper-button-next {
        right: 0; } }
  .home-bestseller .home-bestseller-head-link {
    color: #ffffff;
    background-color: #383838;
    border-color: #383838;
    line-height: 1.3em;
    border-radius: 3px;
    min-height: 41px;
    height: 41px;
    font-size: 14.5px;
    min-width: auto;
    padding: 12px 20px 10px;
    display: inline-block;
    transition: all .5s; }
    .home-bestseller .home-bestseller-head-link:hover {
      background: #F30;
      color: #FFF; }

.home-collist {
  font-size: 16px;
  padding: 5rem 0;
  --ratio-collist: 125.0%; }
  @media (max-width: 991px) {
    .home-collist {
      padding: 2.5em 0; } }
  .home-collist .home-collist-wrap .home-collist-head {
    text-align: center;
    margin-bottom: 2.5rem; }
    .home-collist .home-collist-wrap .home-collist-head .home-collist-head-title {
      font-weight: bold; }
  .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link {
    aspect-ratio: 6/9;
    display: block;
    position: relative; }
    .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link:hover .home-collist-item-image:after,
    .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link:hover .home-collist-item-image .home-collist-item-info-button {
      opacity: 1;
      visibility: visible; }
    .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link .home-collist-item-image {
      display: block;
      aspect-ratio: 6/9;
      position: relative; }
      .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link .home-collist-item-image:after {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        inset: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5; }
      .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link .home-collist-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link .home-collist-item-image .home-collist-item-info-button {
        position: absolute;
        bottom: calc(2rem + 6rem);
        left: 50%;
        translate: -50% 0;
        padding: 12px 20px 9px;
        min-height: 40px;
        height: 41px;
        border-radius: 3px;
        font-size: 14px;
        border: 1px solid #fef8f9;
        background-color: #fef8f9;
        color: #383838;
        min-width: auto;
        transition: all 0.5s;
        text-transform: uppercase;
        z-index: 2;
        opacity: 0;
        visibility: hidden; }
        .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link .home-collist-item-image .home-collist-item-info-button:hover {
          color: #ffffff;
          background-color: #db2c2d;
          border-color: #db2c2d; }
    .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-wrapper .home-collist-item.swiper-slide .home-collist-item-wrap .home-collist-item-link .home-collist-item-info .home-collist-item-info-title {
      padding: 1.5rem 0;
      text-align: center; }
  @media (max-width: 991px) {
    .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-button-prev {
      left: 0; }
    .home-collist .home-collist-wrap .home-collist-main .home-collist-items.swiper .swiper-button-next {
      right: 0; } }

.home-imgtext {
  font-size: 16px;
  padding: 5rem 0; }
  @media (max-width: 991px) {
    .home-imgtext {
      padding: 2.5em 0; } }
  .home-imgtext .home-imgtext-wrap {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center; }
    .home-imgtext .home-imgtext-wrap > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .home-imgtext .home-imgtext-wrap {
        grid-template-columns: 1fr; } }
    .home-imgtext .home-imgtext-wrap .home-imgtext-image {
      order: 2; }
    .home-imgtext .home-imgtext-wrap .home-imgtext-content {
      text-align: center; }
      .home-imgtext .home-imgtext-wrap .home-imgtext-content .home-imgtext-content-inner .home-imgtext-content-text {
        margin-bottom: 1rem; }
      .home-imgtext .home-imgtext-wrap .home-imgtext-content .home-imgtext-content-inner .home-imgtext-content-button {
        padding: 12px 20px 9px;
        min-height: 40px;
        height: 41px;
        border-radius: 3px;
        font-size: 14px;
        border: 1px solid #383838;
        background-color: #383838;
        color: #FFF;
        min-width: auto;
        transition: all 0.5s;
        text-transform: uppercase;
        z-index: 2;
        display: inline-block; }
        .home-imgtext .home-imgtext-wrap .home-imgtext-content .home-imgtext-content-inner .home-imgtext-content-button:hover {
          color: #ffffff;
          background-color: #db2c2d;
          border-color: #db2c2d; }
      .home-imgtext .home-imgtext-wrap .home-imgtext-content .home-imgtext-content-inner .home-imgtext-content-icon {
        margin-top: 5rem; }
        .home-imgtext .home-imgtext-wrap .home-imgtext-content .home-imgtext-content-inner .home-imgtext-content-icon img {
          max-height: 60px; }

.home-testimonial {
  font-size: 16px;
  padding: 5rem 0; }
  @media (max-width: 991px) {
    .home-testimonial {
      padding: 2.5em 0; } }
  .home-testimonial .home-testimonial-wrap .home-testimonial-head {
    text-align: center;
    margin-bottom: 5rem;
    padding: 0 1em; }
    @media (max-width: 991px) {
      .home-testimonial .home-testimonial-wrap .home-testimonial-head {
        margin-bottom: 2.5em; } }
    .home-testimonial .home-testimonial-wrap .home-testimonial-head .home-testimonial-head-title {
      font-weight: bold; }
  .home-testimonial .home-testimonial-wrap .home-testimonial-main {
    max-width: 600px;
    margin: 0 auto;
    text-align: center; }
    .home-testimonial .home-testimonial-wrap .home-testimonial-main .home-testimonial-items.swiper .swiper-wrapper .home-testimonial-item.swiper-slide .home-testimonial-item-wrap .home-testimonial-item-rating {
      margin-bottom: 1rem; }
      .home-testimonial .home-testimonial-wrap .home-testimonial-main .home-testimonial-items.swiper .swiper-wrapper .home-testimonial-item.swiper-slide .home-testimonial-item-wrap .home-testimonial-item-rating svg path {
        fill: #db2c2d; }

.home-seenin {
  font-size: 16px;
  padding: 5rem 0; }
  @media (max-width: 991px) {
    .home-seenin {
      padding: 2.5em 1rem; } }
  .home-seenin .home-seenin-wrap .home-seenin-head {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 0 1em; }
    @media (max-width: 991px) {
      .home-seenin .home-seenin-wrap .home-seenin-head {
        margin-bottom: 2.5em; } }
    .home-seenin .home-seenin-wrap .home-seenin-head .home-seenin-head-title {
      font-weight: bold; }
  .home-seenin .home-seenin-wrap .home-seenin-main .home-seenin-items.swiper .swiper-wrapper .home-seenin-item.swiper-slide .home-seenin-item-image {
    display: block;
    aspect-ratio: 9/16; }
    .home-seenin .home-seenin-wrap .home-seenin-main .home-seenin-items.swiper .swiper-wrapper .home-seenin-item.swiper-slide .home-seenin-item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.home-instagram {
  font-size: 16px;
  padding: 5rem 0 2.5rem; }
  .home-instagram .home-instagram-wrap .home-instagram-head {
    text-align: center; }
  .home-instagram .home-instagram-wrap .home-instagram-main .swiper-pagination {
    display: none !important; }
  .home-instagram .home-instagram-wrap .home-instagram-main .home-instagram-items.swiper .swiper-wrapper .home-instagram-item.swiper-slide .home-instagram-item-link .home-instagram-item-image {
    aspect-ratio: 1; }
  .home-instagram .home-instagram-wrap .home-instagram-main .home-instagram-items.swiper .swiper-wrapper .home-instagram-item.swiper-slide .home-instagram-item-link .home-instagram-item-video {
    aspect-ratio: 1; }
  .home-instagram .home-instagram-wrap .home-instagram-main .home-instagram-items.swiper .swiper-wrapper .home-instagram-item.swiper-slide .home-instagram-item-link img,
  .home-instagram .home-instagram-wrap .home-instagram-main .home-instagram-items.swiper .swiper-wrapper .home-instagram-item.swiper-slide .home-instagram-item-link video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.footer {
  background: #000;
  color: #fff;
  padding: 60px 0 30px; }
  .footer * {
    color: #FFF; }
  .footer .footer-content-top {
    margin-bottom: 40px; }
  .footer .footer-blocks-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 990px) {
      .footer .footer-blocks-wrapper {
        grid-template-columns: 1fr 12.5% 12.5% 12.5% 12.5%; } }
    @media (max-width: 991px) {
      .footer .footer-blocks-wrapper .footer-block:first-child {
        grid-column: span 2; } }
  .footer .footer-block .footer-logo-wrapper {
    margin-bottom: 30px; }
    .footer .footer-block .footer-logo-wrapper img {
      max-width: 150px;
      height: auto;
      filter: brightness(1) invert(1); }
      @media (max-width: 991px) {
        .footer .footer-block .footer-logo-wrapper img {
          max-height: 46px; } }
  .footer .footer-block .footer-block-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .footer .footer-block .footer-block-heading {
        pointer-events: none; }
        .footer .footer-block .footer-block-heading svg {
          display: none !important; } }
  .footer .footer-block .footer-block-details-content {
    margin-bottom: 20px; }
    .footer .footer-block .footer-block-details-content p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0; }
  .footer .footer-block .footer-block-newsletter {
    position: relative; }
    @media (max-width: 991px) {
      .footer .footer-block .footer-block-newsletter {
        max-width: 80%;
        margin: 0 auto; } }
    .footer .footer-block .footer-block-newsletter form {
      display: flex;
      gap: 10px; }
      @media (max-width: 767px) {
        .footer .footer-block .footer-block-newsletter form {
          flex-direction: column; } }
    .footer .footer-block .footer-block-newsletter input[type="email"] {
      flex: 1;
      padding: 12px 45px 12px 15px;
      border: 1px solid #333;
      border-radius: 4px;
      background: #fff;
      color: #000;
      font-size: 14px; }
      .footer .footer-block .footer-block-newsletter input[type="email"]::placeholder {
        color: #666; }
    .footer .footer-block .footer-block-newsletter button[type="submit"] {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
      width: 24px;
      height: 24px; }
      .footer .footer-block .footer-block-newsletter button[type="submit"] img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .footer .footer-block .footer-social-media {
    margin-top: 2rem; }
    .footer .footer-block .footer-social-media .footer-social-heading {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px; }
    .footer .footer-block .footer-social-media .footer-list-social {
      display: flex;
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer .footer-block .footer-social-media .footer-list-social .list-social-item .list-social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all 0.3s ease; }
        .footer .footer-block .footer-social-media .footer-list-social .list-social-item .list-social-link img {
          width: 20px;
          height: 20px;
          object-fit: contain;
          filter: brightness(1) invert(1); }
        .footer .footer-block .footer-social-media .footer-list-social .list-social-item .list-social-link .visually-hidden {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          white-space: nowrap;
          border: 0; }
        .footer .footer-block .footer-social-media .footer-list-social .list-social-item .list-social-link:hover {
          background: #f0f0f0;
          transform: translateY(-2px); }
  @media (max-width: 767px) {
    .footer .footer-block.footer-block--menu .footer-menu-details .footer-block-details-content {
      display: none; } }
  .footer .footer-block.footer-block--menu .footer-menu-details summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .footer .footer-block.footer-block--menu .footer-menu-details summary {
        pointer-events: none; } }
  .footer .footer-block.footer-block--menu .footer-menu-details summary::-webkit-details-marker {
    display: none; }
  .footer .footer-block.footer-block--menu .footer-menu-details summary .icon-arrow {
    transition: transform 0.3s ease; }
    @media (min-width: 768px) {
      .footer .footer-block.footer-block--menu .footer-menu-details summary .icon-arrow {
        display: none; } }
  @media (max-width: 767px) {
    .footer .footer-block.footer-block--menu .footer-menu-details[open] .footer-block-details-content {
      display: block; } }
  .footer .footer-block.footer-block--menu .footer-menu-details[open] summary .icon-arrow {
    transform: rotate(180deg); }
  .footer .footer-block.footer-block--menu .footer-block-details-content {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start !important; }
    @media (max-width: 767px) {
      .footer .footer-block.footer-block--menu .footer-block-details-content {
        margin-top: 15px; } }
    .footer .footer-block.footer-block--menu .footer-block-details-content li {
      margin-bottom: 12px; }
      .footer .footer-block.footer-block--menu .footer-block-details-content li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s ease; }
      .footer .footer-block.footer-block--menu .footer-block-details-content li a:hover {
        color: #ccc; }
  @media (min-width: 768px) {
    .footer .footer-block.footer-block--menu .footer-menu-details summary ~ * {
      display: block !important; } }
  .footer .footer-content-mid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: flex-start; }
    .footer .footer-content-mid .footer-content-mid-info ul {
      padding: 0;
      margin-left: 1rem; }
  .footer .footer-content-bottom {
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-top: 40px; }
    .footer .footer-content-bottom .footer-copyright {
      font-size: 13px;
      color: #999;
      display: grid;
      grid-template-columns: 25% 1fr; }
      .footer .footer-content-bottom .footer-copyright > * {
        min-width: 0; }
      @media (max-width: 991px) {
        .footer .footer-content-bottom .footer-copyright {
          grid-template-columns: 1fr;
          text-align: center;
          gap: 20px; } }
      .footer .footer-content-bottom .footer-copyright .copyright-content {
        display: block;
        margin-bottom: 10px; }
        .footer .footer-content-bottom .footer-copyright .copyright-content a {
          color: #fff;
          text-decoration: none;
          transition: color 0.3s ease; }
          .footer .footer-content-bottom .footer-copyright .copyright-content a:hover {
            color: #ccc; }
      .footer .footer-content-bottom .footer-copyright .footer-terms-navmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0; }
        .footer .footer-content-bottom .footer-copyright .footer-terms-navmenu li a {
          color: #FFF;
          text-decoration: none;
          font-size: 13px;
          transition: color 0.3s ease; }
          .footer .footer-content-bottom .footer-copyright .footer-terms-navmenu li a:hover {
            color: #fff; }

.pageSeen-in__wrap {
  padding-top: 45px;
  background-position: right top;
  background-repeat: no-repeat; }

.pageSeen-in__content {
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .pageSeen-in__content {
      margin-bottom: 50px;
      padding-bottom: 45px; } }
  .pageSeen-in__content .site-section-top {
    border-bottom: none !important;
    padding: 0;
    margin: 0; }
  .pageSeen-in__content-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px; }
    .pageSeen-in__content-grid > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .pageSeen-in__content-grid {
        grid-template-columns: 1fr 1fr; } }
    .pageSeen-in__content-grid img {
      height: 100%;
      object-fit: cover; }

/* Collection Page */
.fixCollection .fixCollection-head {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .fixCollection .fixCollection-head > * {
    min-width: 0; }
  @media (max-width: 991px) {
    .fixCollection .fixCollection-head {
      grid-template-columns: 1fr; } }
  .fixCollection .fixCollection-head .fixCollection-head-info {
    background: #383838;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10%;
    text-align: left; }
    .fixCollection .fixCollection-head .fixCollection-head-info * {
      color: #FFF; }
    .fixCollection .fixCollection-head .fixCollection-head-info .fixCollection-head-info-title {
      font-family: 'SVN Owners Narrow', sans-serif !important;
      font-weight: bold; }
    @media (max-width: 991px) {
      .fixCollection .fixCollection-head .fixCollection-head-info {
        order: 2; } }
  .fixCollection .fixCollection-head .fixCollection-head-banner * {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 991px) {
    .fixCollection .fixCollection-head .fixCollection-head-banner {
      order: 1; } }

.fixCollection #collection-body .sidebar-collection-desc {
  display: none; }

.fixCollection #collection-body .sidebar-collection-menu {
  display: none; }

.fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container {
  flex-direction: column;
  align-items: start; }
  .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-title .title_filter {
    color: #383838; }
    .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-title .title_filter:after, .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-title .title_filter .icon_title {
      display: none; }
  @media (max-width: 767px) {
    .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group {
      border: none !important; } }
  .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .col-md-3 {
    width: 100% !important; }
    @media (max-width: 767px) {
      .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .col-md-3 {
        width: 50% !important;
        margin-bottom: 10px; } }
  .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter {
        margin: 0 !important; } }
    .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_title {
      background: #f7f7f7;
      padding: 1.5rem 15px;
      font-size: 14px;
      color: #383838;
      font-weight: 400;
      margin: 0;
      border-bottom: none; }
      .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_title svg {
        width: 14px;
        height: 14px; }
    .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_content {
      position: relative;
      opacity: 1;
      visibility: visible;
      margin-bottom: 15px;
      padding-top: 0;
      padding-bottom: 0;
      background: #f7f7f7;
      display: none; }
      .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_content.filter-sort .check-box-list li label:before {
        border-radius: 999px; }
      .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_content .check-box-list {
        margin-top: 0; }
        .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_content .check-box-list li label {
          font-size: 14.5px;
          font-weight: 400; }
          .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_content .check-box-list li label:before, .fixCollection #collection-body .wrapper_layered_filter .wrap-filter .box_sidebar .layer_filter-container .layer_filter-group .group-filter .filter_group_content .check-box-list li label:after {
            border-color: #000; }

.pageVideo__wrap {
  padding-top: 45px;
  background-position: right top;
  background-repeat: no-repeat; }

.pageVideo__content {
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .pageVideo__content {
      margin-bottom: 50px;
      padding-bottom: 45px; } }
  .pageVideo__content .site-section-top {
    border-bottom: none !important;
    padding: 0;
    margin: 0; }
  .pageVideo__content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .pageVideo__content-grid > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .pageVideo__content-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px; } }
    @media (max-width: 640px) {
      .pageVideo__content-grid {
        grid-template-columns: 1fr;
        gap: 10px; } }
    .pageVideo__content-grid .page-videos-content-item {
      border: 1px solid rgba(56, 56, 56, 0.08);
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      .pageVideo__content-grid .page-videos-content-item .page-videos-content-item-play {
        width: 40px;
        height: 40px;
        top: 50%;
        right: 50%;
        z-index: 1;
        position: absolute;
        display: flex;
        background-repeat: no-repeat;
        transform: translate(50%, -50%);
        background-color: #383838;
        color: #fff;
        border-radius: 100%;
        align-items: center;
        justify-content: center; }
    .pageVideo__content-grid img {
      height: 100%;
      object-fit: cover; }

.blog__wrap {
  padding-top: 45px;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .blog__wrap {
      margin-bottom: 50px;
      padding-bottom: 45px; } }

.blog .blog-inner .blog-header {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .blog .blog-inner .blog-header {
      margin-bottom: 50px;
      padding-bottom: 45px; } }
  .blog .blog-inner .blog-header .blog-header-title h1 {
    margin: 0; }

.blog .blog-inner .blog-main {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 5rem; }
  .blog .blog-inner .blog-main > * {
    min-width: 0; }
  @media (max-width: 991px) {
    .blog .blog-inner .blog-main {
      grid-template-columns: 1fr; } }
  .blog .blog-inner .blog-main .blog-main-sidebar {
    position: sticky;
    top: 1rem;
    height: min-content; }
    @media (max-width: 991px) {
      .blog .blog-inner .blog-main .blog-main-sidebar {
        position: relative;
        top: inherit;
        height: inherit;
        order: 2; } }
    .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-filter h3 {
      color: #383838; }
    .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-filter .blog-sidebar-filter-list .blog-sidebar-filter-item {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #EbEbEb; }
      .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-filter .blog-sidebar-filter-list .blog-sidebar-filter-item:last-child {
        border-bottom: none;
        margin: 0;
        padding: 0; }
      .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-filter .blog-sidebar-filter-list .blog-sidebar-filter-item .blog-sidebar-filter-link {
        display: flex;
        align-items: center;
        gap: 1rem; }
      .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-filter .blog-sidebar-filter-list .blog-sidebar-filter-item .blog-sidebar-filter-all {
        color: #ffffff;
        background-color: #383838;
        border-color: #383838;
        font-size: 12px;
        width: auto;
        line-height: 30px;
        padding: 0 10px;
        margin: 0 auto;
        font-weight: 300;
        border-radius: 2.5px;
        display: inline-block;
        transition: all .35s; }
        .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-filter .blog-sidebar-filter-list .blog-sidebar-filter-item .blog-sidebar-filter-all:hover {
          background-color: #F30;
          border-color: #F30; }
    .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-recent {
      margin-top: 2rem; }
      .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-recent .blog-sidebar-recent-title {
        color: #383838; }
      .blog .blog-inner .blog-main .blog-main-sidebar .blog-sidebar .blog-sidebar-recent .blog-sidebar-recent-list .blog-sidebar-recent-item:last-child .article-item-small {
        border: none !important; }
  @media (max-width: 991px) {
    .blog .blog-inner .blog-main .blog-main-content {
      order: 1; } }
  .blog .blog-inner .blog-main .blog-main-content .blog-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem; }
    .blog .blog-inner .blog-main .blog-main-content .blog-articles > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .blog .blog-inner .blog-main .blog-main-content .blog-articles {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem; } }
  .blog .blog-inner .blog-main .blog-main-content .blog-loadmore {
    text-align: center;
    margin-top: 5rem;
    display: block; }
    .blog .blog-inner .blog-main .blog-main-content .blog-loadmore .blog-loadmore-button {
      color: #ffffff;
      background-color: #383838;
      border-color: #383838;
      font-size: 12px;
      width: auto;
      line-height: 30px;
      padding: 0 10px;
      margin: 0 auto;
      font-weight: 300;
      border-radius: 2.5px;
      display: inline-block;
      outline: 0;
      text-transform: uppercase;
      box-shadow: 0;
      border: none; }

.article-item-big .article-item-big__image {
  display: block;
  aspect-ratio: 4/3; }
  .article-item-big .article-item-big__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article-item-big .article-item-big__title {
  margin: 1rem 0;
  font-weight: bold; }
  .article-item-big .article-item-big__title a {
    font-weight: bold; }

.article-item-big .article-item-big__meta {
  display: flex;
  justify-content: flex-start;
  gap: .75rem;
  align-items: center;
  font-size: 1.25rem;
  margin: 1rem 0; }
  @media (max-width: 991px) {
    .article-item-big .article-item-big__meta {
      flex-direction: column;
      align-items: flex-start; } }

@media (max-width: 991px) {
  .article-item-big .article-item-big__separator {
    display: none; } }

.article-item-big .article-item-big__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.25s;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  margin-bottom: .5rem; }

.article-item-big .article-item-big__button {
  color: #ffffff;
  background-color: #383838;
  border-color: #383838;
  font-size: 12px;
  width: auto;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 auto;
  font-weight: 300;
  border-radius: 2.5px;
  display: inline-block;
  outline: 0;
  text-transform: uppercase;
  box-shadow: 0;
  border: none; }
  .article-item-big .article-item-big__button:hover {
    background: #F30;
    border-color: #F30; }

.article-item-small {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EbEbEb;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 1rem; }
  .article-item-small > * {
    min-width: 0; }
  .article-item-small .article-item-small__image {
    aspect-ratio: 1; }
    .article-item-small .article-item-small__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article-item-small .article-item-small__title {
    line-height: 0;
    margin-top: 0.5rem; }
    .article-item-small .article-item-small__title a {
      font-size: 1.75rem;
      line-height: 1.25; }

.fixArticle .pd-page {
  padding-top: 0; }
  .fixArticle .pd-page .col-md-9 {
    border-right: 1px solid #EbEbeb; }
  .fixArticle .pd-page .section-heading {
    margin: 0;
    padding: 0;
    border: none; }
    .fixArticle .pd-page .section-heading h2 {
      color: #565656; }

.fixArticle .content-page {
  padding-top: 1rem; }
  .fixArticle .content-page .article-content .heading-page {
    text-align: start !important; }
    .fixArticle .content-page .article-content .heading-page:after {
      display: none !important; }
    .fixArticle .content-page .article-content .heading-page .breadcrumb-shop {
      text-align: start; }
  .fixArticle .content-page .post-back-blog {
    text-align: center;
    padding-bottom: 2.5rem; }
    .fixArticle .content-page .post-back-blog a {
      color: #ffffff;
      background-color: #383838;
      border-color: #383838;
      font-size: 12px;
      width: auto;
      line-height: 30px;
      padding: 0 10px;
      margin: 0 auto;
      font-weight: 300;
      border-radius: 2.5px;
      display: inline-block;
      outline: 0;
      text-transform: uppercase;
      box-shadow: 0;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: .5rem; }
      .fixArticle .content-page .post-back-blog a svg {
        width: 14px;
        height: 14px;
        rotate: 180deg;
        transition: all .35s; }
      .fixArticle .content-page .post-back-blog a:hover {
        background: #F30;
        border-color: #F30; }
        .fixArticle .content-page .post-back-blog a:hover svg {
          translate: -2.5px 0; }

.fixArticle .related-articles {
  padding-top: 1rem;
  margin-bottom: 2.5rem; }
  .fixArticle .related-articles .related_articles_list .article-item-small:last-child {
    border: none !important; }

.fixArticle .related-product-articles .related_product_list .pro-loop {
  width: 100% !important; }

/* Product Page */
.product-detail-wrapper {
  padding: 3rem 0;
  background: #fff;
  font-size: 12px; }
  .product-detail-wrapper .product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media (max-width: 991px) {
      .product-detail-wrapper .product-detail-grid {
        grid-template-columns: 1fr; } }
    .product-detail-wrapper .product-detail-grid > * {
      min-width: 0; }
  .product-detail-wrapper .product-gallery {
    position: sticky;
    top: 1em;
    height: min-content; }
    @media (max-width: 991px) {
      .product-detail-wrapper .product-gallery {
        position: relative;
        top: inherit;
        height: inherit; } }
    .product-detail-wrapper .product-gallery .gallery-wrapper {
      max-width: 100%;
      overflow: hidden; }
      .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main {
        margin-bottom: 1em;
        border-radius: .5em;
        overflow: hidden;
        background: #f5f5f5;
        position: relative; }
        .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main .swiper-slide img, .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main .swiper-slide iframe, .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main .swiper-slide video {
          aspect-ratio: 1;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border: 1px solid #EbEbEb;
          border-radius: .5em; }
        .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main .swiper-button-prev,
        .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main .swiper-button-next {
          width: 40px;
          height: 40px;
          background: rgba(255, 255, 255, 0.9);
          border-radius: 50%; }
          .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main .swiper-button-prev:after,
          .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-main .swiper-button-next:after {
            font-size: 18px;
            color: #000; }
      .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs {
        overflow: hidden;
        padding: 0 .5em; }
        .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs .swiper-slide {
          cursor: pointer;
          border: 1px solid transparent;
          border-radius: .5em;
          overflow: hidden;
          transition: all 0.3s; }
          .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
            border-color: #000; }
          .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs .swiper-slide img {
            aspect-ratio: 1;
            width: 100%;
            height: 100%;
            object-fit: contain;
            border: 1px solid #EbEbEb;
            border-radius: .5em; }
          .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs .swiper-slide .video-thumb {
            position: relative;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f5f5f5; }
            .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs .swiper-slide .video-thumb img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
            .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs .swiper-slide .video-thumb .play-icon {
              position: relative;
              z-index: 1;
              width: 30px;
              height: 30px;
              display: flex;
              align-items: center;
              justify-content: center;
              background: rgba(0, 0, 0, 0.7);
              border-radius: 50%;
              color: #fff;
              font-size: 12px; }
  .product-detail-wrapper .product-info {
    font-size: 12px;
    position: sticky;
    top: 1em;
    height: min-content; }
    @media (max-width: 991px) {
      .product-detail-wrapper .product-info {
        position: relative;
        top: inherit;
        height: inherit; } }
    .product-detail-wrapper .product-info .breadcrumb {
      background: transparent;
      padding: 0;
      margin: 0;
      padding: 10px 0;
      font-size: 1em;
      color: #383838; }
      .product-detail-wrapper .product-info .breadcrumb li:before {
        padding: 0; }
      .product-detail-wrapper .product-info .breadcrumb a, .product-detail-wrapper .product-info .breadcrumb span {
        color: #383838;
        text-decoration: none; }
        .product-detail-wrapper .product-info .breadcrumb a:hover, .product-detail-wrapper .product-info .breadcrumb span:hover {
          color: #000; }
    .product-detail-wrapper .product-info .product-title {
      margin: 0 0 10px;
      font-size: 2em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #383838; }
      @media (max-width: 767px) {
        .product-detail-wrapper .product-info .product-title {
          font-size: 24px; } }
    .product-detail-wrapper .product-info .product-highlights {
      display: flex;
      flex-wrap: wrap;
      gap: .5em;
      list-style: none;
      padding: 0; }
      .product-detail-wrapper .product-info .product-highlights li {
        position: relative;
        font-size: 1em;
        font-weight: 500;
        text-transform: uppercase;
        color: #383838;
        letter-spacing: 0.5px;
        list-style: disc;
        margin-left: 16px; }
        .product-detail-wrapper .product-info .product-highlights li p {
          margin: 0; }
    .product-detail-wrapper .product-info .product-reviews {
      min-height: 30px;
      margin-bottom: 20px;
      display: none; }
    .product-detail-wrapper .product-info .product-price {
      margin-bottom: 16px;
      font-size: 2em;
      font-weight: 700; }
      .product-detail-wrapper .product-info .product-price .price {
        color: #383838; }
      .product-detail-wrapper .product-info .product-price .pro-sale {
        display: inline-block;
        margin-right: 10px;
        padding: 2px 8px;
        background: #ff0000;
        color: #fff;
        font-size: 14px;
        border-radius: 3px; }
      .product-detail-wrapper .product-info .product-price .compare-price {
        margin-left: 10px;
        color: #383838;
        text-decoration: line-through;
        font-size: 18px;
        font-weight: 400; }
    .product-detail-wrapper .product-info .product-short-description {
      margin-bottom: 16px;
      font-size: 1em;
      line-height: 1.6;
      color: #666; }
    .product-detail-wrapper .product-info .select-swatch {
      margin-bottom: 16px; }
      .product-detail-wrapper .product-info .select-swatch .swatch {
        padding: 0; }
        .product-detail-wrapper .product-info .select-swatch .swatch .header {
          margin-bottom: 8px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
        .product-detail-wrapper .product-info .select-swatch .swatch .select-swap {
          display: flex;
          flex-wrap: wrap;
          gap: 8px; }
          .product-detail-wrapper .product-info .select-swatch .swatch .select-swap .swatch-element {
            margin: 0; }
            .product-detail-wrapper .product-info .select-swatch .swatch .select-swap .swatch-element input {
              display: none; }
            .product-detail-wrapper .product-info .select-swatch .swatch .select-swap .swatch-element label {
              display: flex;
              align-items: center;
              padding: .75em 1em;
              background: #f5f5f5;
              border: 1px solid #f5f5f5;
              font-size: 13px;
              font-weight: 400;
              cursor: pointer;
              transition: all 0.3s;
              line-height: 1;
              height: auto;
              margin: 0; }
              .product-detail-wrapper .product-info .select-swatch .swatch .select-swap .swatch-element label:hover {
                background: #fff;
                border-color: #ddd; }
              .product-detail-wrapper .product-info .select-swatch .swatch .select-swap .swatch-element label span {
                display: flex;
                align-items: center;
                line-height: 1; }
              .product-detail-wrapper .product-info .select-swatch .swatch .select-swap .swatch-element label.sd {
                background: #333;
                color: #fff;
                border-color: #333; }
            .product-detail-wrapper .product-info .select-swatch .swatch .select-swap .swatch-element.soldout label {
              opacity: 0.4;
              cursor: not-allowed;
              text-decoration: line-through; }
    .product-detail-wrapper .product-info .product-form-quantity {
      margin-bottom: 16px;
      display: flex;
      gap: 1em;
      align-items: center; }
      @media (max-width: 767px) {
        .product-detail-wrapper .product-info .product-form-quantity {
          flex-wrap: wrap; } }
      .product-detail-wrapper .product-info .product-form-quantity label {
        display: block;
        margin-bottom: 0;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
      .product-detail-wrapper .product-info .product-form-quantity .quantity-selector {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .25em;
        overflow: hidden; }
        @media (max-width: 767px) {
          .product-detail-wrapper .product-info .product-form-quantity .quantity-selector {
            flex: 1; } }
        .product-detail-wrapper .product-info .product-form-quantity .quantity-selector .qty-minus,
        .product-detail-wrapper .product-info .product-form-quantity .quantity-selector .qty-plus {
          min-width: 40px;
          height: 40px;
          background: #f5f5f5;
          border: none;
          font-size: 18px;
          cursor: pointer;
          transition: background 0.3s;
          color: #383838; }
          .product-detail-wrapper .product-info .product-form-quantity .quantity-selector .qty-minus:hover,
          .product-detail-wrapper .product-info .product-form-quantity .quantity-selector .qty-plus:hover {
            background: #e5e5e5; }
        .product-detail-wrapper .product-info .product-form-quantity .quantity-selector input {
          width: 60px;
          height: 40px;
          border: none;
          background: #f5f5f5;
          color: #383838;
          text-align: center;
          font-size: 14px;
          font-weight: 500;
          -moz-appearance: textfield; }
          .product-detail-wrapper .product-info .product-form-quantity .quantity-selector input::-webkit-outer-spin-button, .product-detail-wrapper .product-info .product-form-quantity .quantity-selector input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          @media (max-width: 767px) {
            .product-detail-wrapper .product-info .product-form-quantity .quantity-selector input {
              width: 40px;
              flex: 1; } }
    .product-detail-wrapper .product-info .btn-add-to-cart {
      flex: 1;
      width: 100%;
      padding: 0 15px;
      min-width: 40px;
      height: 40px;
      background: #333;
      color: #fff;
      border: none;
      font-size: 1.25em;
      border-radius: .25em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      transition: all 0.3s; }
      @media (max-width: 767px) {
        .product-detail-wrapper .product-info .btn-add-to-cart {
          flex: inherit; } }
      .product-detail-wrapper .product-info .btn-add-to-cart:hover:not(:disabled) {
        background: #F30; }
      .product-detail-wrapper .product-info .btn-add-to-cart:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .product-detail-wrapper .product-info .product-accordion .accordion-item {
      margin-bottom: 8px; }
      .product-detail-wrapper .product-info .product-accordion .accordion-item:last-child {
        margin-bottom: 0; }
      .product-detail-wrapper .product-info .product-accordion .accordion-item .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em;
        cursor: pointer;
        list-style: none;
        background: #fafafa; }
        .product-detail-wrapper .product-info .product-accordion .accordion-item .accordion-header::-webkit-details-marker {
          display: none; }
        .product-detail-wrapper .product-info .product-accordion .accordion-item .accordion-header span:first-child {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .product-detail-wrapper .product-info .product-accordion .accordion-item .accordion-header .accordion-icon {
          font-size: 20px;
          font-weight: 300;
          color: #999;
          transition: transform 0.3s; }
      .product-detail-wrapper .product-info .product-accordion .accordion-item[open] .accordion-icon {
        transform: rotate(45deg); }
      .product-detail-wrapper .product-info .product-accordion .accordion-item .accordion-content {
        padding: 0 1em 1em;
        font-size: 1em;
        line-height: 1.8;
        color: #383838;
        background: #fafafa; }
        .product-detail-wrapper .product-info .product-accordion .accordion-item .accordion-content p:empty {
          margin: 0; }
  .product-detail-wrapper .product-recommend {
    margin-top: 6em;
    padding-top: 5em;
    border-top: 1px solid #e5e5e5; }
    .product-detail-wrapper .product-recommend .section-title {
      margin-bottom: 2em;
      font-size: 2em;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .product-detail-wrapper .product-recommend .recommend-slider .swiper-slide {
      height: auto; }

.sticky-product {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.12) !important;
  background: linear-gradient(180deg, #FFF 0%, #fafafa 100%) !important;
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  transition: all .35s; }
  .sticky-product.active {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1024px) {
    .sticky-product {
      display: none !important; } }
  .sticky-product .sticky-product-wrap {
    display: flex;
    align-items: center;
    gap: 2rem; }
    .sticky-product .sticky-product-wrap img {
      max-height: 128px; }
    .sticky-product .sticky-product-wrap .sticky-product-info .sticky-product-info-highlight {
      padding-right: 1rem; }
      .sticky-product .sticky-product-wrap .sticky-product-info .sticky-product-info-highlight * {
        font-size: 14px;
        line-height: 1.25; }
    .sticky-product .sticky-product-wrap .sticky-product-price {
      font-weight: bold;
      font-size: 20px;
      margin-left: auto; }
    .sticky-product .sticky-product-wrap button {
      flex: 1;
      max-width: 200px;
      min-width: fit-content;
      padding: 5px 15px;
      background: #333;
      color: #fff;
      border: none;
      font-size: 1.25em;
      border-radius: .25em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      transition: all 0.3s; }
      .sticky-product .sticky-product-wrap button:hover:not(:disabled) {
        background: #F30; }
      .sticky-product .sticky-product-wrap button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }

@media (min-width: 1025px) {
  .product-detail-wrapper .product-gallery .gallery-wrapper .gallery-thumbs .swiper-slide .video-thumb {
    height: 125px; } }

@media (max-width: 767px) {
  .pageVideo__content-grid img {
    height: auto;
    object-fit: initial; }
  .hamburger-menu .bar,
  .hamburger-menu .bar:before,
  .hamburger-menu .bar:after {
    background: #000000; }
  .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide {
    aspect-ratio: initial; }
  .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link .home-slideshow-item-media {
    display: block;
    aspect-ratio: initial; }
  .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link .home-slideshow-item-media img, .home-slideshow .home-slideshow-wrap .home-slideshow-items.swiper .swiper-wrapper .home-slideshow-item.swiper-slide .home-slideshow-item-link .home-slideshow-item-media video {
    width: 100%;
    height: auto;
    object-fit: initial; } }

h1.site-heading.text-uppercase.text-center span {
  font-family: 'SVN Owners Narrow', sans-serif !important;
  font-weight: bold; }

.pageSeen-in__content-grid img {
  height: 100%;
  object-fit: initial;
  width: 100%; }
  @media (max-width: 767px) {
    .pageSeen-in__content-grid img {
      height: 265px; } }
