/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root {
  --button-base: #dfecc1;
  --button-hover: #bcd483;
  --focus: #006a3232;
  --text-main: #0f2c15;
  --text-bright: var(--text-main);
  --form-text: var(--text-main);
  interpolate-size: allow-keywords;
}

main, footer {
  position: relative;
  z-index: 0;
}





/* ---------- */
/* TYPOGRAPHY */
/* ---------- */

body p, body .post-content p  {
  /* hyphens: auto; */
  margin-bottom: .5em;
}

p a {
  transition: none !important;
}

p:last-child,
.fusion-post-content p:last-child,
.post-content p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .3em;
}

.text-mini    { font-size: .5em; }
.text-smaller { font-size: .7em; }
.text-bigger  { font-size: 1.3em; }
.text-2em     { font-size: 2em; }
.text-3em     { font-size: 3em; }
@media screen and (min-width: 500px) {
  .text-4em   { font-size: 4em; }
  .text-5em   { font-size: 5em; }
}

.text-right { text-align: right; }

.smalltext,
.smalltext .menu-text {
    font-size: .8em !important;
    line-height: 1;
}

.largetext,
.largetext p {
    font-size: 1.3em;
}

.img-contain img {
    object-fit: contain !important;
}

.white,
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: white;
}

.green { color: var(--awb-color2) }

.weak {
  opacity: .7;
}

.opacity-4 { opacity: .4; }
.opacity-5 { opacity: .5; }
.opacity-6 { opacity: .6; }
.opacity-7 { opacity: .7; }
.opacity-8 { opacity: .8; }
.opacity-9 { opacity: .9; }

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid var(--awb-color4);
  margin: 1em 0;
  padding: 0;
}

.pre-line { white-space: pre-line; }

button,
.button.smalltext {
    border: 2px solid var(--awb-color3);
    border-radius: 500px;
    background: var(--awb-color3);
    color: var(--awb-color2);
    cursor: pointer;
    display: inline-block;
    padding: .2em .6em;
    white-space: nowrap;
    width: fit-content;
}

button.green:not(:hover) {
    border-color: var(--awb-color2);
    background: var(--awb-color2);
    color: var(--awb-color6);
}

button.darker:not(:hover) {
    border-color: var(--awb-color4);
    background: var(--awb-color4);
}

button:hover,
.button.smalltext:hover {
    border-color: var(--awb-color2);
    background: var(--awb-color6);
}

.largetext button,
.fusion-post-cards .fusion-load-more-button {
  background: var(--awb-color2);
  font-size: .8em;
  padding: .6em 1.2em;
  color: var(--awb-color6);
  border-color: var(--awb-color2);
}

.largetext button:hover,
.fusion-post-cards .fusion-load-more-button:hover {
  background: var(--awb-color6);
  color: var(--awb-color2);
}

button.span { border-radius: 0; }


button:disabled {
  opacity: .2;
  pointer-events: none;
  cursor: wait;
}




/* ------ */
/* LAYOUT */
/* ------ */

.max-400  { max-width: 400px !important; margin-left: auto !important; margin-right: auto !important; }
.max-600  { max-width: 600px !important; margin-left: auto !important; margin-right: auto !important; }
.max-800  { max-width: 800px !important; margin-left: auto !important; margin-right: auto !important; }
.max-1000 { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; }

.card {
  background-color: white;
  border: 2px solid var(--awb-color4);
  padding: .4em .8em;
}

@media screen and (min-width: 700px) {
  #results {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .6rem;
  }
  .challenge {
    max-width: calc(50% - 0.3rem);
  }
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.span {
  width: 100%;
}

.p-0 { padding: 0 }
.p-2-percent  { padding: 2% }
.p-6-percent  { padding: 6% }
.p-12-percent { padding: 12% }

.pb-05  { padding-bottom: .5em; }

.pt-05  { padding-top: .5em; }

