/** Shopify CDN: Minification failed

Line 390:12 Expected identifier but found whitespace
Line 390:14 Unexpected "{"
Line 390:31 Expected ":"
Line 391:8 Expected identifier but found whitespace
Line 391:10 Unexpected "{"
Line 391:20 Expected ":"
Line 393:19 Expected identifier but found whitespace
Line 393:21 Unexpected "{"
Line 393:31 Expected ":"
Line 396:8 Expected identifier but found whitespace
... and 211 more hidden warnings

**/
@charset "UTF-8";




/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Common */
html::before {
  display: none;
  content: "XS,S,M,L";
}
html::after {
  display: none;
  content: "XS";
}
@media screen and (min-width: 576px) {
  html::after {
    content: "S";
  }
}
@media screen and (min-width: 768px) {
  html::after {
    content: "M";
  }
}
@media screen and (min-width: 960px) {
  html::after {
    content: "L";
  }
}

.btncustom{
   padding: 0.8em 32px 0.8em !important;
}
 
@media (min-width: 768px){
h2.blog-posts__heading span {
    font-family: 'biancoserif';
    font-style: italic;
    font-size: 35px;
    font-weight: 500;
}
h2.blog-posts__heading {
    font-family: 'biancoserif';
    font-weight: 900;
    font-size: 35px;
}
}


@media (max-width: 767px){
h2.blog-posts__heading span {
    font-family: 'biancoserif';
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
}
h2.blog-posts__heading {
    font-family: 'biancoserif';
    font-weight: 900;
    font-size: 30px;
}
}
  
@media (min-width: 1025px){
  
  .blog-article__excerpt p {
      text-align: left !important;
      border-top: 1px solid #153c53;
      padding-top: 25px;
      height: 140px;
  }
  
  .blog-article__title {
     margin: 0;
     text-align: left;
     font-family: 'biancoserif' !important;
     font-weight: 600;
     font-size: 20px;
     height: 60px;
   }
  
}


@media (min-width: 768px) and (max-width: 1024px){
  
  .blog-article__excerpt p {
      text-align: left !important;
      border-top: 1px solid #153c53;
      padding-top: 35px;
      font-size: 16px;
      height: 150px;
  }
  
   .blog-article__title {
     margin: 0;
     text-align: left;
     font-family: 'biancoserif' !important;
     font-weight: 600;
     font-size: 19px;
     height: 80px;
   }
  
}

@media (max-width: 767px){
  
  .blog-article__excerpt p {
      text-align: center !important;
      border-top: 1px solid #153c53;
      padding-top: 35px;
  }
  
  .blog-article__title {
     margin: 0;
     text-align: center;
     font-family: 'biancoserif' !important;
     font-weight: 600;
     font-size: 19px;
   }
  
  .btnglog{
  	text-align: center;
  }
  
}


.btnglog a {
    font-size: 13px;
}


section.blog-posts {
    margin: 3rem 24px;
}

.blog-posts .flickity-viewport {
  transition: height 0.4s ease-in-out;
}

.blog-posts__header {
  max-width: 1200px;
  margin: 2.5rem auto;
}
.section-with-sidebar__wrapper .blog-posts__header {
  margin-top: 0;
}

.blog-posts__heading {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog-posts__heading {
    padding: 2.5rem 0 0.75rem;
  }
}
.main-content--section-headings-left .blog-posts__heading {
  text-align: left;
}
.section-with-sidebar__wrapper .blog-posts__heading {
  padding-top: 0;
  margin-top: 0;
}

.blog-posts__wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 2.5rem;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .blog-posts__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    justify-items: center;
    padding: 0;
  }
  .main-content--section-headings-left .blog-posts__wrapper {
    justify-items: start;
  }
}

.blog-posts__wrapper--2-column {
  grid-template-columns: repeat(2, 1fr);
}

.blog-posts__wrapper--3-column {
  grid-template-columns: repeat(3, 1fr);
}

