/*changes made by Jill */
@media (min-width: 770px) {
  nav.spof-nav {
    hyphens: revert;
    font-size: .6em; } }
@media (max-width: 769px) {
  input#wsg-submit {
    position: relative !important;
    top: 110px !important; } }
td.wsg-variant-title {
  font-size: .7em; }

td.wsg-variant-title {
  font-size: .7em;
  text-decoration: none !important; }

td.wsg-variant-title a {
  text-decoration: none !important; }

span.wsgRetailPrice {
  font-size: .6em; }

span.wsgRetailPrice {
  font-size: smaller; }

span.wsg-sku {
  display: none; }

button.wsg-btn.btn.wsg-btn-secondary.Button.spof-btn {
  color: #888888 !important; }

/* label[for="SingleOptionSelector-1"], label[for="SingleOptionSelector-2"] {
  visibility:visible;
    display: inline!important;
} */
/*end changes made by Jill */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide--rtl {
  direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

.glide__arrow:focus {
  outline: none; }

.glide__arrow:hover {
  border-color: white; }

.glide__arrow--left {
  left: 2em; }

.glide__arrow--right {
  right: 2em; }

.glide__arrow--disabled {
  opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }

.glide__bullet:focus {
  outline: none; }

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active {
  background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.text-underline {
  text-decoration: underline; }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1220px; } }
.text-danger {
  color: #d0445a !important; }

.text-warning {
  color: #f5831f !important; }

.text-success {
  color: #4eaaab !important; }

.text-red {
  color: #f05267; }

.text-white-75 {
  color: rgba(255, 255, 255, 0.75); }

.bg-danger {
  background-color: #d0445a !important; }

.bg-warning {
  background-color: #f5831f !important; }

.bg-success {
  background-color: #4eaaab !important; }

.bg-red {
  background-color: #f05267; }

.bg-white025 {
  background-color: rgba(255, 255, 255, 0.25); }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b42d42 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d76a0a !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3e8788 !important; }

.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 10px;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  transition: all .2s; }

@media (min-width: 576px) {
  .btn {
    font-size: 16px;
    padding: 12px 35px; } }
.btn:not([disabled]):hover, .btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.7); }

.btn-success {
  color: #fff;
  background-color: #4eaaab;
  border-color: #4eaaab; }

.btn-success:not([disabled]):hover, .btn-success:hover, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active {
  background-color: #3e8788;
  border-color: #3e8788; }

.btn-danger,
.btn.btn--tertiary:not([disabled]) {
  color: #fff;
  background-color: #f05267;
  border-color: #f05267; }

.btn-danger:not([disabled]):hover, .btn-danger:hover, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled):active,
.btn.btn--tertiary:not([disabled]):not([disabled]):hover,
.btn.btn--tertiary:not([disabled]):hover,
.btn.btn--tertiary:not([disabled]):focus,
.btn.btn--tertiary:not([disabled]):not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #d0445a;
  border-color: #d0445a; }

.btn-warning {
  color: #fff;
  background-color: #f5831f;
  border-color: #f5831f; }

.btn-warning:not([disabled]):hover, .btn-warning:hover, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #d76a0a;
  border-color: #d76a0a; }

.icon.auto-size {
  width: 1em;
  height: 1em; }

.icon.baseline {
  vertical-align: baseline; }

.svg-shadow {
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); }

html {
  font-size: 15px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }
@media (min-width: 992px) {
  html {
    font-size: 17px; } }
@media (min-width: 1200px) {
  html {
    font-size: 18px; } }
@media (min-width: 1400px) {
  html {
    font-size: 20px; } }
body {
  font-family: "Open Sans", sans-serif;
  color: #55575b; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rokkitt", serif; }

h1 {
  color: #f05267;
  font-size: 2rem;
  line-height: 1em; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.15rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

a {
  color: #4eaaab;
  font-weight: 600; }

a:not([disabled]):hover, a:focus {
  color: #d0445a; }

strong {
  font-weight: 600; }

ul {
  list-style-type: none; }

ul.orange-bullets {
  list-style: none; }

ul.orange-bullets li::before {
  content: "\2022";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #f5831f;
  font-family: sans-serif; }

blockquote,
.blockquote {
  position: relative;
  text-align: left;
  padding-left: 50px;
  font-size: .85rem;
  font-style: italic; }

blockquote svg,
.blockquote svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: .25; }

.blockquote-footer {
  color: inherit;
  font-size: .75rem; }

.larger-text {
  font-size: 1.25rem; }

.rte {
  color: #55575b; }

.rte h2 {
  color: #4eaaab; }

.site-announcement-bar {
  position: relative;
  z-index: 1010;
  color: #fff;
  background-color: #4eaaab;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  padding: 13px; }

.site-announcement-bar a {
  color: #fff;
  font-weight: 900; }

.site-announcement-bar a:hover, .site-announcement-bar a:focus {
  color: #eee;
  text-decoration: none; }

header.hdr {
  position: relative;
  z-index: 1000;
  padding: 0 15px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  font-size: 16px; }

@media (min-width: 576px) {
  header.hdr {
    padding: 0 30px; } }
@media (min-width: 992px) {
  header.hdr {
    padding: 0 55px; } }
@media (min-width: 1400px) {
  header.hdr {
    padding: 0 75px; } }
header.hdr .navbar {
  align-items: flex-start;
  padding: 0; }

header.hdr a {
  color: #55575b; }

header.hdr a:hover, header.hdr a:focus {
  color: #d0445a;
  outline: none; }

header.hdr a:active {
  outline: none; }

header.hdr .nav-item.active a,
header.hdr a.dropdown-item.is-active {
  color: #f05267; }

header.hdr .nav-item.active a:hover, header.hdr .nav-item.active a:focus,
header.hdr a.dropdown-item.is-active:hover,
header.hdr a.dropdown-item.is-active:focus {
  color: #d0445a; }

header.hdr .navbar-brand {
  padding: 10px 0;
  width: 160px; }

@media (min-width: 576px) {
  header.hdr .navbar-brand {
    width: 250px; } }
@media (min-width: 992px) {
  header.hdr .navbar-brand {
    padding: 25px 0; } }
@media (min-width: 1200px) {
  header.hdr .navbar-brand {
    order: 1;
    width: 160px;
    padding-top: 30px; } }
@media (min-width: 1300px) {
  header.hdr .navbar-brand {
    width: 250px;
    padding-top: 25px; } }
header.hdr .navbar-brand img {
  width: 100%;
  height: auto; }

header.hdr .always-visible {
  position: absolute;
  z-index: 10;
  top: 11px;
  bottom: 0;
  right: 0; }

@media (min-width: 576px) {
  header.hdr .always-visible {
    top: 20px; } }
@media (min-width: 992px) {
  header.hdr .always-visible {
    top: 35px; } }
@media (min-width: 1200px) {
  header.hdr .always-visible {
    position: static;
    order: 3;
    padding-top: 35px; } }
header.hdr .always-visible a {
  display: inline-block;
  padding: 5px;
  color: #f05267;
  margin-left: 10px; }

@media (min-width: 576px) {
  header.hdr .always-visible a {
    margin-left: 15px; } }
header.hdr .always-visible a:hover, header.hdr .always-visible a:focus {
  color: #4eaaab; }

header.hdr .always-visible .navbar-toggler:focus {
  outline: none; }

header.hdr .cart-count {
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -5px;
  transform: scale(0.75);
  opacity: .75; }

header.hdr #top-nav {
  font-weight: 600; }

@media (min-width: 1200px) {
  header.hdr #top-nav {
    order: 2;
    padding-top: 35px; }

  header.hdr #top-nav .dropdown-menu {
    position: static;
    min-width: auto;
    width: 1px;
    overflow-x: visible; }

  header.hdr #top-nav .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 45px;
    left: .75rem;
    display: block;
    width: 220px;
    height: 1px;
    background-color: #4eaaab; }

  header.hdr #top-nav .dropdown-menu.show .ddm-wrap {
    width: 800px;
    transform: translateX(-140px);
    display: flex;
    position: relative;
    z-index: 10; }

  header.hdr #top-nav .dropdown-menu.show .ddm-col {
    width: 175px; }

  header.hdr #top-nav .dropdown-menu.show .ddm-col + .ddm-col {
    margin-left: 20px; }

  header.hdr #top-nav .dropdown-menu.show .ddm-col .dropdown-item {
    padding-left: 0;
    padding-right: 0;
    white-space: normal; }

  header.hdr #top-nav .dropdown-item,
  header.hdr #top-nav .navbar-nav .nav-link {
    padding: 11px 13px; } }
header.hdr .dropdown-menu {
  border: none;
  font-size: 90%; }

header.hdr .dropdown-item {
  font-weight: 600; }

header.hdr .dropdown-item:hover, header.hdr .dropdown-item:focus {
  background-color: transparent; }

.dropdown-toggle::after {
  width: 12px;
  height: 7px;
  margin-left: .4em;
  vertical-align: .05em;
  border: none;
  background: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/chevron-down.svg?v=10252183803877219227) no-repeat 0 0;
  background-size: contain; }

footer.ftr {
  font-size: .8rem;
  line-height: 1.75rem;
  text-align: center; }

@media (min-width: 768px) {
  footer.ftr {
    text-align: left; } }
footer.ftr h5 {
  color: #4eaaab;
  margin: 0 0 .25rem; }

footer.ftr ul a {
  color: #55575b; }

footer.ftr ul a:hover, footer.ftr ul a:focus {
  color: #d0445a; }

footer.ftr .bottom-stripe {
  text-align: center;
  color: #fff;
  background-color: #4eaaab;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1.5em; }

footer.ftr .bottom-stripe a {
  color: #fff; }

footer.ftr .bottom-stripe a:hover, footer.ftr .bottom-stripe a:focus {
  color: #fff;
  opacity: .8; }

footer.ftr .copyright {
  margin: .5rem 0; }

@media (min-width: 992px) {
  footer.ftr .copyright {
    text-align: left; } }
footer.ftr .badges {
  margin: .5rem 0 0; }

footer.ftr .badges ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  footer.ftr .badges ul {
    justify-content: flex-end; } }
footer.ftr .badges svg {
  width: 44px;
  height: 27px;
  margin: 0 0 7px 7px; }

.negate-main-padding {
  margin-top: -35px; }

@media (min-width: 768px) {
  .negate-main-padding {
    margin-top: -55px; } }
.negate-circle-padding {
  margin-top: -40px; }

@media (min-width: 1200px) {
  .negate-circle-padding {
    margin-top: -60px; } }
@media (min-width: 1400px) {
  .page-width {
    padding-left: 0;
    padding-right: 0; } }
section.padded {
  padding-top: 50px;
  padding-bottom: 50px; }

@media (min-width: 992px) {
  section.padded {
    padding-top: 100px;
    padding-bottom: 100px; } }
section.padded-extra {
  padding-top: 80px;
  padding-bottom: 80px; }

@media (min-width: 992px) {
  section.padded-extra {
    padding-top: 160px;
    padding-bottom: 160px; } }
#goto-top {
  display: none; }

@media (min-width: 768px) {
  body.scrolled-down #goto-top {
    display: inline-block;
    position: fixed;
    z-index: 9999999;
    right: 10px;
    bottom: 10px;
    background-color: #f5831f;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    padding: 5px;
    box-shadow: -4px -4px 1px #fff, -4px 4px 1px #fff, 4px -4px 1px #fff, 4px 4px 1px #fff;
    transition: background-color .2s; }

  body.scrolled-down #goto-top:hover {
    background-color: #f05267; } }
.teal-bar {
  height: 20px;
  background-color: #4eaaab; }

.has-circle-badge {
  position: relative; }

.has-circle-badge .circle-badge {
  position: absolute;
  z-index: 1;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); }

@media (min-width: 1200px) {
  .has-circle-badge .circle-badge {
    top: -62px;
    width: 124px;
    height: 124px; } }
.has-bg-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.pagination {
  justify-content: center; }

[data-form-status] {
  outline: none; }

.standard-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.duo {
  display: flex;
  flex-wrap: wrap; }

.duo .duo-col {
  width: 100%;
  padding: 80px 30px; }

@media (min-width: 768px) {
  .duo .duo-col {
    padding: 100px 70px; } }
@media (min-width: 1200px) {
  .duo .duo-col {
    padding: 100px 30px;
    width: 50%; } }
@media (min-width: 1400px) {
  .duo .duo-col {
    padding: 110px 70px; } }
.lmm-wrap {
  position: relative; }

.lmm-wrap .lmm-bubble {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 36%;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); }

.collections-panels {
  padding: 0 20px; }

@media (min-width: 1200px) {
  .collections-panels {
    padding: 0 35px; } }
.collections-panels .cp {
  position: relative;
  height: 520px;
  margin-bottom: 20px;
  text-align: center; }

.collections-panels .cp .logo {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
  width: auto;
  height: 75px;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); }

.collections-panels .cp-pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.collections-panels .cp-inner {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 70px;
  left: 10px;
  color: #fff; }

.collections-panels .cp-image {
  height: auto;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); }

@media (min-width: 1200px) and (max-width: 1349px) {
  .collections-panels h2 {
    font-size: 26px; }

  .collections-panels p {
    font-size: 18px; } }
@media (min-width: 1350px) and (max-width: 1499px) {
  .collections-panels h2 {
    font-size: 30px; }

  .collections-panels p {
    font-size: 19px; } }
.collections-panels .heartbeat-animals {
  background: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/cp-heartbeat-animals.jpg?v=13852081705941512097) no-repeat 50% 50%;
  background-size: cover; }

.collections-panels .gender-reveal .heart {
  width: 175px; }

.collections-panels .angel {
  background: linear-gradient(0deg, #85c7c6 0%, #4eaaab 100%); }

.collections-panels .angel .cp-pattern {
  background: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/pattern-angel.svg?v=14474695660631406722) repeat 0% 0%;
  background-size: 200%;
  Opacity: .35; }

.collections-panels .furbaby {
  background: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/cp-furbaby.jpg?v=5082777120778738975) no-repeat 50% 50%;
  background-size: cover; }

.collections-panels .accessories .cp-pattern {
  background: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/accessories.jpg?v=13902049106843059317) no-repeat 50% 50%;
  background-size: 100%; }

.collections-panels .usgifts {
  background: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/usgifts.jpg?v=11275878066487966650) no-repeat 50% 50%;
  background-size: cover; }

.heartbeat-keepsake img {
  width: 110px;
  margin-bottom: 25px;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); }

.link-stripe {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.1rem;
  font-family: "Rokkitt", serif; }

@media (min-width: 1400px) {
  .link-stripe {
    font-size: 1.25rem; } }
@media (min-width: 1600px) {
  .link-stripe {
    font-size: 1.5rem; } }
.link-stripe a {
  flex: 1 1 auto;
  padding: 40px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (min-width: 992px) {
  .link-stripe a {
    width: 33.33%; } }
.link-stripe a:hover, .link-stripe a:focus {
  text-decoration: none; }

.link-stripe span {
  display: inline-block;
  vertical-align: middle; }

.glide__arrow {
  border: none;
  box-shadow: none;
  color: #b6b7b8;
  width: auto;
  height: 34px; }

.glide__arrow:hover, .glide__arrow:focus {
  color: #d0445a; }

.glide__arrow--left {
  left: 0; }

.glide__arrow--right {
  right: 0; }

.glide__bullets {
  bottom: -20px; }

.glide__bullets .glide__bullet {
  border: none; }

.glide__bullets.silver-green .glide__bullet {
  background-color: #c8c8c8; }

.glide__bullets.silver-green .glide__bullet--active {
  background-color: #4eaaab; }

.glide__bullets.semiwhite-white .glide__bullet {
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullets.semiwhite-white .glide__bullet--active {
  background-color: #fff; }

.product-cards .pcard {
  position: relative;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  text-align: center; }

.product-cards .pcard span.btn {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s ease-in-out; }

.product-cards .pcard a:hover, .product-cards .pcard a:focus {
  text-decoration: none; }

.product-cards .pcard a:hover span.btn, .product-cards .pcard a:focus span.btn {
  top: 45%;
  opacity: 1; }

.product-cards .pcard span.on-sale {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #f5831f;
  display: flex;
  font-size: .75rem;
  width: 35%;
  height: 35px;
  justify-content: center;
  align-items: center; }

.become-a-wholesaler .duo-col {
  min-height: 450px;
  color: #fff;
  background-color: #d0445a; }

.become-a-wholesaler h1 {
  color: #fff;
  margin-bottom: 25px; }

.become-a-wholesaler .tagline {
  font-size: 1.25rem;
  margin-bottom: 25px; }

.become-a-wholesaler hr {
  margin: 35px 0; }

.become-a-wholesaler.is-orange .duo-col {
  background-color: #f5831f; }

.become-a-wholesaler.is-orange hr {
  border-top-color: rgba(255, 255, 255, 0.4); }

.blog-cards a.article-link {
  display: block;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  color: inherit;
  background-color: #fff;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: box-shadow .3s ease-in-out; }

.blog-cards a.article-link:hover, .blog-cards a.article-link:focus {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6); }

.blog-cards .blog-card-image {
  height: 220px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.blog-cards .blog-card-body {
  padding: 25px 20px; }

.blog-cards .blog-title {
  color: #f5831f;
  font-size: .65rem;
  line-height: 1.1rem;
  margin-bottom: 3px;
  text-transform: uppercase; }

.blog-cards .date-author {
  color: #55575b;
  font-size: .65rem;
  line-height: 1.1rem;
  margin-bottom: 13px; }

.blog-cards .article-title {
  color: #4eaaab;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 13px; }

.blog-cards .excerpt {
  color: #55575b;
  margin-bottom: 13px; }

.blog-cards.type-green a.article-link {
  background-color: #4eaaab;
  box-shadow: none;
  font-size: initial; }

.blog-cards.type-green a.article-link * {
  color: #fff; }

.blog-cards.type-green a.article-link:hover, .blog-cards.type-green a.article-link:focus {
  color: #fff;
  box-shadow: -4px -4px 1px #4eaaab, -4px 4px 1px #4eaaab, 4px -4px 1px #4eaaab, 4px 4px 1px #4eaaab; }

.blog-cards.type-green .blog-card-image {
  height: 330px; }

.blog-cards.type-green .blog-title {
  display: none; }

.blog-cards.type-green .date-author {
  display: none; }

.blog-cards.type-green .article-title {
  font-family: "Rokkitt", serif;
  font-size: 1.75rem;
  line-height: 1em; }

.blog-cards.type-green .excerpt {
  font-size: 1rem; }

.links-to-blogs {
  padding: 20px 0; }

.links-to-blogs a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  margin-right: 30px;
  padding: 10px 0;
  color: #55575b; }

.links-to-blogs a.active, .links-to-blogs a:hover, .links-to-blogs a:focus, .links-to-blogs a:active {
  color: #f05267; }

.blog-filter {
  justify-content: flex-start; }

.featured-on .fo-logo {
  width: 180px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px; }

.featured-on .fo-logo img {
  max-width: 100%;
  max-height: 100%; }

.social-subscribe {
  display: flex;
  flex-wrap: wrap; }

.social-subscribe .sosu {
  width: 100%;
  min-height: 225px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (min-width: 1200px) {
  .social-subscribe .sosu {
    width: 50%; } }
.social-subscribe .social {
  color: #e9a1ac;
  background-color: #d0445a; }

.social-subscribe .social a {
  transition: all .2s ease-in-out; }

.social-subscribe .social a:hover, .social-subscribe .social a:focus {
  color: #f3cad0; }

.social-subscribe .subscribe {
  color: #fff;
  background-color: #f5831f;
  text-align: center; }

.social-subscribe .subscribe p {
  font-size: .8rem;
  font-weight: 600; }

.social-subscribe .form-control {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.5);
  border-right: none;
  background-color: #f5831f;
  color: #fff;
  font-size: .8rem;
  padding: 24px 16px; }

.social-subscribe ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1; }

.social-subscribe :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1; }

.social-subscribe ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1; }

.social-subscribe ::placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1; }

.social-subscribe .btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  border-radius: 0;
  color: #fff;
  background: none;
  box-shadow: none;
  padding-left: 13px;
  padding-right: 13px; }

.social-subscribe .btn:hover, .social-subscribe .btn:focus, .social-subscribe .btn:active {
  color: #fff;
  background-color: #f0760b;
  box-shadow: none !important; }

.social-subscribe .btn:active {
  background-color: #d76a0a; }

ul.social-icons-circle {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

ul.social-icons-circle a {
  display: inline-block;
  padding: 20px;
  color: inherit; }

ul.social-icons-circle a:hover, ul.social-icons-circle a:focus {
  text-decoration: none;
  color: inherit;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5)); }

ul.social-icons-circle svg {
  width: 60px;
  height: 60px; }

ul.social-icons-circle.icons-45 a {
  padding: 15px; }

ul.social-icons-circle.icons-45 svg {
  width: 45px;
  height: 45px; }

.article-image {
  position: relative;
  height: 250px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

@media (min-width: 768px) {
  .article-image {
    height: 300px; } }
@media (min-width: 992px) {
  .article-image {
    height: 350px; } }
@media (min-width: 1200px) {
  .article-image {
    height: 400px; } }
@media (min-width: 1400px) {
  .article-image {
    height: 450px; } }
.breadcrumbs {
  padding: 30px 0;
  font-size: 15px;
  color: #55575b;
  font-weight: 400; }

@media (min-width: 992px) {
  .breadcrumbs {
    padding: 60px 0; } }
.breadcrumbs a {
  color: #55575b; }

.breadcrumbs a.active {
  color: #4eaaab;
  font-weight: 600; }

.has-pattern {
  position: relative; }

.has-pattern .is-content {
  position: relative;
  z-index: 100; }

.has-pattern .is-pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: fixed; }

.has-pattern .is-pattern.flowers {
  background-image: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/pattern-flowers.svg?v=5917502169375431859);
  background-size: 125%;
  opacity: .05; }

.has-pattern .is-pattern.gender {
  z-index: 2;
  background: linear-gradient(0deg, #f05267 0%, #d0445a 100%); }

.has-pattern .is-pattern.gender::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/pattern-gender.svg?v=933936259544747945);
  background-size: 200%;
  opacity: .08; }

.has-pattern .is-pattern.angel2 {
  background-image: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/pattern-angel2.svg?v=367548541565237723);
  background-size: 125%;
  opacity: .15; }

.has-pattern .is-pattern.furbaby {
  background-image: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/pattern-furbaby.svg?v=7123776364244415151);
  opacity: .08; }

.has-pattern .is-pattern-overlay {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 0;
  width: 385px;
  max-width: 30%;
  text-align: center; }

@media (min-width: 992px) {
  .has-pattern .is-pattern-overlay {
    right: 40px;
    max-width: 20%; } }
.has-pattern .is-pattern-overlay.is-left {
  right: unset;
  left: 20px; }

@media (min-width: 992px) {
  .has-pattern .is-pattern-overlay.is-left {
    right: unset;
    left: 40px; } }
.panel-set {
  padding: 0 10px;
  text-align: center; }

@media (min-width: 1200px) {
  .panel-set {
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap; }

  .panel-set .p-1-2 {
    flex: 0 0 50%;
    max-width: 50%; }

  .panel-set .p-1-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }

  .panel-set .p-2-3 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%; } }
.panel {
  position: relative;
  min-height: 520px;
  border: 10px solid #fff;
  display: flex;
  align-items: flex-end; }

@media (min-width: 1200px) {
  .panel.shorter {
    min-height: 390px; } }
.panel-content {
  width: 100%;
  padding: 20px 20px 70px; }

#insta-feed {
  margin-top: 0 !important;
  padding: 0 20px 20px 0;
  background-color: #f5831f;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-height: none; }

#insta-feed::-webkit-scrollbar {
  display: none; }

#insta-feed .instafeed-container {
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  min-width: 150px; }

.spread-the-word {
  color: #fff;
  background-color: #85c7c6;
  font-family: "Rokkitt", serif;
  font-size: 1.5rem;
  padding: 25px 0;
  text-align: center; }

@media (min-width: 768px) {
  .spread-the-word {
    text-align: left; } }
ul.paginate {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: .9rem; }

ul.paginate li {
  display: inline-block;
  padding: 10px; }

ul.paginate li.ellipsis, ul.paginate li.active {
  padding: 10px 20px; }

ul.paginate li a {
  color: #f05267;
  display: inline-block;
  padding: 5px 10px; }

ul.paginate li a:hover, ul.paginate li a:focus {
  color: #85c7c6;
  text-decoration: none; }

.accordion {
  border-radius: 0; }

.accordion .card {
  border-color: #fff;
  border-radius: 0; }

.accordion .card-header {
  padding: 0;
  border-radius: 0; }

.accordion .card-header .btn {
  box-shadow: none;
  border-radius: 0;
  text-transform: none;
  font-size: .9rem;
  color: #fff;
  background-color: #f05267;
  padding-left: 20px;
  padding-right: 20px; }

.accordion .card-header .btn::before {
  content: "+";
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform .2s ease-in-out; }

.accordion .card-header .btn:hover, .accordion .card-header .btn:focus {
  text-decoration: none;
  box-shadow: none;
  color: #fff;
  background-color: #d0445a; }

.accordion .card-header .btn.collapsed {
  color: #fff;
  background-color: #85c7c6; }

.accordion .card-header .btn.collapsed::before {
  transform: rotate(0deg);
  transform-origin: 50% 50%; }

.accordion .card-header .btn.collapsed:hover, .accordion .card-header .btn.collapsed:focus {
  color: #fff;
  background-color: #4eaaab; }

.accordion .p-1 {
  max-width: 720px;
  margin: 0 auto; }

#-spin-studio-active-wrapper {
  max-width: 350px;
  margin: 50px auto 100px; }

#-spin-studio-active-wrapper .bar-360-view {
  color: #fff;
  background-color: #f5831f;
  font-size: .9rem;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  padding: 10px;
  display: none; }

#-spin-studio-active-wrapper #-spin-studio-large-thumb-reel + .bar-360-view {
  display: block; }

.product-single__thumbnails {
  margin: 15px -5px; }

.product-single__thumbnails-item--medium,
.product-single__thumbnails-item--large {
  flex-basis: auto; }

.product-single__thumbnail {
  width: 55px;
  height: 55px;
  border: 1px solid #ccc;
  overflow: hidden; }

.product-single__thumbnail.active-thumb {
  border-color: #f05267; }

.product-single__thumbnail-image {
  max-width: none;
  height: 53px;
  padding: 0; }

.product-form--payment-button-no-variants {
  max-width: none; }

.product-form__item label {
  /* display: none;*/ }

.product__price,
.featured-product__price,
.price-item {
  font-family: "Rokkitt", serif;
  font-size: 1.75rem;
  color: #55575b;
  font-weight: 400; }

.price__sale .price-item--regular {
  color: #878a8f; }

.search-form__connected-submit {
  color: #fff;
  background-color: #f05267;
  border-color: #f05267; }

.search-form__connected-submit:not([disabled]):hover, .search-form__connected-submit:hover, .search-form__connected-submit:focus, .search-form__connected-submit:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #d0445a;
  border-color: #d0445a; }

.product-card__title {
  color: #f05267; }

.list-view-item__price-column .product__price,
.list-view-item__price-column .featured-product__price,
.list-view-item__price-column .price-item {
  color: #4eaaab; }

.list-view-item__price-column .price__compare .price-item {
  color: #b6b7b8; }

.cart-popup__heading {
  color: #4eaaab; }

.cart-popup-item__title {
  font-family: "Rokkitt", serif;
  color: #f05267; }

.cart__row--heading {
  color: #4eaaab; }

.cart__product-title {
  font-family: "Rokkitt", serif;
  color: #f05267; }

.cart__price,
.cart__final-price,
.cart-subtotal__price {
  color: #4eaaab; }

.carousel-indicators li {
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 7px;
  background-color: #d6d6d6;
  opacity: 1; }

.carousel-indicators li.active {
  background-color: #f05267; }

a.carousel-control-prev,
a.carousel-control-next {
  color: #55575b;
  opacity: 1;
  width: 40px; }

@media (min-width: 1400px) {
  a.carousel-control-prev,
  a.carousel-control-next {
    width: 100px; } }
a.carousel-control-prev:hover, a.carousel-control-prev:focus,
a.carousel-control-next:hover,
a.carousel-control-next:focus {
  opacity: 1;
  color: #f05267; }

a.carousel-control-prev .icon,
a.carousel-control-next .icon {
  width: 24px;
  height: 24px; }

@media (min-width: 1400px) {
  a.carousel-control-prev .icon,
  a.carousel-control-next .icon {
    width: 34px;
    height: 34px; } }
#home-hero .carousel-item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 19px;
  font-weight: 600; }

@media (min-width: 768px) {
  #home-hero .carousel-item {
    height: 650px;
    font-size: 20px; } }
#home-hero .carousel-item.ci1 {
  background-image: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/home-hero-1.jpg?v=11893482309823126472); }

#home-hero .carousel-item.ci2 {
  background-image: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/home-hero-2.jpg?v=6419831463683477031); }

#home-hero .carousel-item.ci3 {
  background-image: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/home-hero-3.jpg?v=7537704911202409264); }

#home-hero .ci-inner {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 40px; }

@media (min-width: 1400px) {
  #home-hero .ci-inner {
    padding: 0 100px; } }
#home-hero .ci1 .slide-content {
  max-width: 330px; }

@media (min-width: 768px) {
  #home-hero .ci1 .slide-content {
    max-width: 450px; } }
#home-hero .ci2 .slide-content {
  max-width: 330px; }

@media (min-width: 768px) {
  #home-hero .ci2 .slide-content {
    max-width: 450px; } }
#home-hero h1,
#home-hero p {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  margin: 0 0 20px;
  padding: 0; }

#home-hero p {
  display: none; }

@media (min-width: 768px) {
  #home-hero p {
    display: block; } }
.baw-wrap {
  position: relative; }

.baw-wrap .baw-talk-baloon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 42%;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5)); }

.wholesale-benefits h3 {
  font-size: 1.5rem; }

.wholesaler-steps .duo-col {
  min-height: 400px;
  color: #fff;
  background-color: #d0445a; }

.collection-landing-main-image {
  position: relative;
  text-align: center; }

.collection-landing-main-image .overlay {
  position: absolute;
  z-index: 1;
  width: 30%;
  height: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.collection-landing-main-image .overlay.up {
  top: 25%; }

.article-image.myangel {
  position: relative;
  background: linear-gradient(0deg, #e6f4f4 0%, #50adad 100%); }

.article-image.myangel .overlay {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 5%;
  width: 250px;
  transform: translateY(-50%);
  display: flex;
  align-items: center; }

@media (min-width: 576px) {
  .article-image.myangel .overlay {
    width: 300px; } }
@media (min-width: 768px) {
  .article-image.myangel .overlay {
    right: unset;
    left: 50%;
    width: 360px; } }
@media (min-width: 992px) {
  .article-image.myangel .overlay {
    width: 450px; } }
@media (min-width: 1200px) {
  .article-image.myangel .overlay {
    width: 580px; } }
.article-image.myangel .overlay .icon-heart {
  width: 98px;
  margin-right: 20px; }

.article-image.myangel .overlay .text {
  font-size: 1.25rem;
  font-family: "Rokkitt", serif;
  color: #fff;
  line-height: .84em; }

@media (min-width: 576px) {
  .article-image.myangel .overlay .text {
    font-size: 1.5rem; } }
@media (min-width: 992px) {
  .article-image.myangel .overlay .text {
    font-size: 1.8rem; } }
@media (min-width: 1200px) {
  .article-image.myangel .overlay .text {
    font-size: 2.25rem; } }
.article-image.myangel .moon-angel {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 40%;
  width: auto;
  height: 100%; }

@media (min-width: 576px) {
  .article-image.myangel .moon-angel {
    right: 55%; } }
.article-image.myangel .pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(//cdn.shopify.com/s/files/1/0068/3278/3418/t/17/assets/pattern-angel.svg?v=14474695660631406722) repeat 0 0;
  background-size: 150%;
  opacity: .5; }

.fur-cause {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.fur-cause .fc-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 30px 30px 50px;
  color: #fff;
  text-align: center; }

@media (max-width: 576px) {
  .has-pattern .is-pattern-overlay {
    display: none;
    visibility: hidden; } }
