:root {
  --color-body-text: #414141;
  --color-accent-main: #E9492B;
  --color-link-main: #37474F;
  --color-gray: #ECEFF1;
  --color-gray-cold: #90a4ae;
  --color-heart-bg: transparent;
  --color-heart: #ff2000;

  /* product category colors */
  --color-cat-aroma: #E91E63;
  --color-cat-green: #4CAF50;
  --color-cat-laotian: #FF9800;
  --color-cat-pressed: #7986CB;
  --color-cat-red: #F44336;
  --color-cat-white: #CDDC39;
  --color-cat-yellow: #FFC107;
  --color-cat-oolong-tw: #00BCD4;;
  --color-cat-oolong-sf: #00BCD4;
  --color-cat-oolong-gd: #80DEEA;
  --color-cat-oolong-nf: #E9492B;
  --color-cat-puerh-shu: #00695C ;
  --color-cat-puerh-shen: #009688;
  --color-cat-teabag: #29B6F6;
  --color-cat-herbal: #AB47BC;
  --color-cat-cup: #E9492B;
  --color-cat-chahai: #ffc107;
  --color-cat-teapot: #cddc39;
  --color-cat-chapan: #00bcd4;
  --color-cat-chahe: #ff9800;
  --color-cat-sieve: #e91e63;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body-text);
}

.row {
  flex: 1;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.col {
  display: flex;
  flex-direction: column;
  /*! flex: 1; */
}

.dot-nav {
  list-style: none;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 0;
}
.dot-nav li {
  border-radius: 9999px;
  height: 0.75rem;
  width: 0.75rem;
  background-color: var(--color-body-text);
  border: 2px solid var(--color-body-text);
  margin: 0 1rem;
  text-indent: -9999vh;
  overflow: hidden
}
.dot-nav li.active {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
}
.dot-nav li:hover {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  cursor: pointer;
}
@keyframes fadeImg {
  from {
    opacity: 0;
    /*     transform: scale(0) */
  }
  to {
    opacity: 1;
    /*     transform: scale(1) */
  }
}
.btn-slide {
  position: absolute;
  background: var(--color-accent-main);
  font-weight: bold;
  color: #fff;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  border: none;
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 110 !important;
}
.prev,
.next {
  top: 50%;
  transform: translateY(-60%);
}
.prev {
  left: .5rem;
}
.next {
  right: .5rem;
}

button, input[type="submit"], .button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  padding: .2rem .4rem;
  align-items: center;
  justify-content: center;
}
.btn-action, 
.btn-refresh {
  display: flex;
  background-color: var(--color-accent-main);
  color: #fff;
  padding: 0rem .75rem; 
  border: none;
  min-height: 3rem;
  line-height: 1.2;
  text-align: center;
}
.btn-action:hover, 
.btn-refresh:hover {
  color: #fff;
  /*   box-shadow:  inset 0px 2px 2px var(--color-accent-main), inset 0px 7px 5px #fff5,
  inset 0px -2px 5px var(--color-accent-main), inset 0px -1px 4px #0003 */
}
.btn-action:hover:after, 
.btn-refresh:hover:after {
  display: flex;
  content: " ";
  width: calc(100% - 6px);
  height: calc(100% - 5px);
  box-shadow: inset 0px -5px 5px #ffffff10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: solid 1px #fffa;
  position: absolute;
}
.btn-invisible {
  border: none
}
/***** #header styles *****/

#header {
  display: flex;
  max-height: 5rem;
  padding: 0 1rem;
  color: var(--color-link-main);
  position: relative;
}
#header .col.side-left,
#header .col.side-right {
  display: none
}
#header .row a {
  display: flex;
  align-items: center;
}
#header .col.site-logo {
  padding: 0;
  align-items: center;
  justify-content:  center;
  min-height: 5rem;
  /*   ! flex: 0 0 100%; */
  flex: 1;
}
.site-logo img {
  height: 4em;
}
#header img.icon,
#header .age-rating {
  padding: 0 1rem 0 0;
}

#header .col:first-child img.icon {
  padding-left: 0
}
#header .age-rating {
  font-size: 130%;
  font-weight: 600;
  letter-spacing: -2px;
  color: #90A4AE;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  bottom: 1px;
}
#header .age-rating span {
  font-weight: 700;
  position: relative;
  left: 1.5px;
  bottom: 0;
}


.mobile-menu {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.mobile-menu label {
  display: flex;
  flex-direction: column;
  position: fixed;
  gap: 20%;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 200;
  align-self: center;
}
.mobile-menu label span { 
  display: flex;
  flex: 1;
  background: var(--color-accent-main);
  border-radius: 2rem;
  transition: .3s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
  z-index: 12;
}
.mobile-menu label:hover span {
  background: #000
}
.mobile-menu input[type="checkbox"] {
  display: none;
}
.mobile-menu input[type="checkbox"]:checked ~ label span:nth-of-type(1) {
  transform-origin: center;
  width: 100%;
  transform: translate(0%,200%) rotatez(45deg)
}
.mobile-menu input[type="checkbox"]:checked ~ label span:nth-of-type(2) {
  transform-origin: center;
  width: 100%;
  transform: rotatez(-45deg)
}
.mobile-menu input[type="checkbox"]:checked ~ label span:nth-of-type(3) {
  transform-origin: center;
  width: 0%;
  transform: translate(90%,-150%) rotatez(45deg)
}

.mobile-menu nav {
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  /*! background-color: #000; */
  border-radius: 50%;
  transition: all .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.mobile-menu nav ul {
  position: relative;
  display: flex;
  /*! flex: 1; */
  flex-direction: column;
  padding: 0;
  margin: 0;
  z-index: 6;
  gap: 2rem;
  text-align: left;
  list-style: none;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  align-self: center;
  /*! flex-basis: content; */
}
.mobile-menu nav ul li {
  position: relative;
  display: flex;
  padding: 0;
  flex-direction: column;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms linear;
}
.mobile-menu nav ul li:before {
  display: none;
}
.mobile-menu nav ul li a {
  line-height: 1.2;
  display: inline-flex;
  transition: all 250ms linear;
}
.mobile-menu nav ul li a:hover {
  text-decoration: none;
  color: var(--color-accent-main);
}
.mobile-menu nav ul li a img {
  max-width: 2.5rem;
  height: auto;
}
.mobile-menu nav .search-box {
  color: var(--color-link-main);
  border-radius: 1.5rem;
  display: flex;
  gap: 1rem;
  flex: 1;
}
.mobile-menu nav #search-box-mobile {
  border-radius: 2rem;
  padding: .5rem 1rem;
  border-color: #aaa;
}
.mobile-menu nav #search-box-mobile::placeholder {
  color: var(--color-link-main);
  opacity: .3 !important;
}
.mobile-menu #menu-toggle:checked ~ nav {
  flex: 1;
  background: #fff;
  width: 100vw;
  height: 100vh;
  display: flex;
  border-radius: 0;
  top: 0;
  right: 0;
  transition: all .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  justify-content: center;
  z-index: 105;
}
.mobile-menu #menu-toggle:checked ~ label span { 
  background: var(--color-accent-main)
}
.mobile-menu #menu-toggle:checked ~ label:hover span { 
  background: #000
}
.mobile-menu #menu-toggle:checked ~ nav ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
    transform 250ms ease;
  min-width: auto;
}

/***** Main content styles *****/
main {
  padding: 1rem 1rem;
  display: flex;
  flex-flow: column wrap;
  flex: 1;
  gap: .5rem;

}
#hero-image {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  background-image: url('img/hero.jpg');
  background-size: cover;
  min-height: 80vh;
}
#hero-image p {
  position: relative;
}
#hero-image p.sub:after,
#hero-image p.sup:after{
  display: flex;
  position: absolute;
  content: '';
  background-image: url('img/deco-leaf_l.svg');
  background-size: cover;
  width: 8.5rem;
  height: 5.5rem;
}
#hero-image p.sup:after {
  bottom: 4rem;
}
#hero-image p.sub:after {
  top: 4rem;
  transform: scale(-1, -1);
}
#hero-image p {
  display: flex;
  justify-content: center;
  color: #fff
}
#hero-image p.sup {
  margin-bottom: 1rem
}
#hero-image p.sup,
#hero-image p.sub {
  font-size: 130%;
  letter-spacing: .5rem;
  font-variant: all-small-caps
}
#hero-image p.title {
  font-size: 300%;
  font-family: 'Trajan Pro 3';
  margin-bottom: 1rem;
  text-shadow: 0 5px 15px #000b
}


