<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&amp;display=swap");

*,
h1,
h2,
h3,
h4,
h5,
.creative-font-family {
  font-family: "Montserrat", sans-serif;
}
/* Logo */
body &gt; header &gt; .toolbar &gt; .logo {
  text-align: unset;
}

/*Start Shopping Bar*/
body &gt; header &gt; .toolbar {
  background-color: #0c1b3f;
  color: #ffffff;
}

/* Cart Side Bar */
html div.sidenav &gt; section.cart &gt; header &gt; .data {
  background: #bd8346;
}

/* Filter Side bar */
section.view sp-items &gt; .fixed-wrapper &gt; .image {
  padding: 0.3em 2.38em;
  border-radius: 10em;
  border: 1px solid #bd8346;
  margin-left: 17px;
  background-color: white;
}

section.view sp-items &gt; .fixed-wrapper &gt; .title-and-side-bar &gt; .side-bar {
  color: #000;
}

section.view
  sp-items
  &gt; .fixed-wrapper.banner-one-line
  &gt; .title-and-side-bar
  &gt; .title
  .category-title {
  font-size: 2.2em;
}

/* Search */
body
  &gt; header
  &gt; .toolbar
  &gt; .data
  &gt; .search-wrapper
  &gt; .input
  &gt; input[type="search"].placeholder {
  color: #000;
  text-align: left;
  font-style: italic;
  text-transform: unset;
}

body
  &gt; header
  &gt; .toolbar
  &gt; .data
  &gt; .search-wrapper
  &gt; .input
  &gt; input[type="search"] {
  color: #000;
  text-align: left;
  font-style: italic;
  text-transform: unset;
}

/* Dropdown Menu */
body &gt; header &gt; .categories-wrapper &gt; .categories &gt; .category &gt; .category-name {
  color: #bd8346;
  background-color: #eeebea;
}

body
  &gt; header
  &gt; .categories-wrapper
  &gt; .categories
  &gt; .category
  &gt; .category-name
  &gt; .name-wrapper {
  border-radius: unset;
  background-color: unset;
}

body
  &gt; header
  &gt; .categories-wrapper
  &gt; .categories
  &gt; .category.open:hover
  &gt; .category-name
  &gt; .name-wrapper {
  background-color: #fff;
}

body
  &gt; header
  &gt; .categories-wrapper
  &gt; .categories
  &gt; .category.open
  &gt; .category-name
  &gt; .name-wrapper {
  background-color: unset;
}
/* Footer */
body &gt; footer {
  background-color: #0c1b3f;
  text-align: center;
}

/* Branch Details */
.store-information-wrapper .single-branch.open-info {
  padding: 1.5em;
}

/* Account Info */
html.user-edit .detail-container .detail-subtitle {
  font-size: 1.5em;
  color: #000;
}

/* Product Catlog Menu */
.ltr
  section.view
  sp-items.has-filters
  &gt; .fixed-wrapper
  &gt; .title-and-side-bar
  &gt; .title {
  border-bottom-right-radius: 0em;
}

/* Checkout */
checkout-bottom-banner
  .checkout-bottom-banner-wrapper
  &gt; .checkout-banner
  &gt; .content
  &gt; .total-summary
  &gt; button.next-button {
  background: #0c1b3f;
}

body&gt;header&gt;.toolbar&gt;.logo&gt;a {
	width: 100%;
}

body&gt;header&gt;.toolbar&gt;.logo&gt;a&gt;img {
	background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1353/resources/1595629324630-0.7392199050730912.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    padding-left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

body&gt;header&gt;.toolbar&gt;.logo&gt;a {
	width: 100%;
}

body&gt;header&gt;.toolbar&gt;.logo&gt;a&gt;img {
	background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1353/resources/1595629324630-0.7392199050730912.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    padding-left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


footer .retailer-data-wrapper:before {
    content: '';
    display: block;
    padding-bottom: 1.5em;
    height: 4.7328em;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1353/resources/1595629324630-0.7392199050730912.png'); /* change here to the url of the image */
}

footer .retailer-data-wrapper &gt; .logo {
    display: none;
}

.sp-bubble.home-page-bubble .home-page-bubble-message {
    max-height: fit-content;
}
</pre></body></html>