/** Shopify CDN: Minification failed

Line 8:0 Unexpected "$"

**/
/*================ Blog Variables ================*/
/* Colors */
$color-text: #1a1a1a;
$color-link: #000;
$color-link-hover: rgba(0,0,0,0.8);
$color-border: #f2f2f2;
$color-gold: #CBAA78;
$color-gray: #808084;
$color-lightest-gray: #F2F2F2;

/* Typography */
$font-stack-heading: "libre-caslon", "Georgia", serif;
$font-stack-body: Roboto, sans-serif;
$font-weight-body: 400;
$font-weight-body--semibold: 500;
$font-weight-body--bold: 700;
$font-size-base: 14px;

/* Spacing */
$section-spacing: 60px;
$section-spacing-small: 30px;
$section-spacing-large: 90px;
$text-spacing: 20px;
$gutter-site: 30px;
$gutter-site-mobile: 18px;
$grid-gutter: 30px;

/* Breakpoints */
$grid-medium: 750px;
$grid-large: 1024px;

/* Mixins used in blog styles */
/* vertical-align mixin */
.vertical-align-helper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* center-align mixin */
.center-align-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* em function replacement - calculate manually or use rem */

 .more-articles .article-item.article-item--even {
    margin-top: 0;
}  

/*============================================================================
  Blog
==============================================================================*/
.blog-listing {
  padding: 0;
}


.blog-listing .pagination {
  padding-top: 0;
}

/* Mobile: single column (visible on mobile only) */
.blog-mobile {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 750px) {
  .blog-mobile {
    display: none;
  }
}

/* Desktop: two columns (visible on desktop only) */
.blog-columns {
  display: none;
}

@media only screen and (min-width: 750px) {
  .blog-columns {
    display: flex;
    gap: 128px;
  }
}

.blog-column {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.blog-column--left {
  /* No extra padding needed with gap */
}

.blog-column--right {
  margin-top: 128px;
}

.article-item {
  margin-bottom: 32px;
}

.article-item .go-link {
  font-size: 14px;
  letter-spacing: 1px;
}

.article-item__inner {
  max-width: unset;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  .article-item__inner {
    margin: 0;
  }
  .article-item {
    margin-bottom: 64px;
  }
}

.article-item__image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%; /* 400 x 300 */
  margin-bottom: 20px;
  background: rgba(0,0,0,0.05);
}

.article-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.article-item__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.article-item__img.article-item__img--none {
  max-width: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.article__date, .article__author {
  color: #1a1a1a;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1.25px;
}

.article-item .article__date {
  margin-bottom: 10px;
}

.article-item__title {
  font-size: 22px;
  letter-spacing: -.5px;
  margin-bottom: 10px;
}

.article-item__excerpt {
  margin-bottom: 20px;
}

/*================ Blog Article ================*/
.article__title {
  font-size: 42px;
  letter-spacing: -0.15rem;
  line-height: 1;
}

@media only screen and (min-width: 750px) {
  .article__title {
    font-size: 52px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.article__author {
  display: block;
  margin-bottom: 30px;
}

.article__img {
  width: 100%;
}

.article__content {
  position: relative;
  padding: 0 18px;
}

@media only screen and (max-width: 749px) {
  .article__content {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 750px) {
  .article__content {
    padding: 0 108px;
  }
}

.article__content .rte {
  position: relative;
}

.article__social a {
  color: #444;
}

.article__social a:hover {
  color: #000;
}

.article__social .icon {
  width: 26px;
  height: 26px;
}

.article__social--sticky {
  position: absolute;
  top: 0;
  left: -108px;
  width: 108px;
}

.article__social--sticky.fixed {
  position: fixed;
  top: 30px;
  left: 0;
}

.article__social--sticky.fixed.bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  left: -108px !important;
}

.article__social--sticky a {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.article__social--footer {
  margin-bottom: 30px;
}

.article__social--footer a {
  margin-right: 15px;
}

.article__tags {
  position: relative;
  padding-left: 52px;
}

.article__tags-title {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}

.article__tags-list li {
  margin: 0 5px 10px;
  display: inline-block;
}

.article__tags-list a {
  color: #1a1a1a;
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.article__tags-list a:hover {
  color: #000;
}

.more-articles .page-section__title {
  font-size: 32px;
  letter-spacing: -1px;
}

.more-articles .article-item.article-item--even {
  margin-top: 0;
}

/* Sidebar */
.sidebar {
  margin-top: 40px;
}

.sidebar__list {
  list-style: none;
  margin-bottom: 30px;
}

.sidebar__list li {
  margin-bottom: 10px;
}

/* Comments */
.comment {
  margin-bottom: 30px;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment__content {
  margin-bottom: 5px;
}

.comment__meta-item {
  margin-right: 10px;
  font-size: 14px;
}

.comment__meta-item:first-child::before {
  content: '\2014 \0020';
}

/* Blog listing specific */
.blog-listing#rolex .grid.grid--uniform {
  margin: 0;
}