.breadcrumbs-container {
  display: flex;
  flex-shrink: 1;
  flex-grow: .2;
  justify-content: center;
  margin-bottom: 1rem;
}
.breadcrumbs {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  margin: 0;
  justify-content: center;

}
.breadcrumbs li {
  display: flex;
  flex-flow: row wrap;
  margin-right: .4rem;
  /*   max-height: 2rem; */
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li a {
  position: relative;
  border-bottom: solid 1px transparent;
}
.breadcrumbs li.active a {
  color: #000;
  border-bottom: solid 1px var(--color-accent-main);
}
.breadcrumbs li a:hover {
  color: #000;
  border-bottom: solid 1px var(--color-accent-main);
}
.breadcrumbs li a:after {
  font-size: 170%;
  content: "⇢";
  color: var(--color-accent-main);
  position: relative;
  padding-left: .4rem;
  top: .1rem;
}
.breadcrumbs li.active a:after {
  content: "";
  padding: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  align-items: flex-start;
}
.cards article {
  display: grid;
  grid-auto-flow: row; 
  justify-items: center;
  text-align: center;
  grid-gap: 1.5rem;
  justify-content: center;
}
.cards article img {
  max-height: 5rem;
  width: auto;
}

.privacy-note {
  margin-top: 2rem;
  text-align: center;
}
.privacy-note a {
  text-decoration: underline;
}

.tiles {
  /* padding: 2rem 0;
  display: flex;
  flex-direction: row;
  flex: 1 */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5rem;
  align-items: start;
}
.tiles article {
  display: grid;
  grid-auto-flow: row; 
  justify-items: center;
  text-align: center
}
.like {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
  border: none;
  display: none;
  cursor: pointer;
}
.like:hover {
  --color-heart-bg: #ff2200 !important;
  transform: scale(1.3);
}
.tiles article figure:hover .like,
.product-grid figure:hover .like {
  /* display: flex !important; */
  display: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.3rem;
  height: 1.3rem;
}
.tiles article img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.tiles article p {
  text-align: center;
  max-width: 80%
}
.tiles article:last-child p {
  max-width: 100%
}

.h-cattitle {
  margin-bottom: .5rem
}
.category-filter {
  margin: 1rem 0 2rem;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
}
.category-filter .category-list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  padding: 0;
  margin: 0;
  transition: max-height 0.4s ease-in;
  overflow: hidden;
  max-height: 7rem
}
.category-filter.show-all .category-list {
  max-height: 100vh;
  transition: max-height 0.5s ease-out;
}
.category-list li {
  margin: 0 1rem 1rem 0;
}

/* .category-list a {
align-items: center;
padding-right: 1rem;
height: 2.5rem;
display: flex;
border: solid 2px var(--color-gray-cold);
border-radius: 2rem;
overflow: hidden;
position: relative; 
}
.category-list a:before {
display: flex;
position: absolute;
width: 2.4rem;
height: 2.4rem;
background: var(--color-gray-cold);
border: solid 1px var(--color-gray-cold);
z-index: -1;
border-radius: 50%;
content: ' ';
}
.category-list a img,
.category-list a .no-icon {
margin-right: 1.6rem;
width: 1.4rem;
height: 1.3rem;
position: relative;
left: 5%;
} */
.category-list a {
  align-items: center;
  padding-right: .7rem;
  height: 2.1rem;
  display: flex;
  border: solid 1px var(--color-gray-cold);
  border-radius: 2rem;
  overflow: hidden;
  position: relative; 
}
.category-list a:before {
  display: flex;
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  background: var(--color-gray-cold);
  border: solid 1px var(--color-gray-cold);
  z-index: -1;
  border-radius: 50%;
  content: ' ';
}
.category-list a img,
.category-list a .no-icon {
  margin-right: 1.1rem;
  width: 1.4rem;
  height: 1.3rem;
  position: relative;
  left: 3.5%;
}
.category-filter .more-categories {
  cursor: pointer;
  align-self: flex-start
}
.category-filter .more-categories:after {
  content: '\25B6\FE0E';
  margin-left: 0.5rem;
  font-size: 95%;
  color: var(--color-accent-main)
}
.category-filter.show-all .more-categories:after {
  content: '\25B2\FE0E';
}
.category-filter .more-categories:hover {
  color: var(--color-accent-main)
}
.category-list li:nth-child(n+3){
  display: none;
}
.category-filter.show-all .category-list li:nth-child(n+3) {
  display: inherit;
}

.category-list li.active {
  font-weight: 600;
}
.category-list li.active a {
  border-color:  var(--color-accent-main)
}
.category-list li.active a:before {
  border-color:  var(--color-accent-main);
  background: var(--color-accent-main)
}

.results-options {
  display: flex;
  flex-direction: column;
  gap: .5rem
}
.results-sort {
  display: flex;
}
.results-sort .form-field .row {
  gap: .5rem;
}
.results-sort .form-field select {
  border-radius: 1rem;
  text-align: center;
}

a.cat-aroma {
  border-color: var(--color-cat-aroma);
}
a.cat-aroma:hover {
  color: var(--color-cat-aroma);
}
a.cat-aroma:before {
  background: var(--color-cat-aroma);
  border-color: var(--color-cat-aroma);
}
a.cat-green {
  border-color: var(--color-cat-green);
}
a.cat-green:hover {
  color: var(--color-cat-green);
}
a.cat-green:before {
  background: var(--color-cat-green);
  border-color: var(--color-cat-green);
}
a.cat-herbal {
  border-color: var(--color-cat-herbal);
}
a.cat-herbal:hover {
  color: var(--color-cat-herbal);
}
a.cat-herbal:before {
  background: var(--color-cat-herbal);
  border-color: var(--color-cat-herbal);
}
a.cat-laotian {
  border-color: var(--color-cat-laotian);
}
a.cat-laotian:hover {
  color: var(--color-cat-laotian);
}
a.cat-laotian:before {
  background: var(--color-cat-laotian);
  border-color: var(--color-cat-laotian);
}
a.cat-pressed {
  border-color: var(--color-cat-pressed);
}
a.cat-pressed:hover {
  color: var(--color-cat-pressed);
}
a.cat-pressed:before {
  background: var(--color-cat-pressed);
  border-color: var(--color-cat-pressed);
}
a.cat-puerh-shu {
  border-color: var(--color-cat-puerh-shu);
}
a.cat-puerh-shu:hover {
  color: var(--color-cat-puerh-shu);
}
a.cat-puerh-shu:before {
  background: var(--color-cat-puerh-shu);
  border-color: var(--color-cat-puerh-shu);
}
a.cat-puerh-shen {
  border-color: var(--color-cat-puerh-shen);
}
a.cat-puerh-shen:hover {
  color: var(--color-cat-puerh-shen);
}
a.cat-puerh-shen:before {
  background: var(--color-cat-puerh-shen);
  border-color: var(--color-cat-puerh-shen);
}
a.cat-red {
  border-color: var(--color-cat-red);
}
a.cat-red:hover {
  color: var(--color-cat-red);
}
a.cat-red:before {
  background: var(--color-cat-red);
  border-color: var(--color-cat-red);
}
a.cat-white {
  border-color: var(--color-cat-white);
}
a.cat-white:hover {
  color: var(--color-cat-white);
}
a.cat-white:before {
  background: var(--color-cat-white);
  border-color: var(--color-cat-white);
}
a.cat-yellow {
  border-color: var(--color-cat-yellow);
}
a.cat-yellow:hover {
  color: var(--color-cat-yellow);
}
a.cat-yellow:before {
  background: var(--color-cat-yellow);
  border-color: var(--color-cat-yellow);
}
a.cat-oolong-tw {
  border-color: var(--color-cat-oolong-tw);
}
a.cat-oolong-tw:hover {
  color: var(--color-cat-oolong-tw);
}
a.cat-oolong-tw:before {
  background: var(--color-cat-oolong-tw);
  border-color: var(--color-cat-oolong-tw);
}
a.cat-oolong-sf {
  border-color: var(--color-cat-oolong-sf);
}
a.cat-oolong-sf:hover {
  color: var(--color-cat-oolong-sf);
}
a.cat-oolong-sf:before {
  background: var(--color-cat-oolong-sf);
  border-color: var(--color-cat-oolong-sf);
}
a.cat-oolong-gd {
  border-color: var(--color-cat-oolong-gd);
}
a.cat-oolong-gd:hover {
  color: var(--color-cat-oolong-gd);
}
a.cat-oolong-gd:before {
  background: var(--color-cat-oolong-gd);
  border-color: var(--color-cat-oolong-gd);
}
a.cat-oolong-nf {
  border-color: var(--color-cat-oolong-nf);
}
a.cat-oolong-nf:hover {
  color: var(--color-cat-oolong-nf);
}
a.cat-oolong-nf:before {
  background: var(--color-cat-oolong-nf);
  border-color: var(--color-cat-oolong-nf);
}
a.cat-teabag {
  border-color: var(--color-cat-teabag);
}
a.cat-teabag:hover {
  color: var(--color-cat-teabag);
}
a.cat-teabag:before {
  background: var(--color-cat-teabag);
  border-color: var(--color-cat-teabag);
}

