.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.am-opacity-clear {
  opacity: 0;
  z-index: 10;
}
.am-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
}
.am-custom-scrollbar {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
}
.am-custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.am-custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.am-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.am-custom-scrollbar > * {
  max-width: none;
}
.am-text-uppercase {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.am-float-clear {
  clear: both;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-overflow-fade {
  padding: 0;
  position: relative;
}
.am-overflow-fade:after {
  content: '';
  height: 100%;
  left: calc(100% - 22px);
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 32px;
}
.no-display {
  display: none;
}
._am-message-icon-inner > *:first-child:before {
  text-align: right;
  width: 20px;
}
.am-product-options dt:after {
  content: ':';
  display: inline-block;
}
.am-product-options dt + dd {
  float: left;
}
.am-product-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .am-layout-negative-offset {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .am-layout-negative-offset {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 35px;
  }
}
.amtheme-emoji:before {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-emoji:before {
    margin-right: 5px;
  }
}
.amtheme-emoji.-star:before {
  content: '⭐';
}
.amtheme-emoji.-rocket:before {
  content: '🚀';
}
.amtheme-emoji.-globe:before {
  content: '🌏';
}
.amtheme-emoji.-selfie:before {
  content: '🤳';
}
.amtheme-emoji.-page-facing-up:before {
  content: '📄';
}
.amtheme-aboutus-container p:not(:first-child) {
  margin-top: 15px;
}
.amtheme-aboutus-container .amtheme-subtitle {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.amtheme-aboutus-container .amtheme-item:not(:first-child) {
  margin-top: 60px;
}
.amtheme-aboutus-container .amtheme-image:not(:first-child) {
  margin-top: 25px;
}
.amtheme-aboutus-container .amtheme-item.-mission .amtheme-image img {
  width: 100%;
}
.amtheme-aboutus-container .cms-content-important {
  margin: 0 -25px 15px;
  padding: 0;
}
.amtheme-aboutus-container .cms-content-important .amtheme-description {
  padding: 20px 25px;
}
@media all and (min-width: 480px), print {
  .amtheme-aboutus-container .cms-content-important {
    margin: 0 -35px 15px;
  }
}
@media all and (min-width: 768px), print {
  .page-title {
    margin-bottom: 65px;
  }
  .amtheme-aboutus-container .amtheme-item {
    display: flex;
  }
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 20px;
    margin-top: 0;
    min-width: 430px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission {
    align-items: center;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-image {
    font-size: 0;
    margin: 15px;
    min-width: 370px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-description {
    padding: 12px 20px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-description p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .amtheme-aboutus-container .amtheme-subtitle {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .amtheme-aboutus-container .cms-content-important {
    font-weight: inherit;
    margin: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amtheme-aboutus-container .amtheme-item {
    align-items: center;
  }
  .amtheme-aboutus-container .amtheme-subtitle {
    margin-bottom: 30px;
  }
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image,
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-image {
    min-width: 570px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-image {
    margin: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-inline-start: 45px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-description {
    padding: 45px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-left: 45px;
  }
}
.amtheme-explore-widget {
  margin-top: 35px;
}
.amtheme-explore-widget > .amtheme-heading {
  border-bottom: 1px solid #dfdedd;
  padding: 0 0 15px;
}
.amtheme-explore-widget > .amtheme-heading > h3 {
  font-size: 2.2rem;
}
.amtheme-explore-widget > .amtheme-content {
  margin-top: 30px;
}
.amtheme-explore-list:not(:first-child) {
  margin-top: 45px;
}
.amtheme-explore-list > .amtheme-heading {
  font-weight: 400;
}
.amtheme-explore-list > .amtheme-list {
  list-style: none;
  margin-top: 20px;
  padding-inline-start: 0;
}
.amtheme-explore-list .amtheme-item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 480px), print {
  .amtheme-explore-widget > .amtheme-content {
    display: flex;
    flex-wrap: wrap;
  }
  .amtheme-explore-list {
    flex-basis: 50%;
  }
  .amtheme-explore-list:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .amtheme-explore-list {
    flex-basis: 25%;
  }
  .amtheme-explore-list:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .amtheme-explore-widget {
    background: #fcfcfc;
    border: 1px solid #dfdedd;
    border-radius: 6px;
    padding: 20px;
  }
}
.amtheme-noroute-container,
.amtheme-cookies-container {
  display: flex;
  margin: 10px 0;
}
.amtheme-noroute-container .amtheme-wrapper,
.amtheme-cookies-container .amtheme-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amtheme-noroute-container .amtheme-title,
.amtheme-cookies-container .amtheme-title {
  margin-bottom: 15px;
}
.amtheme-noroute-container .amtheme-subtitle,
.amtheme-cookies-container .amtheme-subtitle {
  margin: 30px 0 15px;
}
.amtheme-noroute-container .amtheme-wrapper,
.amtheme-cookies-container .amtheme-wrapper {
  margin: auto;
  max-width: 490px;
}
.amtheme-noroute-container .amtheme-image,
.amtheme-noroute-container .amtheme-description,
.amtheme-cookies-container .amtheme-image,
.amtheme-cookies-container .amtheme-description {
  margin: auto;
  width: 100%;
}
.amtheme-save-links,
.amtheme-browsers-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 30px;
  padding-inline-start: 0;
}
.amtheme-save-links > .amtheme-item:not(:first-child),
.amtheme-browsers-list > .amtheme-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 480px), print {
  .amtheme-save-links,
  .amtheme-browsers-list {
    flex-direction: row;
  }
  .amtheme-save-links > .amtheme-item:not(:first-child),
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 25px;
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 480px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-save-links > .amtheme-item:not(:first-child),
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-left: 25px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .amtheme-noroute-container,
  .amtheme-cookies-container {
    margin: 70px 0;
  }
  .amtheme-noroute-container .amtheme-wrapper,
  .amtheme-cookies-container .amtheme-wrapper {
    flex-wrap: nowrap;
    max-width: none;
  }
  .amtheme-noroute-container .amtheme-image,
  .amtheme-noroute-container .amtheme-description,
  .amtheme-cookies-container .amtheme-image,
  .amtheme-cookies-container .amtheme-description {
    width: auto;
  }
  .amtheme-noroute-container .amtheme-image,
  .amtheme-cookies-container .amtheme-image {
    margin: 0;
    order: 0;
  }
  .amtheme-noroute-container .amtheme-description,
  .amtheme-cookies-container .amtheme-description {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 60px;
    margin-top: 0;
    order: 1;
  }
}
@media screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-noroute-container .amtheme-description,
  .amtheme-cookies-container .amtheme-description {
    margin-left: 60px;
    margin-right: 0;
  }
}
.amtheme-privacy-container {
  display: flex;
  flex-wrap: wrap;
}
.amtheme-privacy-container > .amtheme-menu {
  width: 100%;
}
.amtheme-privacy-container > .amtheme-content {
  box-sizing: border-box;
  width: 100%;
}
.amtheme-collapsible-container {
  background: #f7f7f7;
  margin: 0 -25px 30px;
  padding: 0 25px;
}
.amtheme-collapsible-container .amtheme-title {
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 20px 15px 0;
  position: relative;
  width: 100%;
}
.amtheme-collapsible-container .amtheme-title:after {
  top: 50%;
  transform: translateY(-50%);
  background: url("../../svg/color_mode/dark/arrow-bottom.svg") no-repeat 100%;
  background-size: contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  transition: transform 0.4s ease-in-out;
  width: 20px;
}
.amtheme-collapsible-container.-active .amtheme-title:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amtheme-collapsible-container .amtheme-content {
  padding: 5px 0;
}
.amtheme-collapsible-container .amtheme-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amtheme-collapsible-container .amtheme-item {
  margin: 0 0 10px;
  padding: 2px 0;
}
.amtheme-collapsible-container .amtheme-item a {
  color: #070605;
  font-weight: 400;
}
.amtheme-collapsible-container .amtheme-item a:hover {
  color: #000000;
  font-weight: 400;
}
@media all and (min-width: 480px), print {
  .amtheme-collapsible-container {
    margin: 0 -35px 30px;
    padding: 0 35px;
  }
}
@media all and (min-width: 768px), print {
  .amtheme-privacy-container > .amtheme-menu {
    width: 20%;
  }
  .amtheme-privacy-container > .amtheme-content {
    padding-inline-start: 45px;
    width: 80%;
  }
  .amtheme-collapsible-container {
    background: none;
    margin: 0;
    padding: 0;
  }
  .amtheme-collapsible-container .amtheme-title {
    margin-top: -15px;
  }
  .amtheme-collapsible-container .amtheme-content {
    padding: 5px 10px 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-privacy-container > .amtheme-content {
    padding-left: 45px;
  }
}
.amtheme-cookies-container {
  margin: 0;
}
.amtheme-cookies-container .amtheme-description p:not(:first-of-type) {
  margin-top: 60px;
}
.amtheme-browsers-list > .amtheme-item:not(:first-child) {
  margin-top: 0;
}
.cms-enable-cookies .page-title-wrapper {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .amtheme-cookies-container .amtheme-image {
    min-width: 550px;
  }
  .amtheme-cookies-container .amtheme-description {
    margin-inline-start: 30px;
  }
  .amtheme-browsers-list {
    flex-direction: column;
  }
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-cookies-container .amtheme-description {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1440px), print {
  .amtheme-browsers-list {
    flex-direction: row;
  }
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}
