:root {
  --small-text-size: 12px;
  --text-font-size: 14px;
  --h1-size: 32px;
  --h2-size: 26px;
  --h3-size: 22px;
  --h4-size: 16px;
  --base-color: #292929;
  --default-font-family: Montserrat, Arial, sans-serif;
  --page-width: 1600px;
  --amsearch-color-text: #000;
  --amsearch-color-text-hover: #000;
  --amsearch-color-highlight: #7ac142;
  --input-background: #F2F4F7;
  --text-color: #5F5F5F;
  --small-container: 1024px;
}
body {
  font-family: var(--default-font-family);
  font-size: var(--text-font-size);
  color: #000;
  font-weight: 400;
}
.strong,
.bold {
  font-weight: 800 !important;
}
.magezon-builder h1,
.magezon-builder h2,
.magezon-builder h3,
.magezon-builder h4,
.magezon-builder p,
.magezon-builder div {
  font-family: var(--default-font-family) !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  margin: 0;
}
h1,
h1.page-title > span {
  font-size: var(--h1-size);
  font-weight: 600;
}
h2,
h2 > span {
  font-size: var(--h2-size);
}
h3,
h3 > span {
  font-size: var(--h3-size);
}
h4,
h4 > span {
  font-size: var(--h4-size);
}
a {
  color: #000;
  font-weight: 400;
}
a:hover,
a:focus,
a:visited {
  color: #000;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
::selection {
  color: #fff;
  background: var(--base-color);
}
::-moz-selection {
  /* dla Firefox */
  color: #fff;
  background: var(--base-color);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: var(--base-color);
  -webkit-text-fill-color: var(--base-color);
  -webkit-box-shadow: 0 0 0px 1000px var(--input-background) inset;
  border-radius: 20px;
}
::-webkit-scrollbar {
  width: 7px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: lightgrey;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #45791d;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #878787;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #878787;
  opacity: 1;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #878787;
  opacity: 1;
}
.smalltext,
.smallText {
  font-size: var(--small-text-size);
}
.d-flex {
  display: flex;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.countdown {
  color: #f55959;
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.page-main,
.page-main .magezon-builder .mgz-container,
.page-wrapper > .page-content > .breadcrumbs,
header .container,
footer .container {
  width: 100% !important;
  max-width: var(--page-width) !important;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
.page-main,
.page-wrapper > .page-content > .breadcrumbs,
header .container,
footer .container {
  padding: 0 15px;
}
.page-main p a,
.page-main .mgz-toggle-content a {
  text-decoration: underline;
}
.page-wrapper > .page-content > .breadcrumbs {
  margin-bottom: 0px;
}
.mgz-element.mgz-element-single_image.animated:hover .mgz-single-image-inner img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.clear {
  clear: both;
}
form .actions-toolbar {
  margin: 0 !important;
}
.greyscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.greyscale img:hover {
  -webkit-filter: none !important;
  filter: none !important;
}
.page-main input[type="text"],
.page-main input[type="password"],
.page-main input[type="url"],
.page-main input[type="tel"],
.page-main input[type="search"],
.page-main input[type="number"],
.page-main input[type="datetime"],
.page-main input[type="email"],
.page-main form select {
  background: var(--input-background);
  color: #000;
  border: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  font-family: var(--default-font-family);
}
.page-main select {
  font-family: var(--default-font-family);
  padding: 0 20px;
}
.page-main select:invalid {
  color: #878787;
}
.page-main textarea {
  background: var(--input-background);
  color: #000;
  border: 0;
  border-radius: 20px;
  padding: 10px 20px;
}
input[type="checkbox"] {
  border: 0.05em solid var(--base-color);
  border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  box-shadow: inset 1em 1em var(--base-color);
}
.action.primary {
  background: var(--base-color);
  color: #fff;
  text-align: center;
  line-height: 40px;
  padding: 0 30px;
  font-size: var(--text-font-size);
  font-family: var(--default-font-family);
  width: auto;
  font-weight: 500;
  border: 1px solid var(--base-color);
  border-radius: 50px !important;
}
.action.primary:hover {
  box-shadow: inset 0px 0px 0px 2px #000 !important;
  background: #fff;
  color: #000;
}
.animatedGradient {
  background: repeating-linear-gradient(21deg, #292929, #5e5e5e, #c3c3c3, #5e5e5e, #292929);
  background-repeat: repeat-x;
  background-size: 400% 100%;
  -webkit-animation: AnimatedGradient 5s linear infinite;
  -moz-animation: AnimatedGradient 5s linear infinite;
  animation: AnimatedGradient 5s linear infinite;
}
@-webkit-keyframes AnimatedGradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimatedGradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimatedGradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradientSilver {
  background: repeating-linear-gradient(85deg, #292929, #5e5e5e, #d5d5d5, #5e5e5e, #292929);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 100%;
  -webkit-animation: AnimatedGradient 5s linear infinite;
  -moz-animation: AnimatedGradient 5s linear infinite;
  animation: AnimatedGradient 5s linear infinite;
}
.freeShippingBlock {
  text-align: left;
  display: flex;
  column-gap: 20px;
  align-items: center;
  border-top: 0.5px solid var(--base-color);
  border-bottom: 0.5px solid var(--base-color);
  padding: 30px 0;
  margin-bottom: 20px;
}
.freeShippingBlock .left .text {
  font-weight: 600;
}
.freeShippingBlock .right {
  flex: 1;
}
.freeShippingBlock .right .line {
  background: var(--input-background);
  height: 20px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.freeShippingBlock .right .line .percent {
  background: repeating-linear-gradient(21deg, #292929, #5e5e5e, #c3c3c3, #5e5e5e, #292929);
  background-repeat: repeat-x;
  background-size: 400% 100%;
  -webkit-animation: AnimatedGradient 5s linear infinite;
  -moz-animation: AnimatedGradient 5s linear infinite;
  animation: AnimatedGradient 5s linear infinite;
  height: 100%;
  border-radius: 20px;
}
.freeShippingBlock .right .text {
  font-weight: 600;
}
.freeShippingBlock .right .text .green {
  font-weight: 600;
}
.field.qty .control {
  position: relative;
}
.field.qty .control input {
  background: #fff;
}
.field.qty .control .minus,
.field.qty .control .plus {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.field.qty .control .plus {
  left: auto;
  right: 0;
}
header .topbar {
  background-color: #292929;
  color: #fff;
}
header .topbar .container > .icons {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  text-align: center;
  padding: 5px 0;
}
header .topbar .container > .icons .icon > a {
  color: #fff;
}
header .topbar .container > .icons .icon > a svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
header .topbar .container > .icons .icon > a > span {
  display: block;
  line-height: normal;
}
header .topbar .container .message {
  font-weight: 500;
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
header .topbar .container .message p {
  margin: 0;
}
header .topbar .container .logos .content {
  display: flex;
}
header .topbar .container .logos .content svg {
  fill: white;
  width: 80px;
}
header .topbar .container .logos .content .logo-skinarte {
  display: flex;
  align-items: center;
}
header .topbar .container .logos .content > span,
header .topbar .container .logos .content > a {
  padding: 0 10px;
}
header .topbar .container .logos .content > span:hover,
header .topbar .container .logos .content > a:hover {
  background: #fff;
}
header .topbar .container .logos .content > span:hover svg,
header .topbar .container .logos .content > a:hover svg {
  fill: var(--base-color);
}
header .topbar .container .logos .content .active {
  background: #fff;
}
header .topbar .container .logos .content .active svg {
  fill: var(--base-color);
}
header .headerContent .switchBox select {
  max-width: none;
  width: auto;
}
header .headerContent .logoBox {
  text-align: center;
}
header .headerContent .logoBox svg {
  max-width: 200px;
}
header .nav {
  background: var(--input-background);
}
header .nav .menu {
  transition: all .1s;
}
header .nav .menu ul li {
  margin: 0;
  list-style-type: none;
}
header .nav .menu .mobile-img-logo,
header .nav .menu .menu-close-btn {
  display: none;
}
header .minicart-wrapper .action.showcart:before,
header .minicart-wrapper .action.showcart.active:before {
  content: none;
}
section#page-content {
  position: relative;
}
section#page-content .overlay {
  display: none;
}
.contact-icon {
  margin-bottom: 10px;
}
.contact-icon > .mgz-element-inner {
  display: flex;
  align-items: center;
}
.contact-icon > .mgz-element-inner > svg {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.social-icons a {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 5px;
  margin-right: 5px;
}
.social-icons a svg {
  fill: var(--base-color);
  width: 20px;
  height: 20px;
  display: block;
}
.social-icons a:hover {
  background: var(--base-color);
}
.social-icons a:hover svg {
  fill: #fff;
}
.social-icons.black a {
  background: var(--base-color);
}
.social-icons.black a svg {
  fill: #fff;
}
.page-wrapper footer h4,
.page-wrapper footer h4 > span,
.page-wrapper footer h4 > strong {
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.page-wrapper footer .newslwtterBox {
  padding: 30px 0px;
  background: var(--input-background);
  color: var(--base-color);
}
.page-wrapper footer .newslwtterBox form .text > div {
  font-size: var(--h3-size);
}
.page-wrapper footer .newslwtterBox form .field.newsletter .field.choice.rodo label,
.page-wrapper footer .newslwtterBox form .field.newsletter .field.choice.rodo a {
  color: var(--base-color);
}
.page-wrapper footer .newslwtterBox form .field.newsletter .field.choice.rodo label {
  font-size: 12px;
}
.page-wrapper footer .newslwtterBox form .field.newsletter .field.choice.rodo label a {
  text-decoration: underline;
}
.page-wrapper footer .newslwtterBox form .field.newsletter .content {
  margin-bottom: 5px;
  position: relative;
}
.page-wrapper footer .newslwtterBox form .field.newsletter .content input[type="email"] {
  height: 40px;
  line-height: 40px;
  font-family: var(--default-font-family);
  border: 0;
  border-radius: 20px;
}
.page-wrapper footer .newslwtterBox form .field.newsletter .content .action.primary {
  border-radius: 20px;
  padding: 0 30px;
  line-height: 40px;
  border: 0;
  background-color: var(--base-color);
  color: #fff;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
}
.page-wrapper footer .footerContainer {
  padding: 50px 0;
  background: var(--base-color);
  color: #fff;
}
.page-wrapper footer .footerContainer a,
.page-wrapper footer .footerContainer p {
  color: #fff !important;
}
.page-wrapper footer .footerContainer .footer-logo svg {
  fill: #fff;
  width: 100%;
  max-width: 250px;
}
.page-wrapper footer .footerContainer .mgz-element-heading-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.page-wrapper footer .footerContainer ul {
  list-style-type: none;
  padding: 0;
}
.page-wrapper footer .footerContainer ul li {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  header .topbar .container .message {
    padding: 20px 0;
    text-align: center;
  }
  header .topbar .container > .icons {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: #fff;
    border-top: 0.5px solid var(--base-color);
    color: var(--base-color);
    padding: 10px 20px;
    column-gap: inherit;
  }
  header .topbar .container > .icons .icon > a {
    color: var(--base-color);
  }
  header .topbar .container > .icons .icon > a svg {
    fill: var(--base-color);
  }
  header .headerContent {
    padding-top: 10px;
  }
  header .headerContent .switchBox {
    text-align: right;
  }
  header .headerContent .logoBox img {
    margin-bottom: 10px;
  }
  header .headerContent .rightBox {
    padding: 10px 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
  }
  header .headerContent .rightBox .searchBox {
    order: 2;
    position: fixed;
    top: 0;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 5px;
    background: #fff;
    text-align: center;
    display: none;
  }
  header .headerContent .rightBox .searchBox.show {
    display: block;
  }
  header .menu {
    display: none;
  }
  header .menu.expand {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    box-shadow: 0 0px 7px 1px #b2b2b2;
    padding-top: 30px;
    display: block;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  header .menu.expand .menu-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 11;
  }
  header .menu.expand .menu-close-btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin: -2px 0px;
    background: #000000;
    transform: rotate(135deg);
  }
  header .menu.expand .menu-close-btn span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  header .menu.expand .mobile-img-logo {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
  }
  header .menu ul.menuMobile {
    padding: 0 20px 20px;
  }
  header .menu ul.menuMobile li {
    border-bottom: 1px solid #f0f0f0;
  }
  header .menu ul.menuMobile li a {
    font-size: 18px;
    display: block;
    line-height: 50px;
    font-weight: 400;
  }
  header .menu ul.menuMobile li.submenu .subc {
    position: relative;
  }
  header .menu ul.menuMobile li.submenu .subc > span {
    display: block;
    background-image: url(/media/theme_css/down.svg);
    background-repeat: no-repeat;
    background-position: 100% 4px;
    background-size: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
  }
  header .menu ul.menuMobile li.submenu .submenuContent {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: transform .15s linear;
    overflow: hidden;
    height: 100vh;
    z-index: 13;
  }
  header .menu ul.menuMobile li.submenu .submenuContent ul {
    padding: 0;
  }
  header .menu ul.menuMobile li.submenu .submenuContent .come_back {
    margin-bottom: 20px;
    border: 0;
  }
  header .menu ul.menuMobile li.submenu.opened .submenuContent {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 20px;
    overflow: auto;
  }
  header .minicart-items .item-qty {
    max-width: 50px;
  }
  header .minicart-wrapper .action.showcart .counter.qty {
    background: var(--base-color);
    color: #fff;
    top: -5px;
    right: -10px;
  }
  .page-wrapper footer .newslwtterBox form .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  header .topbar .container > .icons {
    padding: 10px;
  }
  header .topbar .container > .icons .icon > a {
    font-size: 12px;
  }
  header .topbar .container > .icons .icon > a svg {
    width: 25px;
    height: 25px;
  }
  header .topbar .container > .icons .icon.cart .c {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-right .column.main {
    width: 78%;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 22%;
  }
  .hidden-desktop {
    display: none !important;
  }
  header .mobile-search-icon,
  header .icon.homepage,
  header .icon.menu-toggle {
    display: none;
  }
  header .topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .headerContent {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
  }
  header .headerContent .switchBox {
    flex: 0 0 33.333333%;
  }
  header .headerContent .logoBox {
    flex: 0 0 33.333333%;
  }
  header .headerContent .rightBox {
    flex: 0 0 33.333333%;
  }
  header .menu ul.menuDesktop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    column-gap: 20px;
  }
  header .menu ul.menuDesktop > li {
    margin: 0;
  }
  header .menu ul.menuDesktop > li > a {
    font-size: 16px;
    padding: 10px 5px;
    display: block;
  }
  header .menu ul.menuDesktop > li > a:hover {
    text-decoration: none;
  }
  header .menu ul.menuDesktop > li.pro {
    background: var(--base-color);
  }
  header .menu ul.menuDesktop > li.pro > a {
    color: #fff;
  }
  header .menu ul.menuDesktop > li .submenu {
    position: absolute;
    left: auto;
    z-index: 401;
    width: 100%;
    max-width: 700px;
    border-radius: 0;
    box-shadow: 0px 0px 6px #8f8f8f;
    background: #fff;
    display: none;
  }
  header .menu ul.menuDesktop > li .submenu.align-right {
    right: 0;
  }
  header .menu ul.menuDesktop > li .submenu .content {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
  header .menu ul.menuDesktop > li .submenu .content > div.left {
    padding: 20px;
    width: 35%;
  }
  header .menu ul.menuDesktop > li .submenu .content > div.right {
    width: 65%;
    background: #F2F4F7;
    aspect-ratio: 1.66666667;
  }
  header .menu ul.menuDesktop > li .submenu .content > div.right .inner {
    padding: 20px;
  }
  header .menu ul.menuDesktop > li .submenu .content > div.right .inner .gradientSilver {
    font-size: 30px;
    font-weight: 800;
  }
  header .menu ul.menuDesktop > li .submenu .content > div.right .inner .subtitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  header .menu ul.menuDesktop > li .submenu .content > div.right .inner p {
    margin-bottom: 20px;
  }
  header .menu ul.menuDesktop > li .submenu .content > div ul {
    list-style-type: none;
    padding: 0;
  }
  header .menu ul.menuDesktop > li .submenu .content > div ul li {
    line-height: 26px;
    margin-bottom: 5px;
  }
  header .menu ul.menuDesktop > li .submenu .content > div ul li a {
    font-weight: 500;
    text-transform: uppercase;
  }
  header .menu ul.menuDesktop > li .submenu .content > div ul li:hover {
    background: #E7E7E7;
    padding-left: 5px;
  }
  header .menu ul.menuDesktop > li .submenu .content > div ul li:hover a {
    text-decoration: none;
  }
  header .menu ul.menuDesktop > li .submenu .content > div img {
    border-radius: 10px;
  }
  header .menu ul.menuDesktop > li .submenu.simple {
    width: 220px;
  }
  header .menu ul.menuDesktop > li .submenu.simple .content > div {
    width: 100%;
  }
  header .menu ul.menuDesktop > li .submenu.simple .content ul li a {
    font-weight: 400;
    text-transform: none;
  }
  header .menu ul.menuDesktop > li:hover .submenu {
    display: block;
  }
  .page-wrapper > .page-content > .breadcrumbs {
    margin-bottom: 10px;
  }
  .page-wrapper footer .newslwtterBox {
    padding: 30px 0;
  }
  .page-wrapper footer .newslwtterBox form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
  }
  .page-wrapper footer .newslwtterBox form .text {
    max-width: 45%;
  }
  section#page-content {
    padding-top: 20px;
  }
  section#page-content .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000078;
    z-index: 3;
  }
  body.desktop header .menu ul.menuDesktop > li.hover {
    box-shadow: #969696 0px 0px 12px 0px;
  }
  body.desktop header .menu ul.menuDesktop > li.hover > a {
    position: relative;
    display: block;
  }
  body.desktop header .menu ul.menuDesktop > li.hover > a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    height: 10px;
    background: #fff;
    z-index: 8;
  }
}
@media (min-width: 1024px) {
  .page-wrapper footer .column-margined {
    padding-left: 75px;
  }
}
.amsearch-wrapper-block {
  width: 100% !important;
  max-width: 500px;
  float: right;
}
.amsearch-wrapper-block .amsearch-form-block {
  clear: both;
  display: block;
}
.amsearch-result-section {
  max-height: 80vh;
}
.amsearch-products-section .product-item .product-item-link {
  color: #000;
  font-weight: 500;
}
.amsearch-products-section .product-item .amsearch-wrapper-inner {
  justify-content: center;
}
.amsearch-products-section .product-item .price-label {
  display: none !important;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  flex-wrap: nowrap;
  font-size: 14px;
}
.amsearch-products-section .product-item [data-role='priceBox'] span.special-price {
  color: #f55959;
}
.amsearch-input-wrapper svg {
  position: absolute;
  left: 8px;
  top: 0;
  height: 40px;
  width: 25px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 0;
  background: var(--input-background);
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding-left: 40px;
  font-family: var(--default-font-family);
}
.amsearch-input-wrapper .amsearch-button.custom-search {
  background: var(--base-color);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 0 30px;
  opacity: 1;
}
@media (max-width: 767px) {
  header .headerContent .rightBox .searchBox.show .amsearch-form-block {
    justify-content: center;
  }
  .amsearch-result-section {
    max-height: 70vh;
  }
  .amsearch-overlay-block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .amsearch-slider-section {
    max-width: 100% !important;
  }
  .amsearch-result-section {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .amsearch-result-section {
    width: 1024px;
  }
}
