/** Shopify CDN: Minification failed

Line 2870:10 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: "Cubano";
  src: url("/cdn/shop/files/Cubano_Regular.woff?v=1775730579") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: normal;
}
body {
    font-family: "Be Vietnam Pro", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Cubano";
}
img {
    max-width: 100%;
    height: auto;
}
.page-width {
    max-width: 100%;
    padding: 0 20px;
}
a {
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
}

/* Catalog Page Styles */
.header-wrapper .header .header__inline-menu ul li .header__submenu .catalog-content {
    display: flex;
    gap: 200px;
    padding: 0 20px;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .catalog-content .catalog-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: capitalize;
}
.header-wrapper .header .header__inline-menu {
    margin: 0;
}
/* Collections List */
.collection-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.collection-list li {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  cursor: pointer;
  transition: color 0.2s ease, font-weight 0.2s ease;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
.collection-list li:hover {
  color: #0171f9;
}
.collection-list li.featured {
  font-weight: 600;
  color: #1a1a1a;
}

/* Categories Grid */
.header-wrapper .header .header__inline-menu ul li .header__submenu .catalog-content .categories-grid {
    display: flex;
    gap: 70px;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .catalog-content .category-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: left;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .catalog-content .category-item {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    transition: color 0.2s ease, font-weight 0.2s ease;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .catalog-content .category-item::after {
    content: "";
    width: 0;
    height: 1px;
    opacity: 0;
    display: inline;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    background: #000;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .catalog-content .category-item:hover::after {
    width: 100%;
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .catalog-container {
    padding: 24px 16px;
  }

  .catalog-header {
    margin-bottom: 40px;
    padding: 0;
  }

  .catalog-header h1 {
    font-size: 24px;
  }

  .catalog-content {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-title {
    font-size: 16px;
  }

  .collection-list li,
  .category-item {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .catalog-container {
    padding: 16px 12px;
  }

  .catalog-header {
    margin-bottom: 32px;
  }

  .catalog-header h1 {
    font-size: 20px;
  }

  .catalog-content {
    gap: 32px;
  }

  .section-title {
    font-size: 14px;
    font-weight: 600;
  }

  .collection-list li,
  .category-item {
    font-size: 12px;
  }
}

/* Light hover effect for accessibility */
@media (prefers-reduced-motion: no-preference) {
  .collection-list li,
  .category-item {
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                font-weight 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/* Focus styles for keyboard navigation */
.collection-list li:focus,
.category-item:focus {
  outline: 2px solid #0171f9;
  outline-offset: 2px;
  border-radius: 2px;
}


.announcement-bar-section .utility-bar {
    background-image: -webkit-gradient(linear,left top,right top,from(#0f2530),to(#0f2530));
    background-image: linear-gradient(90deg,#0f2530 0 100%);
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
.announcement-bar-section .utility-bar .announcement-bar .announcement-bar__message {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    min-height: auto;
    letter-spacing: normal;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
}
.header-wrapper {
    background: #faf9f7;
    border-bottom: 1px solid rgb(230, 230, 230);
}
.header-wrapper .header .header__inline-menu ul li {
    margin-right: 30px;
    position: relative;
}
.header-wrapper .header .header__inline-menu ul li .list-menu__item {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: normal;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.header-wrapper .header .header__inline-menu ul li .list-menu__item span {
    text-decoration: none;
}
.header-wrapper .header .header__inline-menu ul li .list-menu__item::after {
    content: "";
    width: 0;
    height: 1px;
    opacity: 0;
    display: inline;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    background: #000;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}
.header-wrapper .header .header__inline-menu ul li .list-menu__item:hover::after {
    width: 100%;
    opacity: 1;
    background: #000;
}
.header-wrapper .header .header__inline-menu ul li details[open] .list-menu__item::after {
    opacity: 1;
    width: 100%;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu {
    top: 35px;
    max-width: 800px;
    width: 800px;
    border-radius: 12px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .1));
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 30px 0;
}

.header-wrapper .header .header__inline-menu ul li .header__submenu li {
    margin: 0;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .list-menu__item {
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 17px 0 17px 23px;
}
.header-wrapper .header .header__inline-menu ul li .header__submenu .list-menu__item::after {
    display: none;
}
.header-wrapper .header .header__inline-menu ul li summary.list-menu__item .icon {
    position: static;
    width: 12px;
    height: 7px;
    margin-left: 8px;
}
.header-wrapper .header .header__heading .header__heading-link {
    padding: 0;
}
.header .header__icons .header__icon {
    width: auto;
    height: auto;
    margin-left: 10px;
}
.header .header__icons .header__icon .svg-wrapper {
    border-radius: 50%;
    background-color: transparent;
    width: 46px;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.header .header__icons .header__icon .svg-wrapper svg {
    width: 25px;
    height: 26px;
}
.header .header__icons .header__icon.header__icon--cart .svg-wrapper svg {
    width: 30px;
    height: 30px;
}
.header .header__icons .header__icon .svg-wrapper:hover {
    background-color: #deb162;
}
.header .header__icons .header__icon .cart-count-bubble {
    background-color: #296aa6;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    top: -9px;
    left: auto;
    right: -9px;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
}

.banner-section .hero-slider .hero-slide {
    position: relative;
}
.banner-section .hero-slider .hero-slide .hero-slide-image-wrapper {
    max-height: 845px;
    display: block;
}
.banner-section .hero-slider .hero-slide .hero-slide-content {
    max-width: 640px;
    width: 100%;
    padding: 40px 16px 40px 16px;
    background-color: rgba(15, 37, 48, .7);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 12px;
    text-align: center;
}
.banner-section .hero-slider .hero-slide .hero-slide-content .hero-slide-title {
    font-size: 60px;
    font-family: Cubano, "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    line-height: .9;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}
.banner-section .hero-slider .hero-slide .hero-slide-content  .hero-slide-description {
    font-size: 24px;
    line-height: 1.08;
    max-width: 505px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
}
.banner-section .hero-slider .hero-slide .hero-slide-content .hero-slide-action {
    color: #0f2530;
    padding: 10px 37px;
    margin-top: 40px;
    border-radius: 100px;
    background: #deb162;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none;
}
.banner-section .hero-slider .hero-slide .hero-slide-content .hero-slide-action:hover {
    color: #0f2530;
    background: #e9c078;
}
.banner-section .hero-slider .swiper-button-next, 
.banner-section .hero-slider .swiper-button-prev {
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(15, 37, 48, .2);
    opacity: 1;
    z-index: 99;
}
.banner-section .hero-slider .swiper-button-next:hover, .banner-section .hero-slider .swiper-button-prev:hover {
    background: rgba(111,120,51,.372549);
}
.banner-section .hero-slider .swiper-button-next {
    right: 46px;
}
.banner-section .hero-slider .swiper-button-prev {
    left: 46px;
}
.banner-section .hero-slider .swiper-button-next svg, .banner-section .hero-slider .swiper-button-prev svg {
    width: 14px;
    height: 23px;
    color: #fff;
}
.banner-section .hero-slider .swiper-pagination {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 25px;
    max-width: 168px;
    border-radius: 2px;
    display: none;
}
.banner-section .hero-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 3px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    -webkit-transition: all .3s cubic-bezier(.37, 0, .63, 1);
    transition: all .3s cubic-bezier(.37, 0, .63, 1);
    opacity: 1;
}
.banner-section .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border-radius: 2px;
}
.featured-categories {
    padding: 65px 0 14px;
    position: relative;
}
.featured-categories.instagram {
    padding-bottom: 70px;
}
.featured-categories .featured-categories__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 23px;
}
.featured-categories .featured-categories__header .featured-categories__header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.featured-categories .featured-categories__header .featured-categories__header-right .custom-pagination {
    display: flex;
    width: auto;
}
.featured-categories .featured-categories__header .featured-categories__header-right .custom-pagination .swiper-pagination-bullet {
    background: #e6e6e6;
    margin: 0;
    width: 28px;
    height: 3px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    -webkit-transition: .3s cubic-bezier(.37, 0, .63, 1);
    transition: .3s cubic-bezier(.37, 0, .63, 1);
    opacity: 1;
}
.featured-categories .featured-categories__header .featured-categories__header-right .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6a7760;
}
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow {
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: space-between;
}
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-prev, 
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-next {
    width: auto;
    height: auto;
    display: flex;
    gap: 90px;
    cursor: pointer;
}
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-prev.swiper-button-lock, 
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-next.swiper-button-lock {
    display: none;
}
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .swiper-button-lock+.counter-pagination {
    display: none;
}
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-prev svg, 
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-next svg {
    width: 10px;
    height: 16px;
}
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .swiper-button-disabled svg,
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-prev:hover svg, 
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .button-next:hover svg {
    fill: #e6e6e6;
}
.featured-categories .featured-categories__header .featured-categories__header-right .featured-categories-arrow .counter-pagination {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
}
.featured-categories .featured-categories__heading {
    font-size: 30px;
    margin: 0 0 18px 0;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    letter-spacing: normal;
}
.featured-categories .featured-categories__subheading {
    font-size: 16px;
    line-height: 26px;
    color: #091216;
    font-weight: 400;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    margin: 0;
}
.featured-categories .featured-categories__subheading a {
    color: #091216;
}
.featured-categories .featured-category .featured-categories__item .featured-categories__image-wrapper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.featured-categories .featured-category .featured-categories__item .featured-categories__image-wrapper .overlay-category {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.featured-categories .featured-category .featured-categories__image-link:hover .overlay-category {
    opacity: 1;
}
.featured-categories .featured-category .featured-categories__item  .overlay-category span {
    font-size: 20px;
    line-height: 26px;
    border-bottom: 2px solid #fff;
    font-weight: 500;
}
.featured-categories .featured-category .featured-categories__item .featured-categories__title {
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 26px;
    color: #091216;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: normal;
}
.featured-categories .featured-category .featured-categories__item .featured-categories__btn {
    border-radius: 100px;
    padding: 4px 18px;
    text-align: center;
    font-size: 14px;
    background-color: #296896;
    color: #ffffff;
    width: 100%;
    max-width: 70px;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    line-height: 26px;
    font-weight: 500;
    border: 1px solid #296aa6;
}
.featured-categories .featured-category .featured-categories__item .featured-categories__btn:hover {
    background-color: #174F84;
    color: #ffffff;
    border-color: #174F84;
}
.featured-categories .featured-category .featured-categories__item a {
    text-decoration: none;
}
.our-story-section {
    padding-top: 67px;
}
.our-story-section .our-story-section-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 12px;
    background-color: #0f2530;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.our-story-section .ourstory-card {
    width: 50%;
}
.ourstory-content {
    padding: 39px 54px 45px 42px;
}
.ourstory-content .our-story-title {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    margin-bottom: .75rem;
    padding-top: 54px;
    line-height: 1.5;
}
.ourstory-content .our-story-description {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}
.our-story-section .ourstory-card {
    position: relative;
    width: 50%;
    -ms-flex-order: 1;
    order: 1;
}
.ourstory-card .ourstory-banner-wrap {
    aspect-ratio: 1/1;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.ourstory-banner-wrap::before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #000;
    opacity: .15;
    z-index: 1;
}
.ourstory-banner-wrap img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
}
.our-story-button {
    border-radius: 100px;
    background-color: #deb162;
    border: 1px solid #deb162;
    font-size: 14px;
    line-height: 26px;
    color: #0f2530;
    font-weight: bold;
    position: absolute;
    margin: 0 0 27px 30px;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 11px 19px 13px 20px;
    text-decoration: none;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.our-story-button:active, .our-story-button:focus, .our-story-button:hover {
    background-color: #e9c078;
    border-color: #e9c078;
    color: #0f2530;
}
.ourstory-banner-wrap::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 71.5%;
    width: 100%;
}
.h-where-from {
    padding: 0;
    margin: 40px 0 0;
    position: relative;
}
.h-where-from .img {
    position: relative;
    display: flex;
}
.h-where-from .img img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    -o-object-position: center;
    object-position: center;
}
.h-where-from .img .bg-overlay {
    position: absolute;
    opacity: .5;
    background: -webkit-gradient(linear,left top,right top,from(#0f2530),to(rgba(15,37,48,0)));
    background: linear-gradient(90deg,#0f2530 0,rgba(15,37,48,0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 12px;
    display: block;
}
.contents {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 65px;
    z-index: 1;
    max-width: 430px;
}
.contents h3 {
    width: 100%;
    max-width: 357px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}
.contents .btnn {
    border-radius: 100px;
    border: 1px solid #deb162;
    font-weight: 700;
    color: #000;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 16px;
    padding: 16px 36px;
    background: #deb162;
    margin: 29px 0 18px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: inline-block;
    text-decoration: none;
}
.contents .btnn:hover {
    border-color: #deb162;
    color: #000;
    background: #e9c078;
}

.testimonial-item {
    background: rgba(245, 233, 205, .5);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-radius: 12px;
    gap: 18px;
}
.testimonial-item .testimonial-img {
    padding: 20px;
}
.testimonial-item .testimonial-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.testimonial-item .testimonial-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 37px;
}
.testimonial-item .testimonial-content h3 {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 8px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
}
.testimonial-item .testimonial-content .testimonial-paragraph {
    color: #333;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.testimonial-item .testimonial-content span h4 {
    margin: 0;
    padding-top: 37px;
    color: #333;
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}
.testimonial-item .testimonial-content span p {
    margin: 0;
    color: #333;
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
@media (min-width: 551px) {
.testimonial-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 38px;
}
.testimonial-item .testimonial-img {
    padding: 20px 0 20px 20px;
}
.testimonial-item .testimonial-img img {
    max-width: 250px;
    max-height: 325px;
}
.testimonial-item .testimonial-content {
    width: 45%;
    padding: 53px 8px 37px 0;
}
.testimonial-item .testimonial-content span h4 {
    padding-top: 27px;
}
}
.recent-blog-card {
    text-decoration: none;
}
.blog-thumb-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.blog-thumb-img::before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #000;
    opacity: .15;
    z-index: 1;
}
.blog-thumb-img img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
}
.instagram-logo, .overlay-blog, .overlay-category-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.recent-blog-card .blog-thumb-img:hover .overlay-blog {
    z-index: 1;
    opacity: 1;
}
.blog-thumb-img::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 71.5%;
    width: 100%;
}
.read-more {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 2px solid #fff;
    font-weight: 500;
}
.blog-details .blog-title {
    font-size: 24px;
    line-height: 26px;
    color: #091216;
    font-weight: 500;
    margin: 25px 0 12px 0;
}
.blog-details p {
    font-size: 16px;
    line-height: 24px;
    color: #091216;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
}
.products-tab {
    padding-top: 89px;
}
.products-tab .dropdown-products-menu .tabs {
    display: flex;
    list-style: none;
    gap: 66px;
}
.products-tab .dropdown-products-menu .tab .tab-title {
    font-size: 30px;
    line-height: 26px;
    font-family: Cubano, "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    padding: 0;
    text-transform: capitalize;
    color: #091216;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    display: block;
}
.products-tab .dropdown-products-menu .tab .tab-title::after {
    content: "";
    width: 0;
    height: 2px;
    opacity: 0;
    display: inline;
    position: absolute;
    bottom: -7px;
    left: 0;
    top: auto;
    background: #091216;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}
.products-tab .dropdown-products-menu .tab.is-active .tab-title::after {
    width: 100%;
    opacity: 1;
}
.products-tab .tabs-contents {
    padding-top: 40px;
    position: relative;
}
.products-tab .tabs-contents .tab-content {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
}
.products-tab .tabs-contents .tab-content.is-active {
    height: auto;
    overflow: visible;
    visibility: visible;
}
.products-tab .tabs-contents .tab-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 99;
}
.products-tab .tabs-contents .tab-controls .custom-pagination {
    display: flex;
    width: auto;
}
.products-tab .tabs-contents .tab-controls .custom-pagination .swiper-pagination-bullet {
    background: #e6e6e6;
    margin: 0;
    width: 28px;
    height: 3px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    -webkit-transition: .3s cubic-bezier(.37, 0, .63, 1);
    transition: .3s cubic-bezier(.37, 0, .63, 1);
    opacity: 1;
}
.products-tab .tabs-contents .tab-controls .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6a7760;
}
.products-tab .tabs-contents .tab-controls .featured-categories-arrow {
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: space-between;
}
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-prev, 
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-next {
    width: auto;
    height: auto;
    display: flex;
    gap: 90px;
    cursor: pointer;
}
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-prev svg, 
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-next svg {
    width: 10px;
    height: 16px;
}
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-prev.swiper-button-disabled svg, 
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-next.swiper-button-disabled svg,
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-prev:hover svg, 
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .button-next:hover svg {
    fill: #e6e6e6;
}
.products-tab .tabs-contents .tab-controls .featured-categories-arrow .counter-pagination {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
}
.product-grid-container .collection .product-card {
    margin-bottom: 30px;
}
.product-card a {
    text-decoration: none;
}
.product-card .product-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.product-card .product-image-wrap .product-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card .product-image-wrap .product-img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.product-card .product-image-wrap .cart-action-buttons {
    position: absolute;
    bottom: 0;
    padding: 0 17px 16px;
    width: 100%;
    transition: opacity .1s ease-in-out;
    z-index: 2;
    opacity: 0;
}
.product-card .product-image-wrap .btn-add-to-cart {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 12px;
    color: #0f2530;
    background-color: #deb162;
    border: 1px solid #deb162;
    letter-spacing: normal;
    padding: 10px 8px;
    cursor: pointer;
    display:block;
}
.product-card .product-image-wrap .btn-add-to-cart.btn-sold-out {
    opacity: .5;
}
.product-card .product-image-wrap .btn-add-to-cart:hover {
    background-color: #e9c078;
    border-color: #e9c078;
    color: #0f2530;
}
.product-card .product-image-wrap:hover .cart-action-buttons {
    opacity: 1;
}

.product-card .product-image-wrap:hover .product-img--hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-card span {
    font-size: 14px;
    line-height: 26px;
    color: #585858;
    font-weight: 500;
    margin: 28px 0 8px;
    display: block;
}
.product-card h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}
.product-card p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}







.trust-badges {
    background: #faf4e6;
}
.trust-badges .trust-badges__swiper {
    width: 100%;
    max-width: 1956px;
    margin: 0 auto;
    padding: 34px 50px 31px;
    list-style: none;
}
.trust-badges .trust-badges__swiper .swiper-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.trust-badges .trust-badges__swiper .swiper-slide .trust-badges__icon-wrap {
    display: flex;
}
.trust-badges .trust-badges__swiper .swiper-slide .trust-badges__label {
    color: #0f2530;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
}
.trust-badges .trust-badges__swiper .swiper-button-next, 
.trust-badges .trust-badges__swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 10px;
}
.trust-badges .trust-badges__swiper .swiper-button-next {
    right: 15px;
}
.trust-badges .trust-badges__swiper .swiper-button-prev {
    left: 15px;
}
.trust-badges .trust-badges__swiper .swiper-button-next svg path, 
.trust-badges .trust-badges__swiper .swiper-button-prev svg path {
    fill: #000;
}
.breadcrumbs .breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__item {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    color: #818181;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__item:not(:first-child)::before {
    content: ">";
    border: none;
    -webkit-transform: none;
    transform: none;
    position: static;
    font-size: 16px;
    line-height: 1;
    height: auto;
    margin: 1px 4px 0 5px;
    color: #818181;
    display: inline-block;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__item .breadcrumbs__link {
    color: #818181;
    text-decoration: none;
}
.breadcrumbs .breadcrumbs__list .breadcrumbs__item .breadcrumbs__link[aria-current=page] {
    font-weight: normal;
    color: #091216;
}
.main-product .product .grid__item.product__media-wrapper, .main-product .product .grid__item.product__info-wrapper {
    max-width: 50%;
    width: 50%;
}
.main-product .product .grid__item.product__info-wrapper {
    padding-right: 16px;
}
.main-product .product .grid__item.product__info-wrapper .product__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 2px;
    color: #585858;
    letter-spacing: normal;
}
.main-product .product .grid__item.product__info-wrapper .product__title {
    max-width: 534px;
    width: 100%;
}
.main-product .product .grid__item.product__info-wrapper .product__title h1 {
    margin: 0;
    font-size: 40px;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: normal;
    color: #091216;
}
.main-product .product .grid__item.product__info-wrapper .price {
    font-size: 20px;
    line-height: 1.4;
    color: #091216;
    font-weight: bold;
    letter-spacing: normal;
}
.main-product .product .grid__item.product__info-wrapper .price .price__container .price-item--last {
    display: flex;
    align-items: center;
    gap: 8px;
}
.main-product .product .grid__item.product__info-wrapper .price .price__container .price-item--last .price-item--discount {
    padding: 0 8px;
    background: #296aa6;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
}
.main-product .product .grid__item.product__info-wrapper .product__tax {
    display: none;
}
.main-product .product .grid__item.product__info-wrapper .accordion {
    margin: 0;
    border: 0;
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item .acc-btn,
.custom_accordion .acc-item .acc-btn {
    font-size: 26px;
    font-weight: 600;
    padding: 20px 67px 21px 0;
    line-height: 1.6;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    position: relative;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    width: 100%;
    text-align: left;
    background: transparent;
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item .acc-btn .expand-icon,
.custom_accordion .acc-item .acc-btn .expand-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 22px;
    height: 13px;
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item.open .acc-btn .expand-icon,
.custom_accordion .acc-item.open .acc-btn .expand-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item .acc-body,
.custom_accordion .acc-item .acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item .acc-body .acc-inner, 
.custom_accordion .acc-item .acc-body .acc-inner {
    padding: 24px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #091216;
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item .acc-body .acc-inner .product__description,
.custom_accordion .acc-item .acc-body .acc-inner .product__description {
    margin: 0;
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item .acc-body .acc-inner .product__description p,
.custom_accordion .acc-item .acc-body .acc-inner .product__description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #091216;
    margin-bottom: 24px;
}
.productDetails-list {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    padding-bottom: 0;
    row-gap: 17px;
    margin: 0;
}
.productDetails-list .productDetails-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}
.productDetails-list .productDetails-item .tab-icon-img img {
    width: 49px;
    height: 49px;
}
.productDetails-list .custom-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.productDetails-list .custom-data .field-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
    color: #091216;
}
.productDetails-list .custom-data .field-value {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
    color: #091216;
}
@media (min-width: 1024px) {
.productDetails-list .custom-data {
    max-width: 244px;
}
}
@media (min-width: 768px) {
.productDetails-list {
    display: grid;
    row-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 41px;
    -moz-column-gap: 41px;
    column-gap: 41px;
}
}
.product-specification-value {
    display: grid;
    grid-template-columns: 40% 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    height: 50px;
    margin: 0;
    border-radius: 60px;
}
.product-specification-value .productView-info-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #091216;
    margin: 0 4px 0 0 !important;
}
.product-specification-value .productView-info-value {
    font-size: 15px;
    line-height: 1.4;
    color: #091216;
    font-weight: 400;
    margin: 0;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 534px;
    width: 100%;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input {
    flex: auto;
    max-width: max-content;
    margin: 0;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form {
    margin: 0;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity__label {
    font-size: 16px;
    line-height: 1.5;
    color: #091216;
    font-weight: 700;
    margin-bottom: 8px;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form .product-form__buttons {
    max-width: 100%;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form .product-form__buttons .product-form__submit {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    border: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    z-index: 2;
    overflow: hidden;
    padding: 17px 25px;
    background: #296aa6;
    letter-spacing: normal;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input+div {
    width: calc(100% - 188px);
    padding-left: 16px;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form .product-form__buttons .product-form__submit::after, 
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form .product-form__buttons .product-form__submit::before {
    display: none;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form .product-form__buttons .product-form__submit:hover {
    background: -webkit-gradient(linear, left top, right top, from(#174f84), to(#174f84));
    background: linear-gradient(90deg, #174f84 0, #174f84 100%);
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity {
    max-width: 188px;
    width: 100%;
    min-height: 60px;
    background-color: #f3f3f3;
    border-radius: 100px;
    overflow: hidden;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity::before, 
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity::after {
    display: none;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity .quantity__button {
    width: 60px;
    height: 60px;
    padding: 3px 5px;
    opacity: 1;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity .quantity__button .icon {
    width: 24px;
    height: 24px;
    pointer-events: none;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity .quantity__button .icon svg {
    width: 100%;
    height: 100%;
    fill: #091216;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity .quantity__input {
    font-size: 18px;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    opacity: 1;
    letter-spacing: normal;
}
.related-product {
    padding: 0 0 100px;
}
.related-product h2 {
    font-size: 30px;
    line-height: 26px;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #091216;
    letter-spacing: normal;
    position: relative;
    padding-top: 47px;
    border-top: 2px solid #e6e6e6;
    margin-bottom: 47px;
}
.related-product .related-products .product-card a {
    text-decoration: none;
}
.related-product .related-products .product-card .product-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.related-product .related-products .product-card .product-image-wrap .product-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-product .related-products .product-card span {
    font-size: 14px;
    line-height: 26px;
    color: #585858;
    font-weight: 500;
    margin: 28px 0 8px;
    display: block;
}
.related-product .related-products .product-card h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    color: #000;
}
.related-product .related-products .product-card p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}
.related-product .related-products .product-card .product-image-wrap .cart-action-buttons {
    position: absolute;
    bottom: 0;
    padding: 0 17px 16px;
    width: 100%;
    transition: opacity .1s ease-in-out;
    z-index: 2;
    opacity: 0;
}
.related-product .related-products .product-card .product-image-wrap .cart-action-buttons .btn-add-to-cart {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 12px;
    color: #0f2530;
    background-color: #deb162;
    border: 1px solid #deb162;
    letter-spacing: normal;
    padding: 10px 8px;
    cursor: pointer;
    display: block;
}
.related-product .related-products .product-card .product-image-wrap .cart-action-buttons .btn-add-to-cart:hover {
    background-color: #e9c078;
    border-color: #e9c078;
    color: #0f2530;
}
.related-product .related-products .product-card .product-image-wrap:hover .cart-action-buttons {
    opacity: 1;
}
.related-product .related-products .product-card .product-image-wrap:hover .product-img--hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.related-product .related-products .product-card .product-image-wrap .product-img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.header-wrapper header.header .header__heading-logo-wrapper img {
    margin: 0;
}
.collection-hero .collection-hero__inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.collection-hero .collection-hero__inner .breadcrumbs {
    padding-top: 30px;
}
.collection-hero .collection-hero__inner .collection-hero__title {
    color: #000;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    font-family: Cubano, "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    margin: 0 0 13px;
}
.collection-hero .collection-hero__inner .collection-hero__description {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    color: #091216;
    max-width: 100%;
    margin: 0;
}
.collection-hero .collection-hero__inner .collection-hero__description p {
    margin-bottom: 24px;
}
.facets-wrapper .facets-container-drawer {
    padding: 0;
    margin-bottom: 42px;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper .mobile-facets__open-wrapper {
    padding: 11.5px 19px 11.5px 22px;
    background-color: rgb(243, 243, 243);
    height: 49px;
    transition: 0.1s ease-in-out;
    border-radius: 100px;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__close {
    right: auto;
    left: 32.5rem;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__open {
    padding: 0;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__open .svg-wrapper {
    width: 24px;
    height: 24px;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__open  .mobile-facets__open-label {
    font-size: 18px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    letter-spacing: normal;
}
.facets-wrapper .facets-container-drawer .product-count {
    margin: 0;
    opacity: 1;
    margin-right: 21px;
}
.facets-wrapper .facets-container-drawer .product-count .product-count__text {
    font-size: 18px;
    line-height: 26px;
    color: rgb(88, 88, 88);
    font-weight: normal;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
}
.facets-wrapper .facets-container-drawer .facets .facets__form {
    margin: 0;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters {
    padding: 0;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters .facet-filters__field {
    /* max-width: 276px; */
    width: 100%;
    height: 48px;
    background-color: rgb(243, 243, 243);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters .facet-filters__field .facet-filters__label {
    padding-left: 23px;
    margin-right: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    height: auto;
    color: #000;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters .facet-filters__field .select select {
    padding: 9px 40px 9px 5px;
    max-width: 210px;
    background-size: 27px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: normal;
    height: auto;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    color: #000;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters .facet-filters__field .select select:focus-visible {
    outline: 0;
    box-shadow: none;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters .facet-filters__field .svg-wrapper {
    right: 8px;
    height: auto;
    width: auto;
    top: 18px;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters .facet-filters__field .svg-wrapper .icon {
    width: 15px;
    height: auto;
}
.facets-wrapper .facets-container-drawer .facets .facets__form .facet-filters .facet-filters__field .svg-wrapper .icon path {
    color: #000;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper  .mobile-facets__inner {
    margin-right: auto;
    margin-left: 0;
    transform: translate(0);
}
.facets-wrapper .facets-container-drawer .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
    transform: translate(-100%);
}
.product-grid-container .pagination-wrapper {
    margin: 0;
}
.product-grid-container .pagination-wrapper .pagination__list {
    justify-content: left;
    row-gap: 6px;
}
.product-grid-container .pagination-wrapper .pagination__list li {
    flex: auto;
    max-width: max-content;
}
.product-grid-container .pagination-wrapper .pagination__list>li:not(:last-child) {
    margin-right: 6px;
}
.product-grid-container .pagination-wrapper .pagination__list li .pagination__item {
    padding: 11px 28px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    background-color: rgb(243, 243, 243);
    border-radius: 100px;
    opacity: 1;
}
.product-grid-container .pagination-wrapper .pagination__list li .pagination__item.pagination__item--current::after,
.product-grid-container .pagination-wrapper .pagination__list li .pagination__item:hover::after {
    display: none;
}
.product-grid-container .pagination-wrapper .pagination__list li .pagination__item .svg-wrapper {
    width: 13px;
    margin: 0px;
}
.about-hero {
    padding: 50px 10px 0;
}
.about-hero .about-hero-wrapper .about-image-wrapper {
    min-height: 500px;
    padding: 32px 84px;
    align-items: center;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    justify-content: flex-start;
    position: relative;
}
.about-hero .about-hero-wrapper .about-image-wrapper .about-hero-title {
    width: 50%;
}
.about-hero .about-hero-wrapper .about-image-wrapper::after {
    content: '';
    background-image: url(/cdn/shop/files/dexter-stills-65-1.webp?v=1777291186);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-hero .about-hero-wrapper .about-hero-title h1 {
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}
.about-video .about-video-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-video .about-video-wrapper .about-video-box, 
.about-video .about-video-wrapper .about-content-box {
    max-width: 50%;
    width: 100%;
    padding: 0 10px;
}
/* .about-video .about-video-wrapper .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
} */
.about-video .about-video-wrapper .about-video-box img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
}
.about-video .about-video-wrapper .about-content-box p {
    font-size: 17px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
    padding: 5px 0;
    margin-top: 10px;
}
.divider {
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.divider hr {
    border-top: 2px solid rgba(26, 117, 188, 1);
    width: 55%;
    margin: 0;
    clear: both;
    background: transparent;
}
.o-container {
  /* background: #faf4e6; */
  text-align: center;
  padding: 0 20px 50px;
}
.o-container__title {
    font-size: 45px;
    border-bottom: 4px solid #0e77be;
    display: inline-block;
    padding: 0 30px 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 12px;
}
.o-container__subtitle {
    margin-bottom: 40px;
    font-size: 22px;
    color: #2b2b2b;
    font-weight: 300;
}
/* GRID LAYOUT */
.o-container__grid {
  display: flex;
  flex-direction: column;
}
.o-container__events {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents; /* grid works on desktop */
}
.o-container__event {
  line-height: 1.45;
  position: relative;
}
.o-container__events.slick-slider {
    margin-bottom: 30px;
}
.o-container__event:nth-child(odd) {
  grid-column: 1;
  text-align: center;
  justify-self: end;
  font-size: 22px;
  color: #444;
  margin: 0;
  font-weight: 400;
}
.o-container__event:nth-child(even) {
  grid-column: 3;
  text-align: center;
  justify-self: start;
  font-size: 22px;
  color: #444;
  margin: 0;
  font-weight: 400;
}
.o-container__desc{
    margin: 0 0 30px;
}
.o-container__image {
  grid-column: 1;
  grid-row: 1 / -5;
  justify-self: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  align-self: center;
}

.image-wrapper {
  inset: 0;
}

.image-wrapper img {
  width: 100%;
  height: 760px;
  object-fit: contain;
  display: block;
}

.image-left,
.image-right {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

.image-right {
  position: absolute;
  inset: 0;
}

.divider-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(24deg);
    width: 136px;
    height: 8px;
    background: #0e77be;
    transform-origin: center;
    z-index: 10;
    cursor: grab;
    outline: none;
    display: block !important;
}
.divider-line:active {
  cursor: grabbing;
}
.divider-line:focus {
  box-shadow: 0 0 0 3px rgba(14, 119, 190, 0.5);
}

.o-container__image.dragging {
  cursor: grabbing;
}

.o-container__year {
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 6px;
  border-bottom: 1px solid;
  width: 100%;
  max-width: 125px;
  margin: auto;

}

/* Remove slick's default white circle */
.slick-dots{
    bottom: 0 !important;
}
.slick-dots li button::before {
  content: none !important;
}

/* Style the dots as rectangles */
.slick-dots li button {
  background: #000000;
  width: 30px;
  height: 10px;
  border-radius: 0;
  opacity: 0.2;   /* inactive */
  padding: 0;
  border: none;
}

/* Active dot */
.slick-dots li.slick-active button {
  background: #007aff;
  opacity: 1;
}

/* Optional: hover effect */
.slick-dots li button:hover {
  opacity: 1;
}

@media(min-width:1099px){
  .o-container__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    max-width: 1160px;
    margin: 0 auto;
    align-items: start;
  }
.o-container__event:nth-child(odd) {
  text-align: left;
  width: 100%;
}
.o-container__event:nth-child(odd) p{
     width: 274px;
    margin: 0 auto 0 0;
}
.o-container__event:nth-child(1){
  margin-top: -25px;
}
.o-container__event:nth-child(3){
  margin-top: -165px;
}
.o-container__event:nth-child(5){
  margin-top: -182px;
}
.o-container__event:nth-child(7)
{
  margin-top: -150px;
}
.o-container__event:nth-child(even) {
  text-align: right;
  justify-self: start;
  margin-bottom: 100px;
  width: 100%;
}
.o-container__event:nth-child(even) p{
    width: 274px;
    margin: 0 0 0 auto;
}
.o-container__event:nth-child(2){
  margin-top: 98px;
  margin-bottom:0 ;
}
.o-container__event:nth-child(4){
  margin-top: 98px;
  margin-bottom:0 ;
}
.o-container__event:nth-child(6){
  margin-top: 98px;
  margin-bottom:0 ;
}
  .o-container__image {
    grid-column: 2;
  }
  .image-wrapper img {
    width: 100%;
    height: 1400px;
    object-fit: cover;
    display: block;
  }
  .o-container__year{
    width: 100%;
    max-width: 542px;
  }
  .divider-line{
    width: 236px;
  }
}
@media(min-width:768px){
  .o-container {
  /* background: #faf4e6; */
  text-align: center;
  padding: 0 67px 50px;
}
}
@media (max-width: 768px) {
  .o-container__events {
    display: block; /* slick needs block instead of contents */
  }
  .o-container__event {
    grid-column: auto !important;
    text-align: left;
    justify-self: start;
    margin-top: 0 !important;
  }
}

.community-involvement {
    padding: 0 10px;
}
.community-involvement .community-image-wrapper {
    min-height: 500px;
    padding: 32px 84px;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: flex-start;
    position: relative;
}
.community-involvement .community-image-wrapper .community-hero-title {
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}
.community-involvement .community-image-wrapper .community-hero-title h2 {
    display: flex;
    align-items: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}
.community-involvement .community-image-wrapper .community-hero-title p {
    color: #000;
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
}
.community-involvement .community-image-wrapper .community-hero-title a {
    background: rgba(227, 176, 75, 1);
    color: rgba(0, 0, 0, 1);
    font-size: 21px;
    line-height: 1.5;
    cursor: pointer;
    margin-top: 24px;
    outline: none;
    padding: 8px 24px;
    pointer-events: auto;
    text-decoration: none;
    border-radius: 25px;
    text-transform: uppercase;
}
.community-involvement .community-image-wrapper::after {
    content: '';
    background-image: url(/cdn/shop/files/img-0120.webp?v=1777296255);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-two-images {
    padding: 50px 0 0;
}
.about-two-images .about-two-images-heading {
    max-width: 1348px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 10px;
}
.about-two-images .about-two-images-heading.bottom {
    margin-top: 50px;
    margin-bottom: 0;
}
.about-two-images .about-two-images-heading h2 {
    font-size: 45px;
    line-height: 1.5;
    color: #000;
    font-family: Cubano, "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    margin-bottom: 12px;
}
.about-two-images .about-two-images-heading p {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    min-height: 17px;
    margin-bottom: 12px;
}
.about-two-images .about-two-images-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.about-two-images .about-two-images-wrapper .about-left-image-wrapper, .about-two-images .about-two-images-wrapper .about-right-image-wrapper {
    max-width: 50%;
    width: 100%;
    padding: 0 10px;
}
.about-two-images .about-two-images-wrapper .about-left-image-wrapper .about-left-image, 
.about-two-images .about-two-images-wrapper .about-right-image-wrapper .about-right-image {
    display: flex;
    align-items: center;
    background-size: contain !important;
    height: auto;
    background-position: center center !important;
}
.about-two-images .about-two-images-wrapper .about-left-image-wrapper .about-left-image {
    background: url(https://cdn11.bigcommerce.com/s-ug5xvx5sjk/images/stencil/original/image-manager/img-3104-3.jpg?t=1755589560) no-repeat;
}
.about-two-images .about-two-images-wrapper .about-right-image-wrapper .about-right-image {
    background: url(https://cdn11.bigcommerce.com/s-ug5xvx5sjk/images/stencil/original/image-manager/webpc-passthru.php.jpg?t=1755589472) no-repeat;
}
.about-two-images .about-two-images-wrapper .about-left-image-wrapper .about-left-image img, 
.about-two-images .about-two-images-wrapper .about-right-image-wrapper .about-right-image img {
    opacity: 0;
}
.contact .contact-wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.contact .contact-wrapper h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.contact .contact-wrapper  .para {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #091216;
}
.contact .contact-wrapper form .field {
    display: block;
}
.contact .contact-wrapper form .field .field__label {
    position: static;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 300;
    letter-spacing: normal;
}
.contact .contact-wrapper form .field::after, .contact .contact-wrapper form .field::before {
    display: none;
}
.contact .contact-wrapper form .field .field__input {
    border-radius: 12px;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #000;
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: normal;
    height: 48px;
    margin: 0;
    padding: 12px 16px;
    -webkit-transition: border-color .1s ease-out;
    transition: border-color .1s ease-out;
    width: 100%;
}
.contact .contact-wrapper form .field textarea.field__input {
    min-height: 146px;
}
.contact .contact-wrapper form .contact__button {
    text-align: center;
}
.contact .contact-wrapper form .contact__button .button {
    font-size: 17px;
    padding: 16px 36px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: normal;
    background: -webkit-gradient(linear, left top, right top, from(#296aa6), to(#296aa6));
    background: linear-gradient(90deg, #296aa6 0, #296aa6 100%);
    color: #fff;
    border-color: transparent;
    position: relative;
    border: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 100px;
    min-width: auto;
    min-height: auto;
}
.contact .contact-wrapper form .contact__button .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#174f84), to(#174f84));
    background: linear-gradient(90deg, #174f84 0, #174f84 100%);
}
.contact .contact-wrapper form .contact__button .button:after, 
.contact .contact-wrapper form .contact__button .button:before {
    display: none;
}
.contact-info {
    padding: 35px 0 95px;
}
.contact-info .contact-info-wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.contact-info .contact-info-wrapper h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: normal;
}
.contact-info .contact-info-wrapper h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 8px;
}
.contact-info .contact-info-wrapper h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #000;
    letter-spacing: normal;
    margin-top: 40px;
}
.contact-info .contact-info-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 16px;
}
.contact-info .contact-info-wrapper .contact_btn {
    display: inline-block;
    font-size: 16px;
    padding: 16px 36px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: normal;
    background: -webkit-gradient(linear, left top, right top, from(#296aa6), to(#296aa6));
    background: linear-gradient(90deg, #296aa6 0, #296aa6 100%);
    color: #fff;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 100px;
    text-decoration: none;
}
.contact-info .contact-info-wrapper .contact_btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#174f84), to(#174f84));
    background: linear-gradient(90deg, #174f84 0, #174f84 100%);
}
.shopify-policy__container {
    max-width: 1290px;
    padding-top: 30px;
}
.shopify-policy__container .shopify-policy__title {
    text-align: left;
}
.shopify-policy__container .shopify-policy__title h1 {
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 15px;
}
.shopify-policy__container .shopify-policy__body p {
    color: #091216;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 24px;
}
.shopify-policy__container .shopify-policy__body ul {
    padding: 0;
    margin-bottom: 24px;
}
.shopify-policy__container .shopify-policy__body ul li {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: #091216;
}
.shopify-policy__container .shopify-policy__body ul li strong {
    font-weight: bold;
}
.shopify-policy__container .shopify-policy__body h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 36px;
    margin-bottom: 12px;
    color: #000;
}
.shopify-policy__container .shopify-policy__body a {
    color: #000;
}
.cart-checkout-usps {
    width: 100%;
    padding: 40px 15px 0;
    max-width: 360px;
    margin: 0 auto 0 0
}
.usp-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 27px;
}
.usp-listing .usp-logo {
    width: 44px;
    text-align: center
}
.usp-listing .usp-logo .icon-lock {
    width: 22px;
    height: 30px;
}
.usp-listing .usp-logo .icon-box {
    width: 29px;
    height: 32px;
}
.usp-listing .usp-content {
    width: calc(100% - 44px);
    padding-left: 6px
}
.usp-listing h4 {
    font-size: 16px;
    color: #091216;
    font-weight: 500;
    margin: 0 0 1px 0;
    line-height: 1;
    font-family: "Be Vietnam Pro",Arial,Helvetica,sans-serif;
}
.usp-content .usp-more-details span {
    font-size: 12px;
    color: #091216;
    font-weight: 400;
    margin: 0;
}

@media (min-width: 1024px) {
    .cart-checkout-usps {
        max-width:100%;
        padding: 21px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cart-checkout-usps .usp-listing {
        width:20%;
        padding-right: 10px
    }
    .usp-listing .usp-logo {
        width:auto
    }
    .usp-listing .usp-content {
        padding-left:18px
    }
}
cart-items .title-wrapper-with-link {
    margin-bottom: 33px;
}
cart-items .title-wrapper-with-link h1 {
    font-size: 30px;
    line-height: 40px;
    color: #091216;
    font-weight: 500;
    letter-spacing: normal;
    display: flex;
    align-items: center;
}
cart-items .breadcrumbs {
    margin-bottom: 16px;
}
cart-items .title-wrapper-with-link h1 span {
    margin-left: 13px;
    font-size: 14px;
    line-height: 28px;
    color: #818181;
    letter-spacing: 0;
}
cart-items .title-wrapper-with-link .underlined-link {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 18px;
    line-height: 26px;
    border-color: #000;
    text-transform: capitalize;
    color: #000;
    max-width: 330px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
cart-items .title-wrapper-with-link .underlined-link:hover {
    background: -webkit-gradient(linear, left top, right top, from(#174f84), to(#174f84));
    background: linear-gradient(90deg, #174f84 0, #174f84 100%);
    color: #fff;
}
cart-items .cart__items {
    margin-bottom: 24px;
    padding: 0;
    border: 0;
}
cart-items .cart__items .cart-items thead tr th {
    font-size: 16px;
    color: #091216;
    font-weight: 500;
    padding: 11px 0;
    background-color: #f3f3f3;
    border: 1px solid #e6e6e6;
    letter-spacing: normal;
    text-transform: capitalize;
    opacity: 1;
}
cart-items .cart__items .cart-items thead tr th:first-child {
    padding-left: 19px;
    border-radius: 12px 0 0 12px;
    border-right: none;
    width: 35%;
}
cart-items .cart__items .cart-items thead tr th:nth-child(2), 
cart-items .cart__items .cart-items thead tr th:nth-child(3), 
cart-items .cart__items .cart-items thead tr th:nth-child(4) {
    border-left: none;
    border-right: none;
}
cart-items .cart__items .cart-items thead tr th:last-child {
    border-radius: 0 12px 12px 0;
    border-left: none;
    padding-right: 22px;
}
cart-items .cart__items tbody tr td {
    padding: 40px 0 45px;
    vertical-align: middle;
    border-bottom: 3px solid #f3f3f3;
}
cart-items .cart__items tbody tr .cart-item__title {
    width: 322px;
    padding-left: 31px;
    padding-right: 31px;
    display: table-cell;
}
cart-items .cart__items tbody tr .cart-item__quantity {
    padding-left: 0;
}
cart-items .cart__items tbody tr .cart-item__title .cart-item__name {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: Cubano,"Be Vietnam Pro",Arial,Helvetica,sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
cart-items .cart__items tbody tr .cart-item__details .product-option {
    font-size: 20px;
    line-height: 28px;
    color: #091216;
    font-weight: 500;
    letter-spacing: normal;
}
cart-items .cart__items tbody tr .cart-item__quantity .cart-quantity {
    border-radius: 12px;
    background-color: #deb162;
    border: 1px solid #deb162;
    height: 48px;
    max-width: 113px;
    padding: 11px;
    font-size: 16px;
    width: 100%;
}
cart-items .cart__items tbody tr .cart-item__quantity .cart-quantity .quantity__button {
    flex-shrink: inherit;
}
cart-items .cart__items tbody tr .cart-item__quantity .cart-quantity::before, 
cart-items .cart__items tbody tr .cart-item__quantity .cart-quantity::after {
    display: none;
}
cart-items .cart__items tbody tr .cart-item__totals .cart-item__price-wrapper .price {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #091216;
    font-weight: 500;
    padding-right: 35px;
    letter-spacing: normal;
}
.cart__footer .cart__ctas .cart__checkout-button {
    font-size: 20px;
    padding: 16px 18px;
    line-height: 26px;
    background: -webkit-gradient(linear, left top, right top, from(#296aa6), to(#296aa6));
    background: linear-gradient(90deg, #296aa6 0, #296aa6 100%);
    color: #fff;
    border-color: transparent;
    position: relative;
    border: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight: bold;
    letter-spacing: normal;
    border-radius: 100px;
}
.cart__footer .cart__ctas .cart__checkout-button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#174f84), to(#174f84));
    background: linear-gradient(90deg, #174f84 0, #174f84 100%);
    color: #fff;
}
.cart__footer .cart__ctas .cart__checkout-button::before, 
.cart__footer .cart__ctas .cart__checkout-button::after {
    display: none;
}
.cart__footer .totals .totals__total-value {
    font-size: 20px;
    color: #000;
    letter-spacing: normal;
}
.featured-collection .featured-categories {
    padding: 0;
}
.featured-collection .featured-categories .collection__title {
    margin-bottom: 46px;
}
.featured-collection .featured-categories .collection__title h2 {
    font-size: 30px;
    line-height: 32px;
    color: #091216;
    font-weight: 500;
    margin: 0;
    letter-spacing: normal;
    font-family: 'Cubano';
}






footer.footer {
    border-top: 1px solid #e6e6e6;
    background: #0f2530;
}
footer.footer .page-width {
    max-width: 1956px;
    padding: 0 48px;
}
footer.footer .footer__content-top {
    display: flex;
}
footer.footer .footer__content-top .footer-block--newsletter {
    width: 31%;
    max-width: 564px;
    padding-top: 22px;
    margin: 0;
    padding-right: 42px;
    display: block;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter,
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper {
    max-width: 100%;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: none;
    border-radius: 100px;
    overflow: hidden;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field::before, 
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field::after {
    display: none;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field .field__input {
    padding: 18px 0 21px 29px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    height: 60px;
    background: transparent;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field .field__input:focus {
    box-shadow: none;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field .field__label {
    display: none;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field .field__input::placeholder {
    color: #fff;
    opacity: 1;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field .newsletter-form__button {
    margin: 4px;
    background: #296aa6;
    color: #fff;
    width: 100%;
    max-width: 102px;
    height: 54px;
    padding: 13px 19px 15px 18px;
    text-align: center;
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.62;
    border-radius: 100px;
    position: static;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter .field .newsletter-form__button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#174f84), to(#174f84));
    background: linear-gradient(90deg, #174f84 0, #174f84 100%);
}
footer.footer .footer__content-top .footer-block__newsletter .footer__newsletter h3 {
    color: #fff;
}
footer.footer .footer__content-bottom-wrapper .footer__copyright ul li a:hover {
    color: #0f73c7;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li .footer-info-icons {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 1px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li .footer-info-icons svg {
    width: 15px;
    height: 23px;
    fill: #fff;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li a, 
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li address {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    position: relative;
    transition: color .1s ease-in-out;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li a:hover {
    color: #deb162;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li a:after {
    content: "";
    width: 0;
    height: 1px;
    opacity: 0;
    display: inline;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li a: after;
    background: #deb162;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-info-list li a:hover::after {
    width: 100%;
    opacity: 1;
}
footer.footer .footer__content-top .footer__blocks-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 60px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__heading {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    padding: 7.5px 0;
    margin-bottom: 1px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content li {
    line-height: 30px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content li .link {
    padding: 0;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    font-family: Be Vietnam Pro,Arial,Helvetica,sans-serif;
    font-style: normal;
    position: relative;
    text-decoration: none;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content li .link:hover {
    color: #deb162;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content li .link:hover::after {
    width: 100%;
    opacity: 1;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content li .link::after {
    content: "";
    width: 0;
    height: 1px;
    opacity: 0;
    display: inline;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    background: #deb162;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}
footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter {
    margin-bottom: 26px;
}
footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter h2 {
    font-size: 28px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    font-family: Cubano,"Be Vietnam Pro",Arial,Helvetica,sans-serif;
    margin-top: 0;
    margin-bottom: 13px;
    letter-spacing: normal;
}
footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    max-width: 377px;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social {
    justify-content: flex-start;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social .list-social__item {
    margin: 0 2.4px 6px 2.4px;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social .list-social__item .list-social__link {
    width: 48px;
    height: 48px;
    justify-content: center;
    padding: 0;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social .list-social__item .list-social__link .svg-wrapper {
    width: 23px;
    height: 23px;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social .list-social__item .list-social__link .svg-wrapper .icon {
    width: 100%;
    height: 100%;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social .list-social__item .list-social__link .svg-wrapper .icon path {
    fill: #fff;
}
footer.footer .footer__content-bottom-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: .5px solid rgba(255,255,255,.2);
    border-bottom: .5px solid rgba(255,255,255,.2);
    justify-content: flex-start;
}

footer.footer .footer__content-bottom-wrapper .footer__copyright {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}



@media (min-width: 768px) {
    .page-width {
        padding:0 48px
    }
}

@media (min-width: 1366px) {
    .page-width {
        padding:0 72px
    }
}

@media (min-width: 1920px) {
    .page-width {
        padding:0 154px
    }
}

@media (min-width: 2000px) {
    .page-width {
        padding:0 201px
    }
}

@media screen and (min-width: 990px) {
.product-grid-container .collection .grid--4-col-desktop .grid__item {
    width: calc(25% - (30px * 3/4));
    max-width: calc(25% - (30px * 3/4));
}
}

@media screen and (min-width: 750px) {
.product-grid-container .collection .product-grid {
    column-gap: 30px;
    row-gap: 13px;
}
}

@media (max-width: 767px) {
.announcement-bar-section .utility-bar .announcement-bar .announcement-bar__message {
    font-size: 13px;
}
header.header {
    grid-template-areas: "left-icons heading icons drawer";
    padding: 9px 20px;
    border-bottom: 1px solid #e6e6e6;
}
header.header header-drawer {
    grid-area: drawer;
    margin-left: 10px;
    margin-right: -1.2rem;
}
.header .header__icons .header__icon {
    margin-left: 14px;
}
.header .header__icons .header__icon .svg-wrapper {
    width: auto;
    height: auto;
}
header.header .header__icons {
    padding-right: 0;
}
header.header .header__icons .header__icon--cart {
    margin-right: 0;
}
.header .header__icons .header__icon.header__icon--cart .svg-wrapper svg {
    width: 25px;
    height: 25px;
}
.banner-section {
    background: -webkit-gradient(linear, left top, right top, from(#091216), to(#091216));
    background: linear-gradient(90deg, #091216 0, #091216 100%);
}
.banner-section .hero-slider .hero-slide .hero-slide-image-wrapper {
    display: flex;
}
.banner-section .hero-slider .hero-slide .hero-slide-image-wrapper .hero-slide-image {
    height: 360px;
    object-fit: cover;
}
.banner-section .hero-slider .hero-slide .hero-slide-content {
    padding: 40px 16px 58px 16px;
    background-color: transparent;
    position: static;
    -webkit-transform: none;
    transform: none;
}
.banner-section .hero-slider .hero-slide .hero-slide-content .hero-slide-title {
    font-size: 32px;
    margin-bottom: 16px;
}
.banner-section .hero-slider .hero-slide .hero-slide-content  .hero-slide-description {
    font-size: 16px;
    font-weight: normal;
}
.banner-section .hero-slider .hero-slide .hero-slide-content .hero-slide-action {
    padding: 10px 31px;
    margin-top: 20px;
}
.banner-section .hero-slider .swiper-button-next, .banner-section .hero-slider .swiper-button-prev {
    display: none;
}
.banner-section .hero-slider .swiper-pagination {
    display: flex;
}
.featured-categories {
    padding: 65px 0 50px;
}
.featured-categories .featured-categories__header {
    gap: 15px;
}
.featured-categories .featured-categories__header .featured-categories__header-right {
    position: absolute;
    bottom: 0;
}
.featured-categories .featured-categories__header .featured-categories__header-right .custom-pagination,
.products-tab .tabs-contents .tab-controls .custom-pagination {
    display: none;
}
.products-tab {
    padding-bottom: 30px;
}
.products-tab .tabs-contents {
    padding-bottom: 30px;
}
.products-tab .dropdown-products-menu .tabs {
    gap: 30px;
}
.products-tab .dropdown-products-menu .tab .tab-title {
    font-size: 19px;
    line-height: 20px;
}
.products-tab .tabs-contents .tab-controls {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 99;
    bottom: -30px;
}
.our-story-section .ourstory-card {
    width: 100%;
}
.our-story-section .ourstory-card.ourstory-banner-img {
    order: -1;
}
.ourstory-content {
    padding: 20px 20px 30px 20px;
}
.ourstory-content .our-story-title {
    font-size: 30px;
    margin-bottom: 12px;
    padding-top: 0;
}
.contents {
    left: 21px;
}
.main-product .product .grid__item.product__media-wrapper, 
.main-product .product .grid__item.product__info-wrapper {
    max-width: 100%;
    width: 100%;
}
.main-product .product .grid__item.product__info-wrapper {
    padding-right: 0;
}
.main-product .product .grid__item.product__info-wrapper .product__title h1 {
    font-size: 26px;
}
.main-product .product .grid__item.product__info-wrapper .price {
    line-height: 28px;
    font-weight: 500;
}
.main-product .product .grid__item.product__info-wrapper .price .price__container {
    margin: 0;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity__label {
    font-size: 14px;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity .quantity__button {
    width: 44px;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input .quantity .quantity__input {
    width: 27px;
}
.main-product .product .grid__item.product__info-wrapper .quantity-and-buy-wrapper .product-form__input+div {
    width: calc(100% - 117px);
    padding-left: 10px;
}
.main-product .product .grid__item.product__info-wrapper .accordion {
    border-top: 3px solid #e6e6e6;
}
.main-product .product .grid__item.product__info-wrapper .accordion .acc-item .acc-btn, .custom_accordion .acc-item .acc-btn {
    font-size: 18px;
    font-weight: normal;
    padding: 13px 67px 14px 0;
    border-bottom: 3px solid #e6e6e6;
}
.main-product .product .grid__item.product__media-wrapper #accordion {
    display: none;
}
.main-product .product .grid__item.product__info-wrapper .accordion .custom_accordion {
    display: block !important;
}
.productDetails-list .custom-data {
    width: calc(100% - 66px);
}
.collection-hero .collection-hero__inner .breadcrumbs {
    padding-top: 10px;
    margin-bottom: 17px;
}
.collection-hero .collection-hero__inner .collection-hero__title {
    font-size: 24px;
}
.facets-wrapper .facets-container-drawer {
    margin-bottom: 20px;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper .mobile-facets__open-wrapper {
    padding: 11.5px 10px 11.5px 14px;
}
.facets-wrapper .facets-container-drawer .mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__open  .mobile-facets__open-label {
    font-size: 16px;
    line-height: 26px;
}
.facets-wrapper .facets-container-drawer .product-count {
    margin-right: 0;
}
.facets-wrapper .facets-container-drawer .product-count .product-count__text {
    font-size: 14px;
    line-height: 26px;
}
.product-card span {
    font-size: 14px;
    line-height: 26px;
    margin: 16px 0 3px;
}
.product-card h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.product-card p {
    font-size: 16px;
    line-height: 26px;
}
.product-card .product-image-wrap .cart-action-buttons {
    padding: 0 7px 8px;
}
.product-card .product-image-wrap .btn-add-to-cart {
    font-size: 13px;
    line-height: 14px;
    padding: 8px 5px;
}
.product-grid-container .pagination-wrapper .pagination__list li .pagination__item {
    padding: 10px 20px;
}
.product-grid-container .collection .product-grid {
    column-gap: 15px;
    row-gap: 3px;
}
.product-grid-container .collection .grid--2-col-tablet-down .grid__item {
    width: calc(50% - (15px * 1/2));
}
.about-hero .about-hero-wrapper .about-image-wrapper {
    min-height: 300px;
}
.about-hero .about-hero-wrapper .about-image-wrapper .about-hero-title {
    display: none;
}
.about-hero .about-hero-wrapper .about-hero-content {
    display: block !important;
    padding: 21px 21px 42px 21px;
}
.about-hero .about-hero-wrapper .about-hero-content p {
    font-family: Arial, sans-serif;
    font-size: 40px;
    line-height: 1.5;
    margin-top: 8px;
    color: #444444;
    text-transform: uppercase;
}
.about-video .about-video-wrapper .about-video-box, 
.about-video .about-video-wrapper .about-content-box {
    max-width: 100%;
}
.about-two-images .about-two-images-heading h2 {
    font-size: 30px;
    line-height: 1.2;
}
.about-two-images .about-two-images-wrapper .about-left-image-wrapper, 
.about-two-images .about-two-images-wrapper .about-right-image-wrapper {
    max-width: 100%;
}
.about-two-images .about-two-images-heading {
    margin: 0 auto 30px;
}
.about-two-images .about-two-images-heading.bottom {
    margin-top: 30px;
}
.o-container__events .slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.o-container__events .slick-dots li {
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.o-container__events .slick-dots li button {
    vertical-align: middle;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}
.community-involvement .community-image-wrapper {
    min-height: 300px;
}
.community-involvement .community-image-wrapper .community-hero-title {
    display: none;
}
.community-involvement .community-hero-content {
    display: block !important;
    padding: 21px 21px 42px 21px;
}
.community-involvement .community-hero-content h2 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    color: #444444;
    letter-spacing: normal;
}
.community-involvement .community-hero-content p {
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    color: #444444;
    line-height: 1.5;
}
.community-involvement .community-hero-content a {
    background: rgba(227, 176, 75, 1);
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 24px;
    outline: none;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 25px;
    font-family: inherit;
    display: inline-block;
    text-transform: uppercase;
}
.shopify-policy__container .shopify-policy__title h1 {
    font-size: 45px;
}
.shopify-policy__container .shopify-policy__body p,
.shopify-policy__container .shopify-policy__body ul li {
    font-size: 17px;
}
.contact-info .contact-info-wrapper h1 {
    font-size: 26px;
}
.contact-info .contact-info-wrapper h2,
.contact-info .contact-info-wrapper h3 {
    font-size: 24px;
}
cart-items .cart__items .cart-items thead tr th {
    background-color: transparent;
    border: 0;
}
cart-items .cart__items .cart-items thead tr th:first-child {
    padding-left: 0;
}
cart-items .cart__items tbody tr .cart-item__title {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
cart-items .cart__items tbody tr .cart-item__title .cart-item__name {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
cart-items .cart__items tbody tr .cart-item__totals .cart-item__price-wrapper .price {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
}
cart-items .title-wrapper-with-link {
    margin-bottom: 20px;
    justify-content: center;
}
cart-items .title-wrapper-with-link h1 {
    font-size: 26px;
    width: 100%;
    justify-content: space-between;
}
cart-items .cart__items tbody tr td {
    padding: 0;
    border-bottom: 0;
}
cart-items .title-wrapper-with-link .underlined-link {
    font-size: 14px;
    padding: 11px 18px;
}
.cart__footer .cart__ctas .cart__checkout-button {
    font-size: 16px;
    padding: 12px 18px;
}
.featured-collection .featured-categories {
    padding: 0 0 50px;
}
.featured-collection .featured-categories .collection__title {
    margin-bottom: 30px;
}
.featured-collection .featured-categories .collection__title h2 {
    font-size: 22px;
    line-height: 32px;
}





footer.footer .footer__content-top {
    flex-wrap: wrap;
    padding: 0 20px;
}
footer.footer .footer__content-top .footer-block--newsletter {
    padding-top: 0;
    padding-right: 0;
}
footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter {
    text-align: left;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social {
    justify-content: center;
}
footer.footer .footer__content-top .footer__blocks-wrapper {
    padding-left: 0;
    padding-top: 33px;
    padding-bottom: 0;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block {
    margin: 0 0 14px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__heading {
    margin-top: 14px;
    position: relative;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    opacity: .5;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block:first-child::before {
    display: none;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__heading .cavio-dropdown-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    display: block !important;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__heading.active .cavio-dropdown-nav {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__heading .cavio-dropdown-nav svg {
    width: 22px;
    height: 13px;
    fill: white;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block .footer-block__details-content {
    margin: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content li .link {
    line-height: 30px;
}
footer.footer .footer__content-bottom-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social .list-social__item .list-social__link .svg-wrapper {
    width: 30px;
    height: 30px;
}
}