a.cat-cup {
  border-color: var(--color-cat-cup);
}
a.cat-cup:hover {
  color: var(--color-cat-cup);
}
a.cat-cup:before {
  background: var(--color-cat-cup);
  border-color: var(--color-cat-cup);
}
a.cat-chahai {
  border-color: var(--color-cat-chahai);
}
a.cat-chahai:hover {
  color: var(--color-cat-chahai);
}
a.cat-chahai:before {
  background: var(--color-cat-chahai);
  border-color: var(--color-cat-chahai);
}
a.cat-teapot {
  border-color: var(--color-cat-teapot);
}
a.cat-teapot:hover {
  color: var(--color-cat-teapot);
}
a.cat-teapot:before {
  background: var(--color-cat-teapot);
  border-color: var(--color-cat-teapot);
}
a.cat-chapan {
  border-color: var(--color-cat-chapan);
}
a.cat-chapan:hover {
  color: var(--color-cat-chapan);
}
a.cat-chapan:before {
  background: var(--color-cat-chapan);
  border-color: var(--color-cat-chapan);
}
a.cat-chahe {
  border-color: var(--color-cat-chahe);
}
a.cat-chahe:hover {
  color: var(--color-cat-chahe);
}
a.cat-chahe:before {
  background: var(--color-cat-chahe);
  border-color: var(--color-cat-chahe);
}
a.cat-sieve {
  border-color: var(--color-cat-sieve);
}
a.cat-sieve:hover {
  color: var(--color-cat-sieve);
}
a.cat-sieve:before {
  background: var(--color-cat-sieve);
  border-color: var(--color-cat-sieve);
}

a.cat-teaware .icon {
  margin-right: .55rem;
  width: 2rem;
  height: 3rem;
  position: relative;
  left: 0.5%;
}
/* [class^='cat-oolong'] .icon,
[class='cat-aroma'] .icon,
[class='cat-pressed'] .icon,
[class='cat-teabag'] .icon {
left:.5rem
}
[class='cat-herbal'] .icon,
[class='cat-laotian'] .icon,
[class='cat-white'] .icon{
left: .55rem
} */

/* fixes for tea icons positioning */
[class^='cat-oolong'] .icon,
[class='cat-aroma'] .icon,
[class='cat-pressed'] .icon,
[class='cat-teabag'] .icon {
  left:.4rem
}
[class='cat-herbal'] .icon,
[class='cat-laotian'] .icon,
[class='cat-white'] .icon{
  left: .45rem
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .7rem;
}
.product-grid  .product-image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  background: #fff;
  max-width: 100%;
  border-radius: 1rem;
}
/* .product-grid .product-image-frame .like {
position: absolute;
width: 1.5rem;
height: 1.5rem;
top: 0;
left: 0;
border: none;
display: none;
}
.product-grid .product-image-frame:hover .like {
display: flex;
position: absolute;
top: 1rem;
left: 1rem;
width: 1.3rem;
height: 1.3rem;
}
.product-grid .product-image-frame .like:hover {
--color-heart-bg: #ff2200 !important;
transform: scale(1.3)
}
*/
.product-grid .product-image-frame .banner {
  position: absolute;
  bottom: 3%;
  right: -2rem;
  background: #ff3000;
  color: #fff;
  padding: 0.2rem 3rem;
  transform: rotate(-45deg);
}
.product-title {
  font-family: "Open Sans";
  font-size: 1.1em;
  margin: 0.5rem 0;
  line-height: 1.1;
}
.product-tile .product-image-frame {
  aspect-ratio: 1;
   border-radius: 1rem;
}
.product-tile .product-image-frame img {
   border-radius: 1rem;
}
.product-tile .product-description {
  font-size: 0.9em;
  margin-bottom: 0.7rem;
}
  .product-tile .product-description .cha-name {
    font-family: "Open Sans";
    font-size: 1.3em;
/*     padding: 1rem */
  }
.product-info .product-tile .product-price {
  font-size: 1.2em;
}
.product-grid .product-title,
.recently-viewed .product-title,
.recently-viewed .product-price,
.product-grid .product-price{
  text-align: center;
}
.product-grid .product-description {
  /* display: flex;
  flex-flow: column nowrap; */
  text-align: center;
}
.product-grid .product-description span {
  /* align-self: center */
}
.product-tile .product-price  {
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
}
.product-tile .product-price .price {
  font-weight: 600;
}
.product-tile .product-price .per-unit {
}
.product-grid + .show-more {
  flex-flow: row  nowrap;
  align-self: center;
  justify-content: center;
  align-items: center;
  padding: 0 2rem 0 3rem;
  margin: 2rem 0;
}
.product-grid + .show-more:after {
  font-size: 170%;
  content: "⇢";
  color: #fff;
  border: none;
  padding-left: .4rem;
  margin-right: 1rem;
  transition: all .2s ease-in-out;
  bottom: 0.15rem;
  position: relative;
}
.product-grid + .show-more:hover:after {
  content: "⇢";
  color: #fff;
  border: none;
  position: relative;
  transform: unset;
  top: unset;
  left: 0;
  width: auto;
  height: auto;
  padding-left: 1.2rem !important;
  margin-right: .2rem;
  transition: all .2s ease-in-out;
  bottom: .15rem;
}
#product {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem
}
#product .columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#product .product-info {
  flex: 0.55
}
#product .product-image-frame {
  /*! flex: 1 0 100vw; */
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-out;
  flex-flow: column nowrap;
  align-items: center;
}
#product .product-image {
  max-width: 100%;
  height: auto;
}
#product .product-images .product-image-frame {
    border-radius: 1rem;
}
#product .product-images .product-image {
  display: none;
  transition: all 0.5s ease-out;
}
#product .product-image.active {
  display: flex;
  animation: fadeImg 0.5s;
  cursor: zoom-in;
  /*! flex: 1 0 auto; */
  /*! flex-flow: column nowrap; */
  align-self: center;
}
.product-image-container {
  flex: 0.4;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: display 0.5s ease-out;
}
.product-image-container:hover .btn-slide {
  opacity: 1
}
.product-image.zoomed {
  /*! transform: scale(1.2); */
  transition: all 0.5s ease-in;
  max-width: 100%;
}
.product-image-container.zoomed {
  cursor: zoom-out;
  position: fixed !important;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 99;
}
.product-image-container.zoomed .btn-slide {
  /*! transform: scale(1.5); */
}

#product .product-info .product-title {
  font-size: 1.55em;
  margin-bottom: 0.7rem;
}
#product .product-info .product-rating {
  list-style: none;
  display: flex;
  margin-bottom: 0.7rem;
  padding: 0;
}
#product .product-rating .stars::before {
  --percent: calc(var(--score) / 5 * 100%);
  font-size: 1.5rem;
  content: '★★★★★';
  letter-spacing: 0.25rem;
  background: linear-gradient(90deg, var(--color-accent-main) var(--percent), #fff var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  /*   text-fill-color: transparent; */
  -webkit-text-fill-color: transparent;
}