.m-0    { margin: 0 !important; }

.mt-0   { margin-top: 0 !important; }
.mt-05  { margin-top: .5em !important; }
.mt-1   { margin-top: 1em !important; }
.mt-2   { margin-top: 2em !important; }
.mt-3   { margin-top: 3em !important; }
.mt-4   { margin-top: 4em !important; }
.mt-5   { margin-top: 5em !important; }
.mt-10  { margin-top: 10px !important; }
.mt-20  { margin-top: 20px !important; }

.mb-0   { margin-bottom: 0 !important; }
.mb-02  { margin-bottom: .2em !important; }
.mb-05  { margin-bottom: .5em !important; }
.mb-1   { margin-bottom: 1em !important; }
.mb-1em { margin-bottom: 1em; }
.mb-2   { margin-bottom: 2em !important; }
.mb-3   { margin-bottom: 3em !important; }
.mb-4   { margin-bottom: 4em !important; }
.mb-5   { margin-bottom: 5em !important; }
.mb-60  { margin-bottom: 60px; }

.my-0  { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-30 { margin-top: 30px; margin-bottom: 30px; }

.ml--02,
[data-add-to-cart]  { margin-left: -.2em !important; }
.ml--05             { margin-left: -.5em !important; }
.mr--02             { margin-right: -.2em !important; }

.right {
  text-align: right;
  white-space: nowrap;
}

.absolutely-right {
  position: absolute;
  right: 0;
  translate: -100%;
}

.fullwidth {
  width: 100%;
}

.max-fit-content {
  max-width: fit-content;
}

#results .challenge {
  border-radius: 5px;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 0.3rem);
  margin-bottom: .6rem;
}

.name, .completedCheckpoints, .latestCheckpointAddedOn {
  margin: 0 0 .2em;
}

.latestCheckpointAddedOn {
  font-size: .7em;
  opacity: .7;
  margin: 0;
}




/* -------- */
/* ARTICLES */
/* -------- */

.gestalt {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.gestalt > div {
  flex-grow: var(--ratio);
  flex-shrink: 1;
  flex-basis: 0;
  aspect-ratio: attr(data-ratio number); /* fallback */
  display: flex;
}

.gestalt img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 1000px) {
  .single-post .woocommerce,
  p.gestalt {
    margin-left: -40%;
    margin-right: -40%;
    width: 180%;
  }
}





/* ----- */
/* FORMS */
/* ----- */

button[type=submit] {
  display: block;
}





/* ------ */
/* TABLES */
/* ------ */

table {
  width: 100%;
  margin-bottom: 1em;
}

table tr th, table tr td {
  border: 2px solid;
  border-color: var(--text-main);
  font-variant-numeric: tabular-nums;
  padding: 10px;
}





/* ---------- */
/* NAVIGATION */
/* ---------- */

.awb-menu__main-li > ul.awb-menu__sub-ul {
  border-top: none;
}

.awb-menu__main-li, .awb-menu__main-li span .awb-menu__sub-li, .awb-menu__sub-ul {
  transition: none !important;
}

.awb-menu__sub-li:not(:last-child), .awb-menu.collapse-enabled li {
  border-width: 2px !important;
}

.awb-menu__open-nav-submenu-hover {
  font-size: 14px;
}

.awb-menu__main-a_regular > .awb-menu__open-nav-submenu-hover {
  display: none !important;
}

.awb-menu_expand-right .awb-menu__sub-ul_grand, .ltr .awb-menu_expand-center .awb-menu__sub-ul_grand {
  top: -2px !important;
}

.awb-menu__sub-a {
  line-height: 16px !important;
}

