.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;
  }
}
.herobanner .row-full-width-inner,
.create-your-controller .row-full-width-inner,
.affiliate .row-full-width-inner,
.featured-products .row-full-width-inner,
.featured-press .row-full-width-inner,
.follow-us .row-full-width-inner,
.instagram-feed .row-full-width-inner,
.featured-accessories .row-full-width-inner,
.why-us .row-full-width-inner {
  max-width: 1440px;
}
@media all and (max-width: 768px), print {
  .herobanner .row-full-width-inner,
  .create-your-controller .row-full-width-inner,
  .affiliate .row-full-width-inner,
  .featured-products .row-full-width-inner,
  .featured-press .row-full-width-inner,
  .follow-us .row-full-width-inner,
  .instagram-feed .row-full-width-inner,
  .featured-accessories .row-full-width-inner,
  .why-us .row-full-width-inner {
    padding: 0 15px;
  }
}
@media all and (min-width: 768px), print {
  .herobanner .row-full-width-inner,
  .create-your-controller .row-full-width-inner,
  .affiliate .row-full-width-inner,
  .featured-products .row-full-width-inner,
  .featured-press .row-full-width-inner,
  .follow-us .row-full-width-inner,
  .instagram-feed .row-full-width-inner,
  .featured-accessories .row-full-width-inner,
  .why-us .row-full-width-inner {
    padding: 0 15px;
  }
}
@media all and (min-width: 1024px), print {
  .herobanner .row-full-width-inner,
  .create-your-controller .row-full-width-inner,
  .affiliate .row-full-width-inner,
  .featured-products .row-full-width-inner,
  .featured-press .row-full-width-inner,
  .follow-us .row-full-width-inner,
  .instagram-feed .row-full-width-inner,
  .featured-accessories .row-full-width-inner,
  .why-us .row-full-width-inner {
    padding: 0 30px;
  }
}
@media all and (min-width: 1440px), print {
  .herobanner .row-full-width-inner,
  .create-your-controller .row-full-width-inner,
  .affiliate .row-full-width-inner,
  .featured-products .row-full-width-inner,
  .featured-press .row-full-width-inner,
  .follow-us .row-full-width-inner,
  .instagram-feed .row-full-width-inner,
  .featured-accessories .row-full-width-inner,
  .why-us .row-full-width-inner {
    padding: 0 calc(30px * 2);
  }
}
[data-content-type="button-item"] .pagebuilder-button-secondary {
  width: 100%;
  position: relative;
  background: linear-gradient(95.83deg, #98cf74 0%, #f3d663 20.31%, #9d6edf 46.35%, #5faff5 78.65000000000001%, #6dca8d 100%);
  z-index: 0;
  border-radius: 6px;
  background-size: 400%;
  -webkit-animation: steam 7s linear infinite;
  animation: steam 7s linear infinite;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
[data-content-type="button-item"] .pagebuilder-button-secondary::before {
  content: "";
  position: absolute;
  top: 1.5px;
  right: 1.5px;
  bottom: 1.5px;
  left: 1.5px;
  background-color: #030806;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: -1;
}
[data-content-type="button-item"] .pagebuilder-button-secondary:hover {
  background: linear-gradient(95.83deg, #98cf74 0%, #f3d663 20.31%, #9d6edf 46.35%, #5faff5 78.65000000000001%, #6dca8d 100%);
  background-size: 400%;
}
[data-content-type="button-item"] .pagebuilder-button-primary:hover {
  background: #fff;
  border-color: #fff !important;
  color: #03cf62;
  box-shadow: 0px 4px 12px rgba(255 255 255 / 58%) !important;
}
#html-body .page-main-full-width {
  margin-bottom: 0;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:first-child {
    order: 2;
  }
}
#html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h1 {
  letter-spacing: 0.095em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-family: "ChakraPetch-Bold", sans-serif;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h1 {
    font-size: 2.5em;
    line-height: 5rem;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h1 {
    font-size: 4em;
    line-height: 7rem;
  }
}
#html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 62px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'ChakraPetch', serif;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h2 {
    font-size: 2.5em;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h2 {
    font-size: 3em;
  }
}
#html-body .page-main-full-width .herobanner .row-full-width-inner .pagebuilder-column-group .pagebuilder-column [data-content-type="text"] p {
  font-size: 1.35rem;
  line-height: 2;
}
#html-body .page-main-full-width .herobanner #jarallax-container-0::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000063;
}
#html-body .page-main-full-width .create-your-controller .row-full-width-inner .pagebuilder-column-group {
  gap: 25px;
  margin-top: 1em;
}
#html-body .page-main-full-width .create-your-controller .row-full-width-inner .pagebuilder-column-group .pagebuilder-column {
  position: relative;
  justify-content: space-evenly;
  align-items: center;
}
#html-body .page-main-full-width .create-your-controller .row-full-width-inner .pagebuilder-column-group .pagebuilder-column::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.06;
  display: block;
  border-radius: 10px;
}
#html-body .page-main-full-width .create-your-controller .row-full-width-inner .pagebuilder-column-group .pagebuilder-column [data-content-type="image"] {
  padding: 50px 42px;
}
#html-body .page-main-full-width .create-your-controller .row-full-width-inner .pagebuilder-column-group .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-link {
  font-family: 'ChakraPetch', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration-line: underline;
  color: #03CF62;
}
#html-body .page-main-full-width .affiliate {
  position: relative;
  border-bottom: 1px solid #ffffff10;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .affiliate {
    background-size: auto;
    min-height: 400px;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .affiliate {
    justify-content: flex-end;
    background-attachment: unset;
    background-size: 100%;
    min-height: 1000px;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .affiliate .row-full-width-inner {
    margin-bottom: 250px;
  }
}
#html-body .page-main-full-width .affiliate .row-full-width-inner h2 {
  text-align: center;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .affiliate .row-full-width-inner h2 {
    font-size: 40px;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .affiliate .row-full-width-inner h2 {
    font-size: 70px;
  }
}
#html-body .page-main-full-width .affiliate .row-full-width-inner p {
  margin: 0 0 10px;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: "Teko", sans-serif;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .affiliate .row-full-width-inner p {
    font-size: 18px;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .affiliate .row-full-width-inner p {
    font-size: 23px;
  }
}
#html-body .page-main-full-width .featured-products {
  margin-bottom: 80px;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .featured-products .row-full-width-inner h2 {
    margin-bottom: 30px;
    font-size: 1.7em;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .featured-products .row-full-width-inner h2 {
    margin-bottom: 60px;
    font-size: 4em;
  }
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items {
  padding: 0;
  margin: 0;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list {
  padding: 0;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item {
  position: relative;
  opacity: 1;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.06;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item .product-item-info {
  padding: 0;
  background: unset;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-photo {
  position: relative;
  padding: 0;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-photo::after {
  content: "";
  width: 100%;
  max-width: 245px;
  height: 13px;
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  opacity: 0.5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  border-radius: 100%;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details {
  align-items: center;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .product-item-name {
  font-family: 'ChakraPetch', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price {
  font-family: 'ChakraPetch', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}
#html-body .page-main-full-width .featured-products .row-full-width-inner .product-items .slick-arrow {
  background-color: #03cf62 !important;
}
#html-body .page-main-full-width .featured-press {
  margin: 30px 0;
}
#html-body .page-main-full-width .featured-press .row-full-width-inner .pagebuilder-column-group {
  gap: 40px;
}
#html-body .page-main-full-width .featured-press .row-full-width-inner .pagebuilder-column-group .pagebuilder-column {
  overflow: hidden;
}
#html-body .page-main-full-width .featured-press .row-full-width-inner .pagebuilder-column-group .pagebuilder-column img {
  transition: transform 0.3s, opacity 0.6s;
}
#html-body .page-main-full-width .featured-press .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:hover img {
  transform: scale(1.1);
  transition: transform 0.3s, opacity 0.6s;
}
#html-body .page-main-full-width .featured-accessories {
  position: relative;
  padding: 50px 0;
  margin: 200px 0 30px;
  border-bottom: 1px solid #ffffff10;
}
#html-body .page-main-full-width .featured-accessories::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(89.42deg, #fbec6b 0.26%, #ff1f58 18.01%, #fe63fc 37.63%, #0391ff 58.28%, #00f9f5 78.94%, #01ff8e 99.91%);
  position: absolute;
  transform: skew(0, -4deg);
  top: -110px;
  left: 0;
  right: 0;
}
#html-body .page-main-full-width .featured-accessories::after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(89.42deg, #fbec6b 50 0.26%, #ff1f58 50 18.01%, #fe63fc 50 37.63%, #0391ff 50 58.28%, #00f9f5 50 78.94%, #01ff8e 50 99.91%);
  position: absolute;
  transform: skew(0, -4deg);
  top: -110px;
  left: 0;
  right: 0;
}
#html-body .page-main-full-width .featured-accessories .row-full-width-inner {
  position: relative;
}
#html-body .page-main-full-width .featured-accessories .row-full-width-inner:last-child::after {
  content: "ACCESSORIES";
  display: block;
  position: absolute;
  font-size: 12em;
  color: #080a0b50;
  text-align: center;
  top: -25px;
  right: 8%;
  z-index: -1;
  font-family: "Teko", sans-serif;
}
#html-body .page-main-full-width .featured-accessories .row-full-width-inner:last-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background: #03cf6240;
  z-index: -1;
  -webkit-filter: blur(90px);
  filter: blur(90px);
  top: 0;
  right: 0;
}
@media all and (max-width: 768px), print {
  #html-body .page-main-full-width .featured-accessories .row-full-width-inner .pagebuilder-column-group {
    row-gap: 20px;
  }
}
#html-body .page-main-full-width .featured-accessories .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:last-child {
  justify-content: center;
  align-items: center;
}
#html-body .page-main-full-width .featured-accessories .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h2 {
  font-size: 3.5em;
  font-weight: 500;
  letter-spacing: 0.095em;
  font-family: "Teko", sans-serif;
  line-height: 1;
  margin: 0;
}
#html-body .page-main-full-width .featured-accessories .row-full-width-inner .pagebuilder-column-group .pagebuilder-column p {
  margin: 0 0 10px;
  line-height: 2;
  font-size: 23px;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: "Teko", sans-serif;
}
#html-body .page-main-full-width .why-us {
  margin: 0 0 50px;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .why-us .row-full-width-inner h2 {
    margin-bottom: 30px;
    font-size: 1.7em;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .why-us .row-full-width-inner h2 {
    margin-bottom: 60px;
    font-size: 4em;
  }
}
#html-body .page-main-full-width .why-us .row-full-width-inner .pagebuilder-column-group {
  gap: 60px;
}
@media all and (max-width: 640px), print {
  #html-body .page-main-full-width .why-us .row-full-width-inner .pagebuilder-column-group:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1024px), print {
  #html-body .page-main-full-width .why-us .row-full-width-inner .pagebuilder-column-group .pagebuilder-column:first-child {
    margin: 0 0 50px;
  }
}
#html-body .page-main-full-width .why-us .row-full-width-inner .pagebuilder-column-group .pagebuilder-column [data-content-type="image"] {
  padding: 0 25px;
}
#html-body .page-main-full-width .why-us .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h3 {
  font-weight: 400;
  font-size: 25px;
  margin: 30px 0 15px;
  font-family: "Teko", sans-serif;
}
#html-body .page-main-full-width .why-us .row-full-width-inner .pagebuilder-column-group .pagebuilder-column [data-content-type="text"] {
  letter-spacing: 0.07em;
  font-weight: 400;
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
}