#product .product-rating .score {
  margin-left: 1rem
}
#product .product-description {
  font-size: 1em;
  margin-bottom: 0.7rem;
  max-width: 80%
}
#product fieldset .price {
  color: var(--color-accent-main) 
}
.product-price .price {
  font-weight: 600;
  font-size: 1.2em;
  /*! color: var(--color-accent-main) */
}
.product-price .per-unit {
}
#product .product-purchase {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin: 1rem 0;
}
#product .product-options {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: .75rem;
}
fieldset {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  align-self: stretch;    
  border-radius: .5rem;
  padding: .2rem 1rem .7rem;
  border: solid 1px var(--color-gray);
  background: #fffa;
  /*! align-content: center; */
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--color-accent-main);
}
#product .product-options fieldset.product-pricing {
  border-color: var(--color-accent-main);
}
#product .product-options .product-option-values {
  display: flex;
  gap: 1rem;
}
#product .product-options .product-option-values label input {
  margin-right: .3rem
}
#product .purchase-options {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
  align-self: center;
}
.amount-ctl { 
  flex: 0.5;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.amount-ctl input {
  min-width: 2rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield;
  border: solid 2px var(--color-gray);
  background-color: #fffa;
  color: inherit;
  font-size: inherit;
}
.amount-ctl input::-webkit-outer-spin-button,
.amount-ctl input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.amount-ctl button {
  background-color: var(--color-gray);
  border: solid 2px var(--color-gray);
  color: #000;
  min-width: 2.5rem;
  width: 3rem;
  min-height: 3rem;
  line-height: 1.5rem
}

.recently-viewed .tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.recently-viewed .tiles article {
  display: grid;
  grid-auto-flow: row; 
  justify-items: center;
}
.recently-viewed .product-description {
  display: none
}
.recently-viewed .product-price {
  font-size: 0.9em;
}
.recently-viewed .product-title {
  font-size: 1em;
  margin: .25rem 0;
}

.pagination {
  margin-top: 3rem;
}
.pagination ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem
}
.pagination ul li a,
.pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  color: var(--color-accent-main);
  background: #fff;
  border-radius: 50%;
  transition: background-color .07s ease-in;
}
.pagination ul li a:hover,
.pagination ul li.active span {
  color: #fff;
  background: var(--color-accent-main);
  transition: background-color .05s ease-out;
}
.pagination ul li span{
  color: var(--color-body-text);
}
.pagination ul li.page-next a, 
.pagination ul li.page-prev a {
  border-radius: unset;
  border: unset;
  background: unset;
  font-weight: 600
}
.pagination ul li.page-next a:hover, 
.pagination ul li.page-prev a:hover {
  color: #000
}
/***** messages styles *****/
#messages {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
  justify-content: center;
  position: fixed;
  bottom: 1rem;
  right: 50%;
  min-width: calc(100% - 2rem);
  transform: translateX(50%);
  font-size: 80%;
  z-index: 10
}
#messages > div { /* .alert */
  display: flex;
  padding: .5rem 2.5rem .5rem 1rem;
  border-radius: .5rem;
  background: #fffcef;
  flex-flow: row wrap;
  justify-content: center;
  align-self: flex-end;
  position: relative;
  text-align: center;
}
#messages .alert .close {
  padding: 0 .4rem;
  position: absolute;
  top: .5rem;
  right: .5rem;
  border-radius: 50%;
  background: #fff;
}

#messages .alert.alert-success {
  background: #eef9c8;
}
#messages .alert.alert-danger {
  background: #fdcccc;
}
#messages .fade-out {
  opacity: 0;
  transition: opacity 0.75s ease-out; /* Adjust the duration and easing as needed */
}
/***** cart styles *****/

.cart-content {
  padding-top: 1rem;
}
.cart-content.cart-empty {
  justify-content: center;
  align-items: center;
}
.cart-content.cart-empty p {
  flex-flow: column wrap;
  display: flex;
  align-content: center;
  gap: .5rem;
  text-align: center;
}
.cart-content.cart-empty a {
  /*   margin-left: 1rem; */
  text-decoration: underline !important;
}
#cart-form {
  display: flex;
  flex-flow: column nowrap;
}
#cart-form .cart-header {
  display: none
}
#cart-form .cart-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
}
#cart-form .cart-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: solid 1px #ccc
}
#cart-form .cart-item:last-child {
  border-bottom: none
}
#cart-form .cart-item .cart-item-actions {
  display: inline-flex;
  gap: .5rem;
  justify-content: center;
}
#cart-form .cart-item .cart-item-actions a[data-behaviours="remove"] {
  border-radius: 50%;
  padding: .1rem .5rem;
  border-color: var(--color-accent-main)
}
#cart-form .cart-item .cart-item-actions a[data-behaviours="remove"]:hover {
  color: #fff;
  background: var(--color-accent-main)
}
#cart-form .cart-item .checkout-quantity {
  flex-flow: row nowrap;
  display: flex;
  margin: .5rem 0;
}
#cart-form .cart-item .product-attribute {

}
#cart-form .cart-item .attribute-price {
  color: #000
}
#cart-form .cart-item .lineprice {
  font-size: 120%;
  color: var(--color-accent-main);
}
#cart-form .cart-item .btn-refresh {
  padding: 0 1.5rem
}
.btn-info,
.cart-item-actions a {
  display: inline-flex;
  padding: .1rem .75rem;
  border: solid 1px;
  margin: .5rem 0;
  font-size: .85rem
}
.btn-info:hover,
.cart-item-actions a:hover {
  color: var(--color-accent-main);
  cursor: pointer;
}
.cart-meta {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  flex-grow: 1;
}
.cart-meta .voucher-options {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: min-content;
  align-items: center;

}
.cart-meta .voucher-options #voucher-form {
  display: flex;
  flex-flow: column nowrap;
  justify-items: center;
  align-items: center;
  gap: .5rem;
}
.cart-meta .voucher-options .voucher-link input[type="checkbox"] {
  display: none
}
.cart-meta .voucher-options .voucher-link input:checked ~ form {
  display: flex !important
}
.cart-meta .voucher-options .voucher-link input:checked ~ form + .voucher-form-opener {
  display: none
}
.cart-meta .cart-totals {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cart-meta .cart-totals h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 100%
}
.cart-meta .cart-totals h3 .order-total {
  color: var(--color-accent-main);
  font-size: 150%;
  line-height: 1;
}

.cart-meta .cart-actions {
  display: flex;
  justify-content: center;
}
.cart-meta .cart-actions .button {
  /*   max-width: 90%; */
  min-width: 80%;
}


/***** floating cart styles *****/
#cart-container {
  display: flex;
  position: fixed;
  right: 0;
  top: calc(100vh - 55%);
  background: #fff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  padding: .5rem;
  z-index: 99;
}
#cart-container > figure {
  position: relative;
  top: 10%;
  cursor: pointer;
}
#cart-container > figure > img {
  width: 3rem;
  height: auto;
  padding: 1%;
  left: 0.2rem;
  top: 5%;
  position: relative;
}
#cart-container figure figcaption {
  display: flex;
  position: absolute;
  top: 5%;
  right: 12%;
  font-size: 70%;
  width: 1.7em;
  height: 1.7em;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  background: var(--color-accent-main);
  border: solid 1px var(--color-accent-main);
  border-radius: 50%;
  color: #fff;
}
#cart-content {
  display: flex;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease-out;

}
#cart-content.open {
  display: flex;
  min-width: 65vw;
  width: auto;
  height: auto;
  right: 4.5rem;
  top: 50%;
  transform: translatey(-50%);
  opacity: 1;
  background: #fff;
  transition: all 0.3s cubic-bezier( 0.99, 0.16, 0.77, 0.96 );
  box-shadow: 3px 5px 10px #0003;
}
.cart-mini {
  display: flex;
  flex: 1;
  list-style: none;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
  gap: .5rem;
  font-size: 90%;
  max-height: 80vh; 
  overflow-y: auto; /* Enable vertical scrolling if content exceeds max height */
}
.cart-mini .cart-item {
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  border-bottom: solid 1px #eee;
  padding: 0 .5em .5rem;
}
.cart-mini .cart-item .product-image-frame {
  align-items: flex-start;
}
.cart-mini .cart-item .product-image {
  max-height: 5rem;
}
.cart-mini .cart-form-actions {
  display: flex;
  gap: .5rem;
  flex: 1;
  flex-flow: column nowrap !important;
}
.cart-mini .cart-form-actions .button {
  display: flex;
  justify-content: center;
  border: solid 1px  var(--color-accent-main);
  background:  var(--color-accent-main);
  color: #fff;
  padding: .5rem 1rem;
  min-width: 100%;
  transition: all .2s cubic-bezier( 0, 0.46, 0.77, 0.96 );
}
.cart-mini .cart-form-actions .button:hover {
  background:  transparent;
  color: var(--color-accent-main);
  transition: all .2s cubic-bezier( 0, 0.46, 0.77, 0.96 );
}
.cart-mini .cart-form-actions .button.btn-viewcart {
  background: transparent;
  border-color: #000;
  color: #000;
  min-width: 40%;
}
.cart-mini .cart-form-actions .button.btn-viewcart:hover {
  border-color: #000;
  background:  #000;
  color: #fff;
}
.cart-mini .cart-item p {
  display: flex;
}
.cart-mini .cart-item .cart-item-quantity {
  gap: .3rem
}
.cart-mini .cart-item .cart-item-quantity .lineprice {
  color: var(--color-accent-main)
}