/* Tall category dropdowns columnised by js/menu-columns.js (desktop only) */
@media screen and (min-width: 1025px) {
  .awb-menu__sub-ul {
    background: var(--awb-submenu-bg);
  }
  .awb-menu__sub-ul.sk-cols {
    display: grid !important;
    grid-auto-flow: column;
    width: max-content !important;
    max-width: 95vw;
  }
  .awb-menu__sub-ul.sk-cols .awb-menu__sub-a {
    white-space: nowrap;
  }
  .awb-menu__sub-ul.sk-cols > li {
    border-bottom: 2px solid var(--awb-submenu-sep-color) !important;
  }
  .awb-menu__sub-ul.sk-cols > li.sk-row-bottom {
    border-bottom: none !important;
  }
  .awb-menu__sub-ul.sk-cols > li.sk-col-edge {
    border-right: 2px solid var(--awb-submenu-sep-color);
  }
  nav[aria-label="Produktkategorier"] .awb-menu__sub-ul:has(> li:hover > ul.awb-menu__sub-ul_grand) > li:not(:hover) > .awb-menu__sub-a {
    opacity: .3;
  }
}


.icon-button { max-width: 39px; }

.cart-badge {
  background: var(--awb-color2);
  border: 2px solid #fff;
  border-radius: 5em;
  color: var(--awb-color6);
  font-size: .7em;
  line-height: 1;
  font-weight: 600;
  min-width: 2em;
  padding: 0.3em;
  position: absolute;
  right: -1em; top: -1em;
  text-align: center;
}




/* ------ */
/* FOOTER */
/* ------ */

footer .smalltext p {
    margin-bottom: 0;
    margin-top: 0;
}





/* -------- */
/* PRODUCTS */
/* -------- */

/*-- PRODUCT GRID --*/
.post-content .product-grid-item p,
.product-grid-item p {
  hyphens: manual;
  line-height: 1.2;
  margin-bottom: .2em;
}

.product-grid-item a {
  color: var(--text-main);
}

.cart-loading i {
  background-color: #006a32;
}

.product-grid-item .product-image:hover {
  outline: 2px solid var(--awb-color4);
}

