Below is the CSS that was on your site prior to the template installation. You can move it back to CSS if you’d like.

// PRIOR CSS BEFORE GHOST TEMPLATE INSTALLATION //

// COMMERCE //

.view-list .product-mark.sold-out {
    position: absolute;
    top: 10px;
    left: 10px;
      background: #1b4f72;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
  border-radius: 15px;
}

.header-nav-folder-content {
border-radius: 15px;
}
.sqs-block-image .design-layout-collage .image-card {
  border-radius: 15px!important;
}

@media screen and (max-width: 767px) {
.header-menu-nav-item a {
  font-size: 30px;
}
}

@media screen and (max-width: 767px) {
.header--menu-open .header-menu .header-menu-cta a {
  font-size: 25px;
}
}

.sqs-block-map {
  padding: 0px !important;
  margin: 15px !important;
  -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.3) !important;
  -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.3) !important;
  box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.3) !important;
}

//NAVIGATION//
.header-actions .btn, .header-menu .header-menu-cta a {
  background: linear-gradient(-45deg, #1b4f72, #85c1e9, #1b4f72);
  background-size: 400% !important;
  -webkit-animation: Gradient 10s ease infinite !important;
  -moz-animation: Gradient 10s ease infinite !important;
  animation: Gradient 10s ease infinite !important;
}

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.sqs-block-button .sqs-block-button-element--medium {
  background: linear-gradient(-45deg, #1b4f72, #85c1e9, #1b4f72);
  background-size: 400% !important;
  -webkit-animation: Gradient 10s ease infinite !important;
  -moz-animation: Gradient 10s ease infinite !important;
  animation: Gradient 10s ease infinite !important;
}

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
// Flip Over Social Icons //
.header-actions .header-actions-action--social a {
  transform: scaleX(1) !important;
  transition: all ease-in-out .5s !important;
}
.header-actions .header-actions-action--social a:hover {
  transform: scaleX(-1) !important;
  transition: all ease-in-out .5s !important;
}
// Flip Over Header Button //
.header-actions .header-actions-action--cta a {
  transform: scaleX(1) !important;
  transition: all ease-in-out .5s !important;
}
// Shrinking Header Button On Hover //
.header-actions .btn {
    transition: transform 0.3s !important;
}
.header-actions .btn:hover {
    opacity: 1 !important;
    transform: scale(0.9) !important;
}

@media screen and (max-width:767px) {
.tweak-fixed-header .header .header-announcement-bar-wrapper {
    padding-top: 3vw !important;
    padding-bottom: 3vw !important;
}
}


//RANDOM//
// Slideshow Reel Arrows //
.gallery-reel-control-btn {
  color: #FFFFFF;
  opacity: 3;
  padding: 1px;
}
.gallery-reel-control-btn::before {
  background: -webkit-linear-gradient(to top, #85c1e9, #1b4f72, #85c1e9);
  background: linear-gradient(to top, #1b4f72, #1b4f72);
  border-radius: 50%;
}
// Cookie Banner Border Radius//
.sqs-cookie-banner-v2 {
  border-radius: 20px;
}

//BLOG//

// Metadata Pill Style - For Blog //

.blog-categories, .blog-author, .blog-date, .blog-meta-item {
  background: #ffffff;
  border: 1px solid #85c1e9;
  padding: 10px 10px;
  border-radius: 50px;
}

.blog-meta-item {
  display: inline-block !important;
  margin: 5px !important;
}