/***** Footer styles *****/
#footer {
  padding: 2rem 1rem 3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  color: var(--color-link-main);
  position: relative;
  /*! max-height: inherit; */
  gap: 1rem;
  overflow: visible;
}

#footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 720px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.1%22%20fill%3D%22%23FF5722%22%20class%3D%22st0%22%20d%3D%22M0,308.6271c0,0,300.7744-70.748,413.5677-73.418c112.7933-2.671,227.9253,44.041,345.4193,16.024%20c117.494-28.034,225.575-60.065,298.424-104.107c72.849-44.0408,122.1949-84.0842,204.434-38.7158%20c82.238,45.3848,162.135,89.4258,251.425,60.0648s152.74-72.0745,265.53-36.045c112.7999,36.045,434.71,141.479,434.71,141.479%20v562.501H0V308.6271z%22%2F%3E%3Cpath%20opacity%3D%220.1%22%20fill%3D%22%23FF5722%22%20class%3D%22st0%22%20d%3D%22M0,191.1681c35.244-22.693,296.0737-118.8032,399.4656-94.7675%20c103.3924,24.0355,136.2964,53.3965,227.9374,21.3655c91.64-32.0318,281.971-73.4186,390.064-85.4284%20c108.0921-12.0098,84.5891-40.0433,176.2291-10.6825c91.6399,29.3608,180.9299,48.0552,223.234,34.7021%20c42.2999-13.3532,84.59-22.6924,150.3899-8.012c65.8,14.6804,84.5901,32.0315,143.3401,22.6924%20c58.74-9.3392,35.24,0,98.6899-9.3392c63.4401-9.3391,39.9401,14.6805,117.49-2.6706c77.54-17.351,286.67-2.6706,286.67-2.6706%20v61.4088v718.644c0,0-2213.498,14.68-2213.498,0c0-14.681,0-638.558,0-638.558%22%2F%3E%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23FF5722%22%20class%3D%22st1%22%20d%3D%22M0,450.1221c0,0,1057.411-258.954,1193.696-250.943c136.2849,8.012,143.3359,24.02,251.424,2.671%20c108.1-21.349,230.28-56.067,394.77-40.043s373.61,20.021,373.61,20.021v654.582H0V450.1221z%22%2F%3E%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23FF5722%22%20class%3D%22st1%22%20d%3D%22M0,459.4611c0,0,711.992-166.842,805.982-165.514c93.991,1.327,178.58,22.692,394.7651-1.327%20c216.183-24.02,284.3229-5.342,415.923,1.327c131.59,6.668,176.22-29.361,289.0199-25.363%20c112.79,3.998,307.8201,25.363,307.8201,25.363v542.463H0V459.4611z%22%2F%3E%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23FF5722%22%20class%3D%22st1%22%20d%3D%22M0,482.1541c0,0,173.879-78.76,453.512-53.397c279.621,25.363,397.115,12.01,455.862-6.668%20c58.7469-18.695,296.074,20.022,415.918,26.69c119.848,6.669,260.828-64.063,437.058-30.704%20c176.23,33.358,451.16,40.043,451.16,40.043v378.292H0V482.1541z%22%2F%3E%3C%2Fsvg%3E");
  z-index: -1;
  background-size: 100% 100%;
  background-position: bottom;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#footer .site-logo {
  align-items: center;
  position: relative;
  overflow: visible;
  justify-content: center;
  margin-bottom: 1rem
}
#footer .site-logo img {
  min-height: 5rem;
}
#footer .site-logo > a {
  position: relative;
  bottom: 0;
}
#footer div {
  display: flex;
  flex-flow: nowrap;
  flex-direction: column;
  align-self: center
}
#footer div p {
  display: flex;
  flex-flow: nowrap;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
#footer a:hover {
  text-decoration: underline;
  color: #000
}
#footer .meta p a {
  margin-bottom: 0.5rem;
}
#footer .contacts a .icon {
  margin-right: 1rem;
}
#footer .meta div {
  display: flex; 
  flex-direction: column;
  text-align: center;
}
#footer .meta p a:last-child {
  font-weight: bold;
  margin-bottom: 1rem;
}
#footer .copyright {
  font-size: 90%
}

/***** Static Pages styles *****/
.legal-info {
  display: flex;
  flex-flow: column nowrap;
}
.legal-info .h-underline {
  text-align: center
}
.legal-info a {
  color: var(--color-accent-main)
}
.legal-info a:hover {
  text-decoration: underline;
}
.legal-info p {
  line-height: 1.777;
  margin-bottom: .7rem;
  width: 80vw;
  align-self: center;
}
.legal-info ul {
  margin: 0;
  align-self: center;
  list-style: none;
  line-height: 1.777;
}
.legal-info ul li {
  margin-bottom: .7rem;
}
.legal-info ul li:before {
  content: '–';
  position: absolute;
  margin-left: -1.2em;
}
.legal-info ul li:last-child {
  margin-bottom: 0;
}
.legal-info a[name] {
	padding-right: .5rem;
  color: var(--color-accent-main)
}
.legal-info h4 {
  text-align: center;
	padding: 1.5rem 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}
.legal-info h4 a[name] {
  font-size: 1rem;
  bottom: .1rem;
  position: relative
}

.legal-info .essential {
  max-width: 100%;
  align-self: center;
  text-align: center;
}
.legal-info .bank-info {
  display: flex;
  flex-flow: column nowrap;
}
.legal-info .bank-info p {
  margin-bottom: .7rem;
  display: grid;
  grid-template-columns: 30% auto;
  grid-gap: 1rem;
  align-content: flex-start;
  align-self: center;
  max-width: 100%
}

.legal-info .bank-info p .field {
  text-align: right
}
.legal-info .bank-info p .value {
  text-align: left
}

/* .legal-info.bank p {
display: flex;
flex-flow: row wrap;
}
.legal-info.bank p .field {
display: flex;
flex-flow: row wrap;
flex: 1;
max-width: 50%;
text-align: right;
padding-right: 1rem
}
.legal-info.bank p .value {
display: flex;
flex-flow: row wrap;

} */

/***** Checkout styles *****/

#checkout .checkout-welcome,
#shipping-address-form {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
  align-items: stretch;
}
#checkout label {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  gap: .25rem
}
#checkout label .label-text {
  color: var(--color-gray-cold);
  position: relative;
  display: inline-flex;
}
#checkout label.required .label-text:after {
  display: flex;
  position: relative;
  content: "*";
  color: var(--color-accent-main);
  bottom: .1rem;
  left: .2rem;
  font-size: 90%
}
#checkout .checkout-welcome label input,
#shipping-address-form label input,
#shipping-address-form label textarea {
  margin-top: .25rem;
  min-height: 3rem;
  border: solid 2px var(--color-gray-cold);
  background-color: #fffa;
  color: var(--color-link-main);
  font-size: inherit;
  /*   text-align: center */
}

#checkout .checkout-welcome label small,
#shipping-address-form label small{
  opacity: .6;
  color: var(--color-gray-cold);
}
#checkout .form-field:last-child{
  display: flex;
  justify-content: center;
}
#checkout .form-field .error-block {
  color: var(--color-accent-main);
  font-size: 90%
}
#shipping-address-form .form-actions {
  align-items: center; 
}
#shipping-address-form label textarea {
  width: 100%;
  max-width: 100%;
}