.product-image.square-ratio {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.product-image.square-ratio a {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.product-image.square-ratio img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.woocommerce .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.single-post .woocommerce .woocommerce-Price-amount {
  font-weight: 700;
  padding-right: .5em;
}

.single-post .woocommerce del .woocommerce-Price-amount {
  font-weight: 400;
}

.woocommerce .button-container a {
  background-color: var(--awb-color3);
  border: 1px solid var(--awb-color3);
  color: var(--awb-color2);
  padding: .3em 1em;
  font-size: .8em;
  border-radius: 5em;
  margin-top: .5em;
  margin-left: -.2em;
}

.woocommerce .button-container a:hover {
  background-color: var(--awb-color6);
  border-color: var(--awb-color2);
}

.cart-stepper {
  display: inline-flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.stepper-qty {
  width: 4.6em; 
  margin: 0 -1.2em;
  display: flex;
  text-align: center;
  border: 2px solid var(--awb-color3);
  justify-content: center;
  align-items: center;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: -1;
}

.largetext .stepper-qty {
  background-color: var(--awb-color6);
  border-color: var(--awb-color2);
  color: var(--awb-color2);
}

/* -- PRODUCT SINGLE -- */
.single-product .fusion-imageframe.has-aspect-ratio img {
  object-fit: contain;
  width: 100%;
  padding: 10%;
}

.single-product .brand {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 700;
}

/* -- PRODUCT LIST -- */

.product-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-list .product {
  align-items: center;
  display: flex;
  gap: .6em;
  margin-bottom: .5em;
}

.product-list .product .img-container {
  align-items: center;
  background: #fff;
  border: 2px solid var(--awb-color4);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  padding: .1em;
  width: 80px; height: 80px;
}

.product-list .product .img-container:hover { border-color: var(--awb-color6); }

.product-list .product .img-container.no-image {
  border: none;
  height: 0;
}

.product-list .product img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-list .item-info {
    line-height: 1.1;
    margin-right: auto;
}

.product-list .item-info p {
  margin-bottom: .3em;
}

.product-list .item-info .brand a,
.product-list .item-info .name a {
  color: var(--body_typography-color);
  cursor: pointer;
  text-decoration: none !important;
}

.product-list .item-info a:not(.button):hover {
  text-decoration: underline;
}

.product-list .qty, .product-list .price { flex-shrink: 0; }

.product-list .product .price {
  font-weight: 600;
  margin: 0;
  min-width: 70px;
  text-align: right;
}


[data-sk-checkout-mode] {
  background: var(--awb-color3);
  border: 2px solid var(--awb-color4);
  display: flex;
  gap: 2px;
  padding: 2px;
  width: fit-content;
  margin: 0 auto;
}
[data-sk-checkout-mode] input {
  display: none;
}
[data-sk-checkout-mode] label {
  border: 2px solid var(--awb-color3);
  cursor: pointer;
  display: inline-block;
  padding: .3em .5em;
  transition: all .1s ease-in-out;
}
[data-sk-checkout-mode] label:has(input:checked) {
  background: white;
  border-color: var(--awb-color4);
  color: var(--awb-color2);
  padding: .3em .8em;
}
[data-sk-checkout-mode] label:hover {
  background: var(--awb-color4);
  border-color: var(--awb-color4);
}

.sk-pickup-fields{
  background: var(--awb-color3);
  padding: .5em;
  border: 2px solid var(--awb-color4);
  font-weight: 600;
}

.cart-summary {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.cart-summary div {
    display: flex;
    justify-content: space-between;
}

.sk-shipping-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: .5em;
}

.sk-shipping-option {
  border: 2px solid var(--awb-color4);
  display: inline-block;
  padding: .5em;
}

.sk-shipping-option:hover:not(.selected) {
  background: var(--awb-color6);
  border: 2px solid var(--awb-color2);
  color: var(--awb-color2); 
  cursor: pointer;
}

.sk-shipping-option.selected {
  background: var(--awb-color2);
  border: 2px solid var(--awb-color2);
  color: #fff;
}

.sk-shipping-option input[type=radio] {
  display: none;
}

/* ---------- */
/* MY PROFILE */
/* ---------- */

/* -- Form -- */
#sk-edit-form details {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}

#sk-edit-form label {
  display: inline-block;
  flex: 1 1 auto;
  min-width: 0;
}

#sk-edit-form > label input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

#sk-edit-form fieldset {
  flex-basis: 100%;
}

/* -- Orders -- */
details.sk-order {
  background: var(--awb-color3);
  border: 2px solid var(--awb-color4);
  margin-bottom: .5em;
  padding: .5em 1em;
}

details.sk-order summary {
  margin: -.5em -1em;
  padding: .5em 1em;
}

details.sk-order:hover, details.sk-order:open {
  background: #fdfffc;
}

details[open].sk-order summary {
  display: none;
}

.sk-order summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2em;
}

.sk-order-date, .sk-order-total {
  text-align: right;
}

.sk-order-status {
  border: 2px solid var(--awb-color2);
  padding: .2em .6em;
  color: var(--awb-color2);
  /* border-radius: .4em; */
  font-weight: 600;
}

.sk-order-status.good {
  border-color: var(--awb-color2);
  color: var(--awb-color2);
}

.sk-order-total {
  display: inline-block;
  min-width: 70px;
}

.sk-order-header, .sk-order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* -- Stamps -- */
.sk-stamp {
  background: #006a32;
  border-radius: .5em;
  color: #fff;
  position: relative;
  padding: 1em 1.5em .5em;
  margin-bottom: 1em;
}

.sk-stamp-name {
  color: #fff !important;
}

.sk-stamp-dots {
  display: flex;
  gap: .5em;
  margin: .5em -.3em;
}

.sk-stamp-dot {
  height: 2em;
  width: 2em;
  border: 2px solid #fff;
  border-radius: 3em;
}