.blog-template--width-wide {
  left: 50%;
  margin-left: calc(-50vw + (var(--scrollbar-width) / 2));
  margin-right: calc(-50vw + (var(--scrollbar-width) / 2));
  max-width: calc(100vw - var(--scrollbar-width));
  position: relative;
  right: 50%;
  width: calc(100vw - var(--scrollbar-width));
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  .blog-template--width-wide {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .blog-template--width-wide {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .blog-template--width-wide {
    margin-top: 0;
  }
}

.blog-template__content-wrapper {
  margin: 1.5rem 24px;
}
@media screen and (min-width: 576px) {
  .blog-template__content-wrapper {
    margin: 1.5rem 32px;
  }
}
@media screen and (min-width: 768px) {
  .blog-template__content-wrapper {
    margin: 2rem 40px;
  }
}
@media screen and (min-width: 960px) {
  .blog-template__content-wrapper {
    margin: 2rem 56px;
  }
}

.blog-template__sidebar--hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .blog-template__sidebar--hide-mobile {
    display: block;
  }
}

.blog-template__bottom-sidebar {
  display: block;
}
@media screen and (min-width: 768px) {
  .blog-template__bottom-sidebar {
    display: none;
  }
}

.section-with-sidebar_wrapper .blog-template__blog-posts {
  margin: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
  .section-with-sidebar_wrapper .blog-template__blog-posts {
    margin: 3.5rem 0 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-with-sidebar_wrapper .blog-template__blog-posts {
    flex: 1 1 auto;
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .section-with-sidebar_wrapper .blog-template__blog-posts {
    margin: 0 0 0 40px;
  }
}

.blog-template__header {
  max-width: 1200px;
  margin: 2.5rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section-with-sidebar__wrapper .blog-template__header {
  margin-top: 0;
}
.blog-template__header .breadcrumbs {
  margin: 0 auto;
}
.main-content--section-headings-left .blog-template__header .breadcrumbs {
  margin: 0;
}
@media screen and (min-width: 576px) {
  .blog-template__header .breadcrumbs {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 576px) {
  .blog-template__banner ~ .blog-template__header {
    margin: 2.5rem auto;
  }
}

.blog-template__tag-wrapper {
  width: 100%;
  margin: 0 0.75rem;
}
.main-content--section-headings-left .blog-template__tag-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .blog-template__tag-wrapper {
    width: auto;
    margin: 0 auto;
  }
}

.blog-template__blog-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 0.5rem;
  margin: 0;
  list-style-type: none;
}
.main-content--section-headings-left .blog-template__blog-tags {
  justify-content: flex-start;
}
.blog-template__blog-tags li {
  margin: 0;
}

.blog-template__blog-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0;
  font-size: {{ font_body_ratio | times: 0.8125 | append: 'rem' }};
  color: {{ settings.regular_color }};
  text-decoration: none;
  background-color: {{ settings.regular_color | color_modify: 'alpha', 0.1 }};
  border-radius: 1.25rem;
  margin: 0.75rem 0.5rem 0.5rem 0;
  color: {{ settings.regular_color }};
}
.blog-template__blog-tag:visited {
  color: {{ settings.regular_color }};
}
.blog-template__blog-tag:visited {
  color: {{ settings.regular_color }};
}
.blog-template__blog-tag:hover, .blog-template__blog-tag:focus {
  color: {{ settings.regular_color }};
}

.blog-template__content {
  width: 100%;
}

.blog-template__heading {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog-template__heading {
    padding: 2.5rem 0 0.75rem;
  }
}
.main-content--section-headings-left .blog-template__heading {
  text-align: left;
}
.section-with-sidebar__wrapper .blog-template__heading {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  .blog-template__heading {
    padding-top: 0;
  }
}

.blog-template__text {
  text-align: center;
}

.blog-template__banner .image-with-text-overlay__heading {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.blog-template__wrapper {
  width: 100%;
}

.blog-template__blog-posts {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px 24px;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 576px) {
  .blog-template__blog-posts {
    grid-gap: 40px 32px;
  }
}
.section-with-sidebar__wrapper .blog-template__blog-posts {
  margin: 1.5rem 0 2.5rem;
}
@media screen and (min-width: 576px) {
  .section-with-sidebar__wrapper .blog-template__blog-posts {
    margin: 1.5rem 0 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-with-sidebar__wrapper .blog-template__blog-posts {
    flex: 1 1 auto;
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .section-with-sidebar__wrapper .blog-template__blog-posts {
    margin: 0 0 0 40px;
  }
}
.blog-template__blog-posts.blog-template__blog-posts--1-column {
  max-width: 800px;
}

@media screen and (min-width: 576px) {
  .blog-template__blog-posts--2-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 576px) {
  .blog-template__blog-posts--3-column {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 576px) {
  .blog-template__blog-posts--4-column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .blog-template__blog-posts--4-column {
    grid-template-columns: repeat(4, 1fr);
  }
}




  
  /* Snippets */
.blog-article {
  display: block;
  width: 100%;
  margin: 0;
}
.blog-posts__wrapper--1-column .blog-article {
  margin: 0;
}

.blog-article__image {
  position: relative;
  display: block;
  margin: 0 0 1.5rem;
}
.blog-article__image img {
  display: block;
  width: 100%;
}

.blog-article__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0 0.5rem;
}

.blog-article__tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0;
  font-size: {{ font_body_ratio | times: 0.8125 | append: 'rem' }};
  color: {{ settings.regular_color }};
  text-decoration: none;
  background-color: {{ settings.regular_color | color_modify: 'alpha', 0.1 }};
  border-radius: 1.25rem;
  margin: 0 0.5rem 0.5rem 0;
}
.blog-article__tag:visited {
  color: {{ settings.regular_color }};
}



.blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0;
  font-size: {{ font_body_ratio | times: 0.875 | append: 'rem' }};
}
.blog-article__meta span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.blog-article__meta span::after {
  position: relative;
  margin: 0 0.5rem;
  content: "·";
}
.blog-article__meta span:last-child::after {
  content: none;
}

.blog-article__comments {
  color: {{ settings.regular_color }};
  text-decoration: none;
}
.blog-article__comments:hover {
  color: {{ settings.regular_color }};
}

.blog-article__excerpt {
  margin: 1rem 0 0;
}

.blog-article__link {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: {{ settings.link_color }};
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: color 0.2s ease-in-out;
  margin: 1.5rem 0 0;
  border-radius: 12px !important;
  font-family: 'biancosans' !important;
  font-size: 15px !important;
}
.blog-article__link::after {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  cursor: pointer;
  content: "";
  background-color: {{ settings.link_color }};
  transform: translateY(0.25rem);
}
.blog-article__link:hover {
  color: {{ settings.link_hover_color }};
}
.blog-article__link:hover::after {
  background-color: {{ settings.link_hover_color }};
}




.mobile-carousel__pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mobile-carousel__pagination-item {
  margin: 0 0.5rem 0 0;
}
.mobile-carousel__pagination-item:last-child {
  margin-right: 0;
}

.mobile-carousel__pagination-button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: {{ settings.regular_color }};
  border: none;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.mobile-carousel__pagination-button[data-selected=true] {
  opacity: 1;
  transform: scale(1.25);
}


/* #Flickity v2.2.1 https://flickity.metafizzy.co
================================================== */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.slideshow {
  position: relative;
}
.slideshow .flickity-button {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .slideshow .flickity-button {
    display: block;
  }
}
.slideshow .flickity-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.875rem;
  transform: translate(-50%, -50%);
}
.slideshow .flickity-button.next {
  right: 0.5rem;
}
.slideshow .flickity-button.next::after {
  margin-left: 1px;
  content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23{{ color_text_encoded }}"/%3E%3C/svg%3E');
}
.slideshow .flickity-button.next:hover::after {
  content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.35355 0.646447C1.15829 0.451184 0.841709 0.451184 0.646447 0.646447C0.451184 0.841709 0.451184 1.15829 0.646447 1.35355L1.35355 0.646447ZM7 7L7.35355 7.35355C7.54882 7.15829 7.54882 6.84171 7.35355 6.64645L7 7ZM0.646447 12.6464C0.451184 12.8417 0.451184 13.1583 0.646447 13.3536C0.841709 13.5488 1.15829 13.5488 1.35355 13.3536L0.646447 12.6464ZM0.646447 1.35355L6.64645 7.35355L7.35355 6.64645L1.35355 0.646447L0.646447 1.35355ZM6.64645 6.64645L0.646447 12.6464L1.35355 13.3536L7.35355 7.35355L6.64645 6.64645Z" fill="%23{{ color_link_encoded }}"/%3E%3C/svg%3E');
}
.slideshow .flickity-button.previous {
  left: 0.5rem;
}
.slideshow .flickity-button.previous::after {
  margin-right: 1px;
  content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23{{ color_text_encoded }}"/%3E%3C/svg%3E');
}
.slideshow .flickity-button.previous:hover::after {
  content: url('data:image/svg+xml,%3Csvg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L6.64645 0.646447ZM1 7L0.646447 7.35355C0.451184 7.15829 0.451184 6.84171 0.646447 6.64645L1 7ZM7.35355 12.6464C7.54882 12.8417 7.54882 13.1583 7.35355 13.3536C7.15829 13.5488 6.84171 13.5488 6.64645 13.3536L7.35355 12.6464ZM7.35355 1.35355L1.35355 7.35355L0.646447 6.64645L6.64645 0.646447L7.35355 1.35355ZM1.35355 6.64645L7.35355 12.6464L6.64645 13.3536L0.646447 7.35355L1.35355 6.64645Z" fill="%23{{ color_link_encoded }}"/%3E%3C/svg%3E');
}
.slideshow .flickity-button .flickity-button-icon {
  display: none;
}
.slideshow .flickity-button:focus {
  border: 1px solid {{ settings.link_color }};
}
.slideshow .flickity-viewport {
  transition: height 0.3s ease;
}
.slideshow .flickity-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .slideshow .flickity-button {
    display: block;
  }
}
.slideshow .flickity-button.previous {
  left: -1.5rem;
}
@media screen and (min-width: 960px) {
  .slideshow .flickity-button.previous {
    left: -3rem;
  }
}
@media screen and (min-width: 1350px) {
  .slideshow .flickity-button.previous {
    left: -4.5rem;
  }
}
.slideshow .flickity-button.next {
  right: -1.5rem;
}
@media screen and (min-width: 960px) {
  .slideshow .flickity-button.next {
    right: -3rem;
  }
}
@media screen and (min-width: 1350px) {
  .slideshow .flickity-button.next {
    right: -4.5rem;
  }
}
.slideshow.slideshow--nav-style-dots .flickity-button {
  display: none;
}

.slideshow--width-wide {
  left: 50%;
  margin-left: calc(-50vw + (var(--scrollbar-width) / 2));
  margin-right: calc(-50vw + (var(--scrollbar-width) / 2));
  max-width: calc(100vw - var(--scrollbar-width));
  position: relative;
  right: 50%;
  width: calc(100vw - var(--scrollbar-width));
}
.shopify-section:first-child .slideshow--width-wide {
  margin-top: 0;
}
.slideshow--width-wide .flickity-button.previous {
  left: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .slideshow--width-wide .flickity-button.previous {
    left: 1.5rem;
  }
}
.slideshow--width-wide .flickity-button.next {
  right: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .slideshow--width-wide .flickity-button.next {
    right: 1.5rem;
  }
}

.slideshow__wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
}
.slideshow--width-wide .slideshow__wrapper {
  max-width: none;
  margin: 0;
}