.shipping-methods, 
.payment-methods {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem
}
.shipping-methods ul,
.payment-methods ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 1rem .5rem;
  align-self: flex-start

}
.shipping-methods ul li,
.payment-methods ul li {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
#checkout .shipping-methods ul li label,
#checkout .payment-methods ul li label {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.shipping-methods > label {
  display: inline-flex;
  flex-flow: row nowrap !important;
  align-items: baseline;
}
.shipping-method .method-descr {
  margin-left: 2rem;
  display: inline-flex;
  flex-flow: row wrap;
  font-size: 85%;
  color: var(--color-gray-cold)
    /*   gap: .25rem */
}
#checkout-preview .shipping-method .method-descr {
  margin: 0
}
.shipping-method .method-descr a {
  text-decoration: underline;
  margin-left: .3rem;

}
.shipping-methods ul li .label-text,
.payment-methods ul li .label-text {
  color: var(--color-body-text) !important;
}
#gdpr-ready {
  margin-right: .25rem !important;
}
#gdpr-ready + .label-text {
    display: inline !important;
}
#gdpr-ready + .label-text a {
  text-decoration: underline;
  padding-left: .3rem
}
.payment-methods ul li small {
  margin-top: .5rem;
  color: var(--color-gray-cold) !important;
}
.payment-details {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem
}
.payment-details .btn-action {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center
}

.shipping-payment {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: 2rem
}
.shipping-payment h3,
.shipping-payment h5,
.order-contents h3,
.order-contents h5 {
  font-family: 'Open Sans';
}
.shipping-payment h3,
.order-contents h3{
  font-weight: bold;
  margin-bottom: 1rem;
}
.shipping-payment h5 {
  font-weight: bold
}
.shipping-info {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto; 
}
.shipping-info .shipping-address {
  margin-bottom: 1.5rem
}
.shipping-address-fields h5 {
  margin-top: 1rem;
}
.shipping-address-fields h5:first-child {
  margin-top: 0
}
/* .shipping-address-fields address {
margin: 0;
}
.shipping-address-fields ul {
margin: 0 0 1rem;
padding: 0;
list-style: none;
gap: 2rem; 
}
.shipping-address-fields ul li {
margin: 0
} */
.shipping-method p {
  display: inline-flex;
  align-items: baseline;
  flex-flow: column
}

.order-contents {
  margin-top: 2rem;
  flex-flow: column nowrap;
}
.order-contents h3 {
  /*! align-self: flex-start; */
}
.order-contents .cart-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
}
.order-contents .cart-items li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: solid 1px #ccc
}
.order-contents .cart-items .product-image-frame a {
  display: flex;
  justify-content: center
}
.order-contents .cart-items .product-image-frame img {
  height: auto;
  max-width: 80%;
}
.order-contents .cart-totals {
  margin-top: 1.5rem
}
.order-contents .cart-totals > div > span,
.order-contents .cart-totals > h3 > span {
  padding-left: .5rem
}
.order-contents .order-total {
  color: var(--color-accent-main)
}
.place-order-form .form-group {
  display: flex;
  flex-flow: column nowrap;
}
.place-order-form.place-order-form-top {
	margin-bottom: 1.25rem;
}
.place-order-form button {
  align-self: center;
}
.order-contents > h3 { 

}
.order-contents > h3 .edit-cart {
  flex-flow: column nowrap;
  display: inline-flex; 

  font-weight: normal;
}

#checkout .lead {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  align-self: center;
  text-align: center;
}
#checkout .lead .btn-action {
  align-self: center;
  align-items: center;
}

#search .highlighted {
  background: var(--color-accent-main);
  color: #fff;
  padding: 0 0.3em;
}

/***** Heading styles *****/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-family: 'Trajan Pro 3';
}

body.dashboard h1,
body.dashboard h2,
body.dashboard h3,
body.dashboard h4,
body.dashboard h5,
body.dashboard h6 {
  font-family: "Open Sans";
}

h2 {
  font-size: 180%;
  /* font-size: 130%; */
  margin-bottom: 2rem;
}
.h-underline {
  border-bottom: solid 1px var(--color-link-main);
  /*! margin-bottom: 2.5rem; */
}



/***** Paragraph styles *****/
p {
  margin: 0;
}


/***** Link styles *****/
a {
  color: var(--color-link-main);
  text-decoration: none;
}

a:hover {
  color: var(--color-accent-main);
}

/***** Images & icons styles *****/

figure {
  margin: 0;
}

#techdebt {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: .5rem
}
#techdebt h3 {
  margin: 0;
  font-family: 'Open Sans';
  font-size: 150%
}
#techdebt p {}
#techdebt a {
  text-decoration: underline;
  cursor: pointer
}