.sk-stamp-dot--filled {
  background: #fff;
}

.sk-stamp-logo-container {
  position: absolute;
  width: 25%;
  bottom: -1px;
  right: 1em;
}


/*------ */
/* MODAL */
/* ----- */

.modal.is-open {
  align-items: center;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
}
.modal-box {
  background: #fff;
  max-height: 90vh;
  overflow: auto;
  padding: 1em;
  position: relative;
  width: 90%;
}
.modal-close {
  position: absolute;
  top: .5em;
  right: .5em;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

/*------- */
/* STORES */
/* ------ */

.sk-sp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sk-sp-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  justify-content: center;
  width: 100%;
}
.sk-sp-controls input {
  flex: 1 1 100%; 
}
.sk-sp-body {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.sk-sp-list {
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
}
.sk-sp-map {
  flex: 1 1 20rem;
  height: 40rem;
  position: sticky;
  top:5em;
}
.sk-sp-item {
  background: var(--awb-color3);
  border: 2px solid var(--awb-color4);
  padding: .75rem 1rem;
}
.sk-sp-item.is-selected {
  border-color: #1a7f37;
  box-shadow: 0 0 0 1px #1a7f37;
}
.sk-sp-name {
  font-weight: 600;
}
.sk-sp-row {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  align-items: baseline;
}
.sk-sp-row > :first-child { min-width: 0; }   /* left cell (name / address) may wrap */
.sk-sp-aside {                                 /* right cell (distance / open status) */
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
}
.sk-sp-open   { color: var(--awb-color2); }
.sk-sp-closed { opacity: .7; }
.sk-sp-addr {
  font-size: .9em;
  color: #555;
  margin: .15rem 0;
}
.sk-sp-badge {
  display: inline-block;
  font-size: .8em;
  padding: .1rem .5rem;
  border-radius: 1rem;
  margin-top: .35rem;
}
.sk-sp-badge.ok {
  background: #e6f4ea;
  color: #1a7f37;
}
.sk-sp-badge.low {
  background: #fff4e5;
  color: #a15c00;
}
.sk-sp-badge.none {
  background: #fce8e6;
  color: #c5221f;
}
.sk-sp-actions {
  margin-top: .5rem;
  align-items: center;
}
.sk-sp-empty {
  color: #666;
  padding: 1rem;
}
.sk-avail-line { margin-right: 1em; }
.sk-dot { 
  background: currentColor; 
  border-radius: 50%; 
  display: inline-block; 
  margin-right: .3em; 
  margin-bottom: .15em;
  vertical-align: middle; 
  width: .55em; height: .55em; 
}
.sk-dot-ok, .sk-dot-low   { color: var(--awb-color2); }
.sk-dot-none { color: var(--awb-color8); }
@media (max-width: 640px) {
  .sk-sp-body {
    flex-direction: column;
  }
  .sk-sp-map {
    width: 100%;
  }
}





/* ------- */
/* STYLIZE */
/* ------- */

.glass {
  background-color: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(5px) contrast(1);
}

.glass-border {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100vw;
  height: 2px;
  background: red;
  backdrop-filter: blur(25px) contrast(1.7) saturate(80%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 11;
}

.image-overlay {
  position: relative;
  display: inline-block;
}

.image-overlay::after {
  background-color: var(--awb-color3);
  content: "";
  position: absolute;
  left: 0;
  mix-blend-mode: darken;
  opacity: .5;
  pointer-events: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}





/* --------- */
/* FUN STUFF */
/* --------- */

[data-sk-cart-items] {
  display: flex;
  flex-direction: column;
  transition: height 1s ease-in-out;
  width: 100%;
}

/* -- CART BADGE -- */
.cart-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #006a32;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.cart-badge.updated::after {
  animation: badge-local-pulse 700ms ease-out forwards;
}


button.loading {
  animation: loading-glow 500ms ease-out infinite alternate;
  background: var(--awb-color6);
  border-color: var(--awb-color2);
  color: var(--awb-color2);
}

@keyframes blink { 50% { opacity: 0 } }

@keyframes badge-local-pulse {
  0%   { opacity: 1; box-shadow: 0 0 0 0 var(--awb-color2); }
  100% { opacity: 0; box-shadow: 0 0 3em 0 var(--awb-color2); }
}

@keyframes loading-glow {
  0% { box-shadow: 0 0 0 -1px var(--awb-color2); }
  100% { box-shadow: 0 1px 10px -1px var(--awb-color2); }
}





/* ----------------------- */
/* GENERAL ELEMENT STYLING */
/* ----------------------- */

.relative { position: relative; }

details {
  interpolate-size: allow-keywords; /* enables height: auto transitions */
}

details summary {
  cursor: pointer;
}

details::details-content {
  transition: block-size 0.2s ease, content-visibility 0.2s allow-discrete;
  block-size: 0;
  overflow: hidden;
}

details[open]::details-content {
  block-size: auto;
}

dialog {
  border: 2px solid var(--awb-color5);
  max-width: 100%;
  width: 676px;
}

dialog::backdrop {
  background: var(--awb-color5);
  opacity: .2;
}





/* ------ */
/* @MEDIA */
/* ------ */

/* -- UNDER 640PX -- */
@media screen and (max-width: 640px) {
  .no-mobile,
  .fusion-post-cards .fusion-onsale {
    display: none;
  }

  table tr th, table tr td {
    font-size: .7em;
    padding: 3px;
  }

  dialog {
    border: none;
    margin: 0;
    box-shadow: 0 19px 58px -20px rgba(15,44,21,0.40), 0 15px 22px -10px rgba(15,44,21,0.30);
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  dialog::after {
    content: " ";
    display: block;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, white, transparent);;
    flex-shrink: 0; 
    position: sticky;
    bottom: 0;
  }

  .sk-order-item-price { min-width: 50px; }

  .sk-shipping-option { grid-column: span 2;}

  #search-column {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none; 
  }
  #search-column:has(input:focus) {
    opacity: 1;
    pointer-events: all; 
  }
}

