
.splash-image {
    width:100%;
    height:var(--b-splash-image-height);
    
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
   
    padding-top:var(--b-header-height);
}
[class*="header-image" ]{
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}

.header-image-1 {
    background-image: url(/images/berries.jpg);
}
.header-image-2 {
    background-image: url(/images/apple-blur-branch-257840.jpg);
}
.header-image-3 {
    background-image: url(/images/matchagreentea.png)
}
.height-80vh {
    min-height:80vh;
}
.border-radius-left {
    border-top-left-radius: 10vw;
    border-bottom-left-radius: 10vw;
}
.border-radius-right {
    border-top-right-radius: 10vw;
    border-bottom-right-radius: 10vw;
}
section {
    
    min-height:calc(100vh - var(--b-header-height) * 2);
    padding-top:var(--b-header-height);
}
.section-header {
    
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    min-width:300px;
    max-width:1170px;
   /* background:linear-gradient(to top, transparent 98%,var(--c-shade-a));*/
    flex:1 1 50%;
}
.section-header h3 {
    font-size: 2em;
}
.section-content {
   /* background:linear-gradient(to bottom, transparent,var(--c-shade-a), var(--b-foreground-a));*/
    justify-content: center;
    align-items: center;
    flex:1 1 50%;
    min-width:calc(300px - 3em);
}
.section-text {
    text-align:left;
   
    max-width: 720px;
}

.product-list {
    justify-content: center;
    max-width:1170px;
    width:100%;
}
.product {
    padding:10px;
    padding-top:16vh;
    
    background-color: var(--b-background-dark);
    background-image: url(/images/aromatherapy-aromatic-bottle-932577.jpg);
    border-radius:2vw;
   width:100%;
     min-width:250px;
   
     background-position: center right;
     background-size:cover;
     background-attachment: fixed;
}

.product-list .product .card-body a.go-to-products {
    border-radius: 2vh;
    border:1px solid white;
}
.product-list .product a {
    color:white;
}
.product-title {
    padding:12px 0px;
    font-size: 1.1rem;
}
.product-content {
    padding:5px 0px;
}
img {
    width:100%;
}

#products .section-content {
    align-items: center;
    justify-content: center;
    padding:10px 0px;
}
#shops .section-content {
    padding-bottom:10px;
}
#shops .section-header {
   
    border-radius:10vw ;
    width:100%;
}
#contact .section-content {
    align-items: center;
}
#map-container {
    max-width:calc(var(--b-map-width) * 2);
    height:var(--b-map-width);
    color:var(--b-text-dark);
    width:100%;
   
}
#map {
    width:100%;
    height:100%;
    
    border-radius:10px;
}
#shoplist{
    justify-content: center;
    max-width: 1170px;
    width:100%;
    margin-bottom:10px;
    gap:10px;
}
#shoplist select {
    min-height: 28px;
    background-color: var(--c-shade-a);
    color:var(--b-text)
}
#current-shop {
    max-width: 320px;
    width:100%;
}
.shop {
    width:calc(33.33% - 34px);
   
    background-image: url(../images/apple-blur-branch-257840.jpg);
    background-position: center;
    background-attachment: fixed;
   
    cursor:pointer;
    padding:12px;
    display:flex;
    flex-direction: column;
    row-gap: 5px;;
    border-radius: 2vw;
    min-width:300px;
    max-width:calc(33.33% - 34px);
    flex:1
}
.active-shop {
    background-color: var(--b-foreground-c);
    order:-1;
    box-shadow: 0px -1px 2px var(--c-shade-a);
}
.shop i {
    margin-right:5px;
}
.shop .shop-name {
    font-size:1.2rem;
    font-weight: bold;
    padding:4px;
}
.shop .shop-address,
.shop .shop-tel {
    padding:0px 4px 4px 4px
}
form {
    width:calc(100% - 40px);
    padding:20px;
    max-width: 720px;
}
form label {
    padding:3px;
    font-size: 1rem;
}
form input,
form select,
form textarea {
    min-height: 32px;
    background-color:white;
    border:1px solid var(--c-shade-a);
    color:var(--b-text-dark);
    margin-bottom:5px;
    border-radius: 3px;
}
form input.invalid {
    border:1px solid red;
}
form textarea.invalid {
    border:1px solid red;
}
form input:focus,
form input:focus-visible,
form select:focus,
form select:focus-visible,
form textarea:focus,
form textarea:focus-visible {
    border:1px solid var(--b-tint-a);
    outline:0;
}
form input[type="submit"]{
    background-color: var(--b-foreground-c);
    margin-top:4px;
    border:0;
    color:var(--b-text);
    height:36px;
    border-radius: 5px;
}
#made-by {
    position:fixed;
    bottom:-100px;
    left:10px;
    z-index:100;
    opacity:0;
    transition:all 0.2s ease-in-out
}
#made-by.show {
    opacity:1;
    bottom:55px;
}
#made-by.show img {
    animation: rotate 0.3s linear 0.5s 1;
}
#made-by .attribution {
    padding:8px;
    background-color:black;
    padding-left:20px;
    border-radius: 15px;
    border:1px solid var(--b-tint-b)
}
#made-by img {
    position:absolute;
    top:-15px;
    left:-5px;
    width:50px;
}
#made-by span {
    color:var(--b-background)
}
.solid {
   width:30%;
   margin:20px 0px;
   border-color: var(--b-tint-b);
}
.bottom {
    width:10%;
}
.icon-heading {
    margin-top:15px;
    font-size: 1.2rem;
    color:white;
}
.note {
    max-width: 1170px;
    width:100%;
    text-align: center;
    font-size: 1rem;
}
.note-text{
    padding:5px;
}
.site-modal {
    padding:10px;
    
    position:fixed;
    top:-150px;
    left:50%;
    transform: translate(-50%, 0%);
    opacity:0;
    transition: all 0.5s ease-in-out;
    text-align:center;
    border-radius:3px;
    display:flex;
    align-items: center;
    z-index: 1000;
  }
  .site-modal.show {
    top:60px;
    opacity:1;
    
  }
  .site-modal.show.error {
    background-color: red;
  }
  .site-modal.error #success,
  .site-modal.success #error {
    display:none;
  }
  .site-modal.show.success {
    background-color: green;
  }
  .site-modal i {
    margin-right:5px;
  }
  .splash-image-wrapper {
    height:90%;
    border-bottom-left-radius: 10vw;
    border-bottom-right-radius: 10vw;;
  }
  a.explore-btn {
    border-radius: 2vh;
    border:1px solid white;
    max-width:300px;
    width:100%;
  }
@keyframes rotate {
    0%   {transform: rotateZ(0deg);}
    25%  {transform: rotateZ(10deg);}
    50%  {transform: rotateZ(-10deg);}
    100% {transform: rotateZ(0deg);}
  }
@media screen and (min-width:768px){
    
    .section-header {
        
        font-size: 1.5rem;
    }
}
.news_entry {
    max-width:700px;
}
.entry-content img {
    width:auto;
}