.slideshow-slide {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.flickity-enabled .slideshow-slide, .slideshow-slide:nth-of-type(1) {
  display: block;
}
.is-fade .slideshow-slide {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}
.is-fade .slideshow-slide.is-selected {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .slideshow--height-mobile-small .slideshow-slide {
    height: 18.75rem;
  }
}
@media screen and (max-width: 767px) {
  .slideshow--height-mobile-medium .slideshow-slide {
    height: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .slideshow--height-mobile-large .slideshow-slide {
    height: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .slideshow--height-mobile-full .slideshow-slide {
    height: 100vh;
    min-height: 18.75rem;
  }
  .site-header--sticky .slideshow--height-mobile-full .slideshow-slide {
    height: calc(100vh - var(--header-height));
  }
}
@media screen and (min-width: 768px) {
  .slideshow--height-small .slideshow-slide {
    height: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .slideshow--height-medium .slideshow-slide {
    height: 31.25rem;
  }
}
@media screen and (min-width: 768px) {
  .slideshow--height-large .slideshow-slide {
    height: 37.5rem;
  }
}
@media screen and (min-width: 768px) {
  .slideshow--height-full .slideshow-slide {
    height: 100vh;
    min-height: 18.75rem;
  }
  .site-header--sticky .slideshow--height-full .slideshow-slide {
    height: calc(100vh - var(--header-height));
  }
}

@media screen and (max-width: 767px) {
  .shopify-section:first-child .slideshow--height-mobile-full .slideshow-slide {
    height: calc(100vh - var(--announcement-height) - var(--header-height));
  }
}

@media screen and (min-width: 768px) {
  .shopify-section:first-child .slideshow--height-full .slideshow-slide {
    height: calc(100vh - var(--announcement-height) - var(--utility-height) - var(--header-height));
  }
  .main--transparent-header .shopify-section:first-child .slideshow--height-full .slideshow-slide {
    height: calc(100vh - var(--announcement-height));
  }
}

.slideshow-slide__background-link,
.slideshow-slide__image-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow-slide__background-link {
  cursor: pointer;
}

.slideshow-slide__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .slideshow-slide__image.slideshow-slide__image--mobile {
    display: none;
  }
}
.slideshow-slide__image.slideshow-slide__image--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .slideshow-slide__image.slideshow-slide__image--desktop {
    display: block;
  }
}

.slideshow-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 2.5rem;
  margin: 0;
}
.slideshow--width-wide .slideshow-slide__content {
  padding: 1.5rem 24px;
}
@media screen and (min-width: 576px) {
  .slideshow--width-wide .slideshow-slide__content {
    padding: 1.5rem 32px;
  }
}
@media screen and (min-width: 768px) {
  .slideshow--width-wide .slideshow-slide__content {
    padding: 2.5rem 40px;
  }
}
@media screen and (min-width: 960px) {
  .slideshow--width-wide .slideshow-slide__content {
    padding: 2.5rem 56px;
  }
}
@media screen and (min-width: 1200px) {
  .slideshow--width-wide .slideshow-slide__content {
    left: 50%;
    max-width: 1312px;
    transform: translateX(-50%);
  }
}
.slideshow-slide--text-position-top-center .slideshow-slide__content, .slideshow-slide--text-position-center .slideshow-slide__content, .slideshow-slide--text-position-bottom-center .slideshow-slide__content {
  text-align: center;
}
.slideshow-slide--text-position-top-right .slideshow-slide__content, .slideshow-slide--text-position-center-right .slideshow-slide__content, .slideshow-slide--text-position-bottom-right .slideshow-slide__content {
  text-align: right;
}
.slideshow-slide--text-position-center-left .slideshow-slide__content, .slideshow-slide--text-position-center .slideshow-slide__content, .slideshow-slide--text-position-center-right .slideshow-slide__content {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .slideshow--width-wide .slideshow-slide--text-position-center-left .slideshow-slide__content, .slideshow--width-wide .slideshow-slide--text-position-center .slideshow-slide__content, .slideshow--width-wide .slideshow-slide--text-position-center-right .slideshow-slide__content {
    transform: translate(-50%, -50%);
  }
}
.slideshow-slide--text-position-bottom-left .slideshow-slide__content, .slideshow-slide--text-position-bottom-center .slideshow-slide__content, .slideshow-slide--text-position-bottom-right .slideshow-slide__content {
  top: auto;
  bottom: 0;
}

.slideshow-slide__content-background-link {
  display: block;
  text-decoration: none;
}

.slideshow-slide__heading {
  font-family: {{ fonts_headline__font_family }};
  font-style: {{ fonts_headline__font_style }};
  font-weight: {{ fonts_headline__font_weight }};
  font-size: var(--font-size-heading-2);
  line-height: 1.3;
  text-decoration: none;
  text-transform: {{ settings.banner_heading_case }};
  letter-spacing: {{ settings.banner_heading_spacing | append: 'px' }};
  margin: 0 0 0.5rem;
  color: var(--slide-text-color);
}
@media screen and (min-width: 768px) {
  .slideshow-slide__heading {
    font-size: {{ settings.slideshow_headline_size | divided_by: base_size_float | append: 'rem' }};
  }
}
{%- if settings.banner_heading_weight != 'regular' -%}
.slideshow-slide__heading {
    font-weight: {{ settings.banner_heading_weight }};
  }
{%- endif -%}
@media screen and (min-width: 768px) {
  .slideshow-slide__heading {
    font-size: {{ settings.slideshow_headline_size | divided_by: base_size_float | append: 'rem' }};
  }
}
.slideshow-slide__heading a {
  color: inherit;
  text-decoration: none;
}
.slideshow-slide__heading a:visited, .slideshow-slide__heading a:hover, .slideshow-slide__heading a:focus, .slideshow-slide__heading a:active {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .slideshow-slide__heading {
    margin: 0 0 0.75rem;
  }
}

.slideshow-slide__subheading {
  font-family: {{ fonts_slideshow_subtitle__font_family }};
  font-style: {{ fonts_slideshow_subtitle__font_style }};
  font-weight: {{ fonts_slideshow_subtitle__font_weight }};
  font-size: {{ font_body_ratio | append: 'rem' }};
  line-height: 1.5;
  text-decoration: none;
  text-transform: {{ settings.slideshow_subtitle_font_style }};
  margin-bottom: 1rem;
  color: var(--slide-text-color);
}
@media screen and (min-width: 768px) {
  .slideshow-slide__subheading {
    font-size: {{ settings.slideshow_subtitle_size | divided_by: base_size_float | append: 'rem' }};
  }
}

.slideshow-slide__button {
  font-family: {{ fonts_button_font_family }};
  font-style: {{ fonts_button_font_style }};
  font-weight: {{ fonts_button_font_weight }};
  display: inline-block;
  line-height: 1.4;
  color: {{ settings.btn_text_color }};
  text-decoration: none;
  text-transform: {{ settings.button_font_style }};
  letter-spacing: {{ settings.button_letter_spacing | append: 'px' }};
  cursor: pointer;
  background-color: {{ settings.btn_color }};
  border: 1px solid {{ settings.btn_color }};
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
  padding: 0.75rem 1rem;
  font-size: {{ font_button_ratio | append: 'rem' }};
}
.slideshow-slide__button:visited {
  color: {{ settings.btn_text_color }};
}
.slideshow-slide__button:hover:not(:disabled), .slideshow-slide__button:focus, .slideshow-slide__button:active {
  color: {{ settings.btn_text_hover_color }};
  background-color: {{ settings.btn_hover_color }};
  border: 1px solid {{ settings.btn_hover_color }};
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.slideshow-slide__button:disabled, .slideshow-slide__button.disabled {
  cursor: not-allowed !important;
  opacity: 0.4;
}
{%- if settings.button_corners == 'rounded' -%}
.slideshow-slide__button {
    border-radius: 0.25rem;
  }
{%- elsif settings.button_corners == 'curved' -%}
.slideshow-slide__button {
    border-radius: 1.75rem;
  }
{%- endif -%}

.slideshow-slide__button--secondary {
  font-family: {{ fonts_button_font_family }};
  font-style: {{ fonts_button_font_style }};
  font-weight: {{ fonts_button_font_weight }};
  display: inline-block;
  line-height: 1.4;
  color: {{ settings.btn_text_color }};
  text-decoration: none;
  text-transform: {{ settings.button_font_style }};
  letter-spacing: {{ settings.button_letter_spacing | append: 'px' }};
  cursor: pointer;
  background-color: {{ settings.btn_color }};
  border: 1px solid {{ settings.btn_color }};
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
  padding: 0.75rem 1rem;
  font-size: {{ font_button_ratio | append: 'rem' }};
  color: {{ settings.btn_color }};
  background-color: transparent;
  border: 1px solid {{ settings.btn_color }};
}
.slideshow-slide__button--secondary:visited {
  color: {{ settings.btn_text_color }};
}
.slideshow-slide__button--secondary:hover:not(:disabled), .slideshow-slide__button--secondary:focus, .slideshow-slide__button--secondary:active {
  color: {{ settings.btn_text_hover_color }};
  background-color: {{ settings.btn_hover_color }};
  border: 1px solid {{ settings.btn_hover_color }};
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}
.slideshow-slide__button--secondary:disabled, .slideshow-slide__button--secondary.disabled {
  cursor: not-allowed !important;
  opacity: 0.4;
}
.slideshow-slide__button--secondary:visited {
  color: {{ settings.btn_color }};
}
.slideshow-slide__button--secondary:hover:not(:disabled), .slideshow-slide__button--secondary:focus, .slideshow-slide__button--secondary:active {
  color: {{ settings.btn_text_color }};
  background-color: {{ settings.btn_color }};
  border: 1px solid {{ settings.btn_color }};
}
{%- if settings.button_corners == 'rounded' -%}
.slideshow-slide__button--secondary {
    border-radius: 0.25rem;
  }
{%- elsif settings.button_corners == 'curved' -%}
.slideshow-slide__button--secondary {
    border-radius: 1.75rem;
  }
{%- endif -%}

.slideshow-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow-pagination {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .slideshow-pagination {
    bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .slideshow--nav-style-buttons .slideshow-pagination {
    display: none;
  }
}

.slideshow-pagination__dot {
  display: inline-block;
  margin: 0;
}

.slideshow-pagination__button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  margin: 0 0.375rem;
  overflow: hidden;
  cursor: pointer;
  background: var(--slide-text-color);
  border: none;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.slideshow-pagination__button[data-selected=true] {
  cursor: default;
  opacity: 1;
}

.titleregister, .titlelogin {
   font-family: 'bianco' !important;
}

@media (min-width: 768px){
  .column--order-push-desktop {
    margin-top: 30px;
  }
}