/* -- UNDER 1024PX -- */
@media only screen and (max-width: 1024px) {
  nav.fusion-sticky-container { border-bottom: 2px solid var(--awb-color4); }
  html .awb-menu.collapse-enabled.mobile-size-full-absolute .awb-menu__main-ul {
    box-shadow: 
      0 45vh 55vh -10vh rgba(0,22,10,.6),
      0 5vh 10vh -5vh rgba(0,22,10,.4);
    top: 34px;
  }
  .icon-button { max-width: 30px; }
  .woocommerce .products .product-grid-item { width: 50% !important; }
  .large-only { display: none !important }
  nav input#fusion-live-search-input-0 {
    height:1.8em;
  }
}


/* -- OVER 800PX */
@media screen and (min-width: 1025px) {
  ul.awb-menu__sub-ul {
    border: 2px solid var(--awb-color4);
  }

  .sk-pickup-fields {
    display: flex;
    gap: .5em;
  }
}


/* ---- */
/* AUTH */
/* ---- */

.sunkost-logged-in { display: none; }

/* -------- */
/* ALERTS   */
/* -------- */

.sk-alert {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: .75rem 2.75rem .75rem 1.25rem;
  border-radius: .4rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.18);
  font-size: .95rem;
  white-space: nowrap;
  color: #fff;
}

.sk-alert--success { background: #2d7a3a; }
.sk-alert--error   { background: #b91c1c; }
.sk-alert--warning { background: #92400e; color: #fef3c7; }

.sk-alert-close {
  position: absolute;
  top: 50%;
  right: .6rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0 .25rem;
  opacity: .75;
}

.sk-alert-close:hover { opacity: 1; }