/***** Responsive layout *****/
@media (min-width: 1024px) {

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-body-text);
    height: 100%;
  }


  .row {
    flex: 1;
    flex-direction: row;
    display: flex;
    align-items: center;
  }
  .col {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .dot-nav {
    list-style: none;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px;
    padding: 0;
  }
  .dot-nav li {
    border-radius: 9999px;
    height: 0.75rem;
    width: 0.75rem;
    background-color: var(--color-body-text);
    border: 2px solid var(--color-body-text);
    margin: 0 1rem;
    text-indent: -9999vh;
    overflow: hidden
  }
  .dot-nav li.active {
    background-color: var(--color-accent-main);
    border-color: var(--color-accent-main);
  }
  .dot-nav li:hover {
    background-color: var(--color-accent-main);
    border-color: var(--color-accent-main);
    cursor: pointer;
  }

  .btn-slide {
    position: absolute;
    background: var(--color-accent-main);
    font-weight: bold;
    color: #fff;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 50%;
    opacity: 0;
    border: none;
    transition: opacity 300ms ease-in-out;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
  }
  .prev,
  .next {
    top: 50%;
    transform: translateY(-60%);
  }
  .prev {
    left: 2rem;
  }
  .next {
    right: 2rem;
  }

  button, input[type="submit"], .button {
    position: relative;
    overflow: hidden;
    cursor: pointer
  }

  /***** #header styles *****/

  #header {
    /* border-bottom: 2px solid #f5f5f5; */
    display: flex;
    max-height: 7rem;
    padding: 0 7vw;
    color: var(--color-link-main);

    margin-top: 3rem;
  }
  #header .col.side-left,
  #header .col.side-right {
    display: flex
  }
  #header .col.side-left .row {
    text-align: left;
    justify-content: left;
  }
  #header .col.side-right .row {
    text-align: right;
    justify-content: right;
  }
  #header .col .row:first-child {
    border-bottom: solid 1px var(--color-link-main);
  }
  #header .row a {
    display: flex;
    align-items: center;
  }
  #header .col.site-logo {
    padding: 0;
    align-items: center;
    justify-content:  center;
    min-height: 7rem;
  }
  .site-logo img {
    height: 6.3rem;
  }
  #header img.icon,
  #header .age-rating {
    /* padding: 0 1rem */
  }

  #header .col.side-left img.icon {
    padding-left: 0
  }
  #header .age-rating {
    font-size: 130%;
    font-weight: 600;
    letter-spacing: -2px;
    color: #90A4AE;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 1px;
  }
  #header .age-rating span {
    font-weight: 700;
    position: relative;
    left: 1.5px;
    bottom: 0;
  }
  .search-form.desktop {
    display: flex;
    z-index: 1; 
    position: relative;
  }
  #search-box {
    display: flex;
    visibility: hidden;
    transform: translate(0);
    width: 0;
    border: solid 1px #bbb;
    color: var(--color-link-main);
    border-radius: 1.5rem;
    padding: .4rem .7rem;
    position: relative;
    left: 2.2rem;
    opacity: 0;
    z-index: -1;
  }
  #search-box::placeholder {
    color: var(--color-link-main);
    opacity: .3 !important;
  }

  /* .search-box:hover #search-box { */
  .search-form.desktop.open #search-box {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition: all 0.3s cubic-bezier(0.99, 0.16, 0.77, 0.96)
  }

  .mobile-menu, #mobile-menu {
    display: none !important;
  }

  /***** Main content styles *****/
  main {
    padding: 2rem 7vw;
    display: flex;
    flex-flow: column wrap;
    flex: 1;
    gap: 1.5rem;
  }
  #hero-image {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    background-image: url('img/hero.jpg');
    background-size: cover;
    min-height: 80vh;
  }
  #hero-image p {
    position: relative;
  }
  #hero-image p.sub:after,
  #hero-image p.sup:after{
    display: flex;
    position: absolute;
    content: '';
    background-image: url('img/deco-leaf_l.svg');
    background-size: cover;
    width: 8.5rem;
    height: 5.5rem;
  }
  #hero-image p.sup:after {
    bottom: 4rem;
  }
  #hero-image p.sub:after {
    top: 4rem;
    transform: scale(-1, -1);
  }
  #hero-image p {
    display: flex;
    justify-content: center;
    color: #fff
  }
  #hero-image p.sup {
    margin-bottom: 1rem
  }
  #hero-image p.sup,
  #hero-image p.sub {
    font-size: 130%;
    letter-spacing: .5rem;
    font-variant: all-small-caps
  }
  #hero-image p.title {
    font-size: 300%;
    font-family: 'Trajan Pro 3';
    margin-bottom: 1rem;
    text-shadow: 0 5px 15px #000b
  }

  #messages {
    gap: 1.5rem;
    bottom: 1rem;
    right: 1rem;
    min-width: unset;
    transform: none
  }

  .breadcrumbs-container {
    display: flex;
    flex-direction: column;
  }
  .breadcrumbs {
    justify-content: flex-start;
  }

  .pagination {
    margin-top: 5rem;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
    align-items: flex-start;
  }
  .cards article {
    display: grid;
    grid-auto-flow: row; 
    justify-items: center;
    text-align: center;
    grid-gap: 1.5rem;
    justify-content: center;
  }
  .cards article img {
    max-height: 5rem;
    width: auto;
  }
  .tiles {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
    align-items: start;
  }
  .tiles article {
    display: grid;
    grid-auto-flow: row; 
    justify-items: center;
    text-align: center
  }
  .tiles article img {
    /* max-width: 6rem; */
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    /* min-height: 6rem; */
  }
  .tiles article p {
    text-align: center;
    /*   font-size: 90%; */
    max-width: 80%
  }
  .tiles article:last-child p {
    max-width: 100%
  }

  .category-filter {
    margin: 1rem 0 ;
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
  }
  .category-filter .category-list {  
    max-height: 3.5rem;
  }
  .category-filter.show-all .category-list {
    max-height: 100vh;
    transition: max-height 0.5s ease-out;
  }
  .category-list li,
  .category-list li:nth-child(n+2) {
    display: inherit
  }

  .category-list li:nth-child(n+6) {
    display: none;
  }
  .category-filter.show-all .category-list li:nth-child(n+6) {
    display: inherit !important;
  }

  .results-options {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }
  .results-sort {
    display: flex;
  }
  .results-sort .form-field .row {
    gap: .5rem
  }
  .results-sort .form-field select {
    border-radius: 1rem;
  }


  .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*! grid-template-rows: repeat(8, 5vw); */
    grid-gap: 3rem 2.5rem;
  }
  .product-image-frame {
    position: relative;
    overflow: hidden;
    /*! aspect-ratio: 1 / 1; */
    align-items: center;
    display: flex;
  }
  .product-image-frame .like {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    border: none;
    display: none;
    cursor: pointer;
  }
  .product-image-frame:hover .like {
    /* display: flex; */
    display: none;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  .product-image-frame .like:hover {
    --color-heart-bg: #ff2200 !important;
    transform: scale(1.3)
  }

  .product-image-frame .banner {
    position: absolute;
    bottom: 3%;
    right: -2rem;
    background: #ff3000;
    color: #fff;
    padding: 0.2rem 3rem;
    transform: rotate(-45deg);
  }
  .product-title {
    font-family: "Open Sans";
    font-size: 1.2em;
    margin: 0.7rem 0;
  }
  .product-tile .product-description {
    font-size: 0.9em;
    margin-bottom: 0.7rem;
  }
  .product-tile .product-description .cha-name {
    font-family: "Open Sans";
    font-size: 1.4em;
    margin: 0;
  }
  .product-info .product-tile .product-price {
    font-size: 1.2em;
  }
  .product-tile .product-price .price {
    font-weight: 600;
  }
  .product-tile .product-price .per-unit {
    font-weight: 300;
  }

  #product {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  #product .columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #product .product-image-container {
    flex: 0.4;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: display 0.5s ease-out;
  }
  #product .product-info {
    flex: 0.55
  }
  #product .product-image-frame {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-out;
  }

  #product .product-images .product-image {
    display: none;
    transition: all 0.5s ease-out;
  }
  #product .product-image.active {
    display: flex;
    animation: fadeImg 0.5s;
    cursor: zoom-in;
  }
  .product-image-container:hover .btn-slide {
    opacity: 1
  }
  .product-image.zoomed {
    transform: scale(1.2);
    transition: all 0.5s ease-in;
    max-height: 100%;
  }
  .product-image-container.zoomed {
    cursor: zoom-out;
    position: fixed !important;
    top: 0;
    left: 0;
    width: calc(100vw - (100vw - 100%));
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99991;
  }
  .product-image-container.zoomed .btn-slide {
    transform: scale(1.5)
  }

  #product .product-info .product-title {
    font-size: 1.75em;
    margin-bottom: 0.7rem;
  }
  #product .product-info .product-rating {
    list-style: none;
    display: flex;
    margin-bottom: 0.7rem;
    padding: 0;
  }
  #product .product-description {
    font-size: 1em;
    margin-bottom: 0.7rem;
    max-width: 80%
  }
  #product .product-options fieldset {
    padding: .75rem 1.5rem;
  }
  #product .product-options .product-pricing {
  }
  #product .product-info .product-price {
    align-self: center;
    justify-items: center;
  }

  #product .product-purchase {
    align-items: flex-start;
  }
  #product .purchase-options {
    align-self: flex-start; 
  }

  #product .product-purchase fieldset input,
  #product .product-purchase fieldset label {
    cursor: pointer 
  }
  #product .product-purchase .amount-ctl{
    flex: 0 0 auto;
  }
  #product .product-purchase .amount-ctl button {
    min-width: 3rem;
  }
  #product .product-purchase button[type="submit"] {
    padding: 0 2rem;
    line-height: inherit;
    flex: inherit;
  }

  .recently-viewed .tiles {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
    align-items: start;
  }
  .recently-viewed .product-price {
    font-size: 0.9em;
  }
  .recently-viewed .product-title {
    font-size: 1em;
    margin: .25rem 0;
  }



  /***** cart styles *****/
  /*   
  #cart-form .cart-header {
    display: grid;
    grid-template-columns: minmax(50%, 3fr) minmax(26%, 1fr) minmax(10%, 1fr) minmax(10%, 1.2fr);
    justify-items: center
  }
  .cart-content {
    display: flex;
    justify-content: space-between;
    gap:2%;
  }
  #cart-form {flex: .8}
  .cart-meta {flex: .2}
  #cart-form .cart-item {
    display: grid;
    gap: .5rem;
    padding: .5rem 0;
    font-size: 90%;
    grid-template-columns: 
      minmax(5%, .8fr) minmax(27%, 2fr) minmax(3%, .85fr) minmax(25%, 2fr) minmax(2%, .8fr) minmax(1%, 1fr);
  }
  */
  #cart-form .cart-header {
    display: grid;
    grid-template-columns: minmax(64px,96px) minmax(200px,1fr) minmax(70px,150px) 270px minmax(70px,150px) auto;   
    justify-items: center
  }
  #cart-form .cart-header span:first-child {
    grid-column: span 2;
  }
  #cart-form .cart-header span:nth-child(2) {
    grid-column: span 2;
    padding-left: 50%
  }
  #cart-form .cart-header span:nth-child(3) {
    margin-left: 40%
  }
  .cart-content {
    display: flex;
    justify-content: space-between;
    gap: 2%;
  }
  #cart-form {flex: .8}
  .cart-meta {flex: .2}
  #cart-form .cart-item {
    display: grid;
    gap: .5rem;
    padding: .5rem 0;
    font-size: 90%;
    grid-template-columns: minmax(64px,96px) minmax(200px,1fr) minmax(70px,150px) 270px minmax(70px,150px) auto; 
  }
  #cart-form .cart-item .product-title,
  #cart-form .cart-item .checkout-quantity {
    min-width: 0; 
  }
  #cart-form .cart-item .checkout-quantity > .amount-ctl {
    min-width: unset;
    max-width: unset;
    width: 50% !important;
  }
  #cart-form .cart-item .checkout-quantity input,
  #cart-form .cart-item .checkout-quantity button.amount-ctl{
    min-width: 3rem;
    max-width: unset;
  }
  #cart-form .cart-item .checkout-quantity .btn-refresh {
    min-width: 3rem;
      width: 50% !important;
  }

  .cart-item .cart-item-lineprice {text-align: center}
  .cart-item .cart-item-lineprice i {display: none}

  #cart-form .cart-item .product-image {
    max-width: 5rem
  }
  #cart-form .cart-item .product-attribute {
    text-align: right;
    padding-right: .5rem;
  }
  .cart-meta .cart-actions .button {
    min-width: 75%
  }
  .cart-meta .cart-totals {
    flex-flow: row nowrap;
    align-self: center;
    flex-grow: 0;
    flex-shrink: 1;
    text-align: center
  }
  /***** floating cart styles *****/
  #cart-container {
    display: flex;
    position: fixed;
    right: 0;
    top: calc(100vh - 55%);
    background: #fff;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: .5rem;
    z-index: 9999;
  }
  #cart-container figure {
    /*! cursor: pointer; */
    aspect-ratio: auto;
    flex: 0 1 auto !important;
  }
  #cart-container img {
    width: 3rem;
    height: auto;
    padding: 1%;
    left: 0.2rem;
    top: 5%;
    position: relative;
  }
  #cart-container figure figcaption {
    display: flex;
    position: absolute;
    top: 5%;
    right: 12%;
    font-size: 70%;
    width: 1.7em;
    height: 1.7em;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    background: var(--color-accent-main);
    border: solid 1px var(--color-accent-main);
    border-radius: 50%;
    color: #fff;
  }
  #cart-content {
    display: flex;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in;
  }
  #cart-content.open {
    width: auto;
    height: auto;
    flex-flow: column nowrap;
    flex-grow: 0;
    flex-shrink: 1;
    gap: .5rem;
    min-width: 33vw;
    /* 	max-width: 35vw; */
  }

  .cart-mini {
    flex-flow: column nowrap;
    margin: 0;
    padding: 1rem;
    gap: .5rem;
    flex: 1;
  }
  .cart-mini .cart-item {
    flex-flow: row wrap;
    align-items: baseline;
    flex: 1;
    justify-content: stretch;
    min-width: 100%;
  }
  .cart-mini .cart-item .product-image-frame {
    align-items: flex-start;
    margin-right: 1rem
  }
  .cart-mini .cart-item p {
    flex: 1 1 45%;
  }
  .cart-mini .cart-item .cart-item-quantity {
    justify-content: flex-end;
    flex: 1 1 30%;
  }
  .cart-mini .cart-form-actions {
    justify-content: flex-end;
    min-width: 100%;
    gap: .5rem;
    flex-flow: row nowrap !important;
    margin-top: .5rem;
  }
  .cart-mini .cart-form-actions .cart-total {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 1rem
  }

  .cart-mini .cart-form-actions .button {
    display: flex;
    justify-content: center;
    font-size: 100%;
    min-width: 30%;
  }


  /***** Footer styles *****/
  #footer {
    padding: 5rem 1rem 1rem;
    flex-direction: row;
    gap: 0;
    max-height: 13rem;
  }
  #footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    /*! background-size: 100%; */
    background-position: 50% 41vh;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #footer .site-logo {
    align-items: center;
    position: relative;
    overflow: visible;
  }
  #footer .site-logo img {
    min-height:7rem;
  }
  #footer .site-logo > a {
    position: absolute;
    /* bottom: 25%; */
    bottom: 8%;
  }
  #footer div {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    align-self: center
  }
  #footer div p {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  #footer a:hover {
    text-decoration: underline;
    color: #000
  }
  #footer .meta p a {
    margin-bottom: 0.5rem;
  }
  #footer .contacts a .icon {
    margin-right: 1rem;
  }
  #footer .meta div {
    display: flex; 
    flex-direction: column;
    text-align: right;
  }
  #footer .meta p a:last-child {
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #footer .copyright {
    font-size: 90%
  }

  /***** Static pages styles *****/

  .legal-info.bank p {
    grid-template-columns: 46% auto;
  }
  .legal-info.privacy p {
    max-width: 55vw;
  }

  /***** Checkout styles *****/
  #checkout h2 {
    text-align: center
  }
  #checkout .checkout-welcome,
  #shipping-address-form {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    align-items: stretch;
    max-width: 20vw;
    align-self: center;
  }
  form.shipping-methods,
  .payment-details {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    align-items: center;
    max-width: 80vw;
    width: 30vw;
    align-self: center;
  }
  #checkout .checkout-welcome label,
  #shipping-address-form label {
    flex-flow: column nowrap;
  }
  #checkout .checkout-welcome label input,
  #shipping-address-form label input,
  #shipping-address-form label textarea {
    margin-top: .25rem;
    min-height: 3rem;
    font-size: inherit;
    /*   text-align: center */
  }


  #shipping-address-form .form-actions,
  form.shipping-methods .btn-action {
    align-items: center; 
  }
  #shipping-address-form label textarea {
    width: 100%;
    max-width: 100%;
  }

  .shipping-methods {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem
  }
  .shipping-methods ul {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 1rem .5rem
  }
  .shipping-methods ul li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .shipping-methods ul li label {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 1rem;
    cursor: pointer
  }

  .shipping-info {
    flex-flow: row wrap;
    flex: 0 .5 75%;
  }
  .shipping-info .shipping-method {
    margin-top: 3rem;
  }
  #checkout-preview .shipping-payment {
    align-items: flex-start;
    flex-direction: row;
  }
  .order-contents {
    flex-flow: column nowrap;
    align-items: stretch;
  }
  .order-contents .cart-items {
    flex-flow: column nowrap;
  }
  .order-contents .cart-items li {
    display: grid;
    grid-template-columns: minmax(64px,96px) minmax(0,1fr) minmax(100px,.11fr) auto;
    gap: .75rem;
  }
  .order-contents .cart-items li .product-image-frame {
    max-width: unset;
  }
  .order-contents .cart-items li .product-image-frame .product-image {
    width: 100%;
    height: 100%;
  }
  .order-contents .cart-items li .product-title {
    margin-left: 1rem
  }
  /*
   .order-contents .cart-items li {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: stretch;
    padding: .5rem 0;
  }
  
  .order-contents .cart-items li .product-title {
    flex-grow: .8;
    flex-shrink: 0;
  }
  .order-contents .cart-items li .product-attribute {
    flex-grow: .1;
    flex-shrink: 1;
  }
  .order-contents .cart-items li .lineprice {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .order-contents .cart-items li .product-image-frame {
    flex-grow: 0;
    flex-shrink: 1;
  }
  .order-contents .cart-items .product-image {
    max-width: 50%;
    width: auto;
  }
  */

  .order-contents .cart-totals,
  .place-order-form button {
    align-self: flex-end; 
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
  }
  .place-order-form-top {
    display: none;
  }
  
  
/***** Static Pages styles *****/

.legal-info p, .legal-info ul {
  width: 60vw;
}
  
.legal-info .essential {
  width: 60vw;
  align-self: center;
  text-align: center;
}

.legal-info .bank-info {
  display: flex;
  flex-flow: column nowrap;
/*   width: 40vw */
}
.legal-info .bank-info p {
  margin-bottom: .7rem;
  display: grid;
  grid-template-columns: 33% auto;
  grid-gap: 1rem;
  align-content: flex-start;
  align-self: center;
  max-width: 65%
}

.legal-info .bank-info p .field {
  text-align: right
}
.legal-info .bank-info p .value {
  text-align: left
}

/* .legal-info.bank p {
  margin-bottom: .5rem;
  display: grid;
  grid-template-columns: 33% auto;
  grid-gap: 1rem;
  align-content: flex-start;
  align-self: unset;
}
.legal-info.bank p:nth-child(2) {
  grid-template-columns: 100%;
  text-align: center;
  align-self: unset;
  margin-bottom: 1.5rem;
}
.legal-info.bank p .field {
  text-align: right
}
.legal-info.bank p .value {
  text-align: left
} */
}