/*
Theme Name:   Arkylia Commerce Child
Template: arkyliacommerce
Theme URI: https://www.arkylia.com
Author: Arkylia
Author URI: https://www.arkylia.com
Description: E-commerce child theme for Arkylia websites
Version: 1.03
*/
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM.ttf) format('truetype');
}
:root {
  --color-main: #e30a17;
  --color-alt: #383f64;
  --color-text: #4d4343;
  --color-text-light: #808080;
  --color-border: #E8E2E2;
  --color-success: #8fae1b;
  --color-info: #1e85be;
  --color-error: #b81c23;
}
@view-transition {
  navigation: auto;
}
/* -------------------------------------------------------------------------- */
/*	Element Base
/* -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-family: 'Nunito', sans-serif;
}
.main {
  padding-top: 0.5rem;
  transition: all 0.5s linear;
}
hr {
  border: none !important;
  border-bottom: 1px solid var(--color-border) !important;
  width: 100%;
  max-width: 60rem;
  margin: 5rem auto;
}
hr.small {
  margin: 2rem 0;
}
.inline-svg {
  display: flex;
  gap: 1rem;
}
.inline-svg .icon {
  fill: inherit;
  width: 1.5em;
  height: 1.5em;
}
/* -------------------------------------------------------------------------- */
/*	Layout
/* -------------------------------------------------------------------------- */
.layout {
  margin: 3rem 0;
}
/* -------------------------------------------------------------------------- */
/*	Header
/* -------------------------------------------------------------------------- */
.menu-toggle {
  background: transparent;
  margin: 0;
}
.header-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.header-brand {
  order: 1;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  padding-right: 1.5rem;
}
.header-title {
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-title small {
  font-size: 1.2rem;
}
.header-nav {
  order: 2;
  background: transparent;
}
.header-user {
  order: 3;
  flex-basis: auto;
}
.header-menu,
.user-menu {
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
}
.header-menu .menu-item,
.user-menu .menu-item {
  flex-shrink: 1;
}
.header-menu .menu-item a,
.user-menu .menu-item a {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  padding: 1.4rem 0;
  font-size: 1.5rem;
  flex-wrap: wrap;
}
.header-menu .menu-item a .icon,
.user-menu .menu-item a .icon {
  flex-shrink: 0;
  width: 3rem !important;
  height: 3rem !important;
  vertical-align: unset;
}
.header-menu .menu-item .notification,
.user-menu .menu-item .notification {
  top: 0 !important;
}
.header-menu .menu-item.current_page_item,
.user-menu .menu-item.current_page_item,
.header-menu .menu-item.current-menu-item,
.user-menu .menu-item.current-menu-item,
.header-menu .menu-item.current-product_cat-ancestor,
.user-menu .menu-item.current-product_cat-ancestor,
.header-menu .menu-item.current-product-parent,
.user-menu .menu-item.current-product-parent {
  border: none;
}
.header-menu .menu-item.current_page_item:before,
.user-menu .menu-item.current_page_item:before,
.header-menu .menu-item.current-menu-item:before,
.user-menu .menu-item.current-menu-item:before,
.header-menu .menu-item.current-product_cat-ancestor:before,
.user-menu .menu-item.current-product_cat-ancestor:before,
.header-menu .menu-item.current-product-parent:before,
.user-menu .menu-item.current-product-parent:before {
  background: var(--color-main);
  height: 6px;
  border-radius: 0 0 4px 4px;
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -2.5rem;
}
.header-menu .menu-item.current_page_item a,
.user-menu .menu-item.current_page_item a,
.header-menu .menu-item.current-menu-item a,
.user-menu .menu-item.current-menu-item a,
.header-menu .menu-item.current-product_cat-ancestor a,
.user-menu .menu-item.current-product_cat-ancestor a,
.header-menu .menu-item.current-product-parent a,
.user-menu .menu-item.current-product-parent a {
  color: var(--color-main);
}
.header-menu .menu-item.current_page_item .icon,
.user-menu .menu-item.current_page_item .icon,
.header-menu .menu-item.current-menu-item .icon,
.user-menu .menu-item.current-menu-item .icon,
.header-menu .menu-item.current-product_cat-ancestor .icon,
.user-menu .menu-item.current-product_cat-ancestor .icon,
.header-menu .menu-item.current-product-parent .icon,
.user-menu .menu-item.current-product-parent .icon {
  fill: var(--color-main);
}
.user-menu .menu-item:before {
  display: none !important;
}
@media (min-width: 480px) {
  .user-menu .user {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none !important;
  }
  .header-menu,
  .user-menu {
    display: flex !important;
  }
  .header-nav {
    flex-grow: 1;
    padding: 0 1.5rem;
  }
  .header-user {
    border-left: 1px solid var(--color-border);
    padding-left: 2.5rem;
  }
  .header-menu {
    flex-grow: 1;
    justify-content: space-evenly;
  }
  .header-menu .menu-item {
    display: block;
    text-align: center;
  }
  .header-menu .menu-item span {
    display: none;
  }
}
@media (min-width: 980px) {
  .header-menu {
    flex-grow: 1;
    justify-content: space-evenly;
  }
  .header-menu .menu-item {
    display: block;
    text-align: center;
  }
  .header-menu .menu-item a {
    gap: 0.5rem;
  }
  .header-menu .menu-item span {
    display: block;
    font-size: 1.4rem;
  }
  .header-user {
    padding-left: 3rem;
  }
  .user-menu {
    gap: 1.4rem;
  }
}
#user-info {
  position: absolute;
  display: flex;
  pointer-events: none;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  margin-left: -10rem;
  left: 50%;
  margin-top: 1.1rem;
  background: #FFFFFF;
  border: 4px solid var(--color-main);
  border-radius: 8px;
  padding: 1rem 2rem;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  transition: all 0.35s linear;
  transform: translateY(0.5rem);
}
#user-info.active {
  opacity: 1;
  transform: translateY(0);
}
#user-info:before {
  position: absolute;
  content: "";
  top: -16px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid var(--color-main);
}
#user-info strong {
  display: block;
}
/* -------------------------------------------------------------------------- */
/*	Footer
/* -------------------------------------------------------------------------- */
footer .instagram {
  margin: -1rem 0 -2rem -2px;
  position: relative;
}
footer .instagram .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 0.5rem;
}
/* -------------------------------------------------------------------------- */
/*	Homepage
/* -------------------------------------------------------------------------- */
.hp-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
  gap: 2.5rem;
}
.hp-categories li {
  max-width: 20rem;
}
.hp-categories a {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.hp-categories .icon {
  fill: #FFFFFF;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: calc(50% - 2.25rem);
  top: 2rem;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.85));
}
.hp-categories img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.hp-categories span {
  padding: 0.75rem 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  display: block;
  text-align: center;
  background: var(--color-alt);
  border-radius: 0 0 8px 8px;
}
.kpi {
  display: none;
  background: var(--color-main);
  border-radius: 16px;
  color: #FFFFFF;
}
.kpi ul {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.kpi li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.kpi h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0;
}
.kpi p {
  font-size: 1.4rem;
  margin: 0;
}
.kpi .icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  fill: #FFFFFF;
}
.kpi .truck .icon {
  width: 4rem;
  height: 4rem;
}
@media (min-width: 980px) {
  .kpi {
    display: block;
  }
}
/* -------------------------------------------------------------------------- */
/*	Modal
/* -------------------------------------------------------------------------- */
.has-modal .main,
.has-mobile-menu .main {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.modal {
  transition: all 0.35s linear;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal-bg {
  background: var(--color-text);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  cursor: pointer;
}
.modal-bg:before {
  display: block;
  color: #FFFFFF;
  position: absolute;
  top: 2rem;
  right: 5rem;
  content: "×";
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
}
.modal-search .modal-content {
  width: 80%;
  max-width: 70rem;
}
/* -------------------------------------------------------------------------- */
/*	Contact
/* -------------------------------------------------------------------------- */
.contact h2 {
  margin-bottom: 0.5rem;
}
.contact form {
  margin-top: 2rem;
}
.contact a {
  color: var(--color-main);
  display: block;
}
.contact hr {
  margin: 3.2rem auto !important;
}
/* -------------------------------------------------------------------------- */
/*	Archives
/* -------------------------------------------------------------------------- */
.sidebar-categories ul a {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}
/* -------------------------------------------------------------------------- */
/*	Woocommerce product list
/* -------------------------------------------------------------------------- */
.mobile-sidebar-categories p {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
}
.term-description {
  display: none;
}
.info-result-wrapper {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0rem;
}
.woocommerce-result-count {
  float: none !important;
  flex-grow: 1;
  text-align: left !important;
}
.woocommerce-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.woocommerce-display .icon {
  width: 24px;
  height: 24px;
  fill: var(--color-text-light);
  opacity: 0.5;
}
.woocommerce-display .icon:hover {
  opacity: 1;
}
.woocommerce-display .selected .icon {
  fill: var(--color-alt);
  opacity: 1;
}
.woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--color-border);
  position: relative;
}
.woocommerce-ordering:before {
  display: inline-block;
  content: "";
  position: absolute;
  border-left: 1px solid var(--color-border);
  height: 4.5rem;
  right: 5rem;
  top: 0;
}
.woocommerce-ordering:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: rotate(45deg);
  height: 1.25rem;
  width: 1.25rem;
  border-bottom: 3px solid var(--color-main);
  border-right: 3px solid var(--color-main);
  margin-top: -0.9rem;
  cursor: pointer;
  pointer-events: none;
  box-sizing: border-box;
}
.woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 1.25rem 7rem 1.25rem 1.5rem;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  font-size: 1.4rem;
}
.woocommerce-ordering select::-ms-expand {
  display: none;
}
.cart .button {
  padding-left: 5rem !important;
  background: url(img/add-to-cart.png) 1.5rem 50% no-repeat !important;
  background-size: 24px 24px !important;
}
.woocommerce-loop-product__title {
  text-transform: uppercase;
}
.woocommerce div.product .product_title {
  text-transform: uppercase;
}
/* -------------------------------------------------------------------------- */
/*	Woocommerce
/* -------------------------------------------------------------------------- */
.not-logged.woocommerce-account .wc-block-components-notice-banner.is-success {
  display: none;
}
.archive .page-title {
  display: none;
}
.search .page-title {
  display: block;
  margin-top: 0.5rem;
}
#customer_login {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8rem;
}
#customer_login:before,
#customer_login:after {
  display: none;
}
#customer_login .u-column1 {
  float: none;
  width: 100%;
  flex-grow: 1;
  max-width: 50rem;
}
#customer_login .u-column1 form.login {
  border: none;
  padding: 0;
}
#customer_login .u-column1 form.login .input-text {
  padding: 1.25rem 1.5rem;
  border: 1px solid #E0E0E0;
  margin-bottom: 0.4rem;
}
#customer_login .u-column1 form.login .woocommerce-form-login__rememberme {
  padding-top: 1rem;
}
#customer_login .u-column2 {
  float: none;
  width: 100%;
  flex-grow: 1;
  max-width: 50rem;
}
#customer_login .u-column2 .evf-field-container,
#customer_login .u-column2 .evf-submit-container {
  padding: 0 !important;
}
#customer_login .u-column2 .evf-field-container label,
#customer_login .u-column2 .evf-submit-container label {
  font-weight: normal;
  font-size: 1.4rem;
}
.woocommerce-checkout .layout.full {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 5rem auto;
}
.woocommerce-checkout h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce {
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-login {
  display: block !important;
  margin-bottom: 3rem !important;
}
.woocommerce-checkout .woocommerce-info {
  display: none;
}
form.woocommerce-checkout .col-2,
form.woocommerce-checkout .col-1 {
  width: 100% !important;
  float: none !important;
  padding-bottom: 0;
}
form.woocommerce-checkout .col-2 .woocommerce-additional-fields h3 {
  display: none;
}
form.woocommerce-checkout label {
  font-weight: bold;
}
form.woocommerce-checkout .notice {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
form.woocommerce-checkout .form-radio .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
form.woocommerce-checkout .form-radio .woocommerce-input-wrapper input {
  margin: 0;
}
form.woocommerce-checkout .form-radio .woocommerce-input-wrapper label {
  font-weight: normal;
  margin-right: 4rem;
}
.woocommerce-order-received title,
.woocommerce-order-received h1 {
  display: none;
}
.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-notice) {
  display: none;
}
/* -------------------------------------------------------------------------- */
/*	Product zoom
/* -------------------------------------------------------------------------- */
.pswp__zoom-wrap {
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pswp__img {
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative !important;
}
/* -------------------------------------------------------------------------- */
/*	Side cart
/* -------------------------------------------------------------------------- */
.arkylia .xoo-wsc-container .xoo-wsc-ft-buttons-cont {
  gap: 1rem;
}
.arkylia .xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-btn {
  background: var(--color-main);
  color: #FFFFFF;
  border-radius: 4px;
  padding: 1.25rem 2rem;
  text-align: center;
  border: none;
  font-size: 1.6rem;
}
.arkylia .xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue {
  display: none;
}
