/* ==========================================================================
   X-PORT LANDING SECTIONS — v0.2.0
   ========================================================================== */

.xpls-root,
.xpls-root *,
.xpls-root *::before,
.xpls-root *::after{
  box-sizing:border-box;
}

.bde-code-block:has(.xpls-root),
.bde-code-block:has(.xpls-root) > div{
  width:100%!important;
  max-width:none!important;
  position:relative;
  z-index:0;
  isolation:isolate;
}

.breakdance [class*="bde-section-"]:has(.xpls-root)
> .section-container{
  padding-top:0!important;
}

.xpls-root{
  width:100%;
  background:transparent;
  color:#111827;
}

/* ===================== SHARED SECTION FLOW ===================== */

.xpls-root,
.xpp-engine{
  --xpls-section-flow-gap:40px;
}

@media(max-width:1180px){
  .xpls-root,
  .xpp-engine{
    --xpls-section-flow-gap:36px;
  }
}

@media(max-width:767px){
  .xpls-root,
  .xpp-engine{
    --xpls-section-flow-gap:32px;
  }
}

/*
 * На товарной странице внешнее расстояние принадлежит
 * последней содержательной секции перед общим блоком рекомендаций.
 */
.xpp-engine__shell
> :is(
    .xpp-engine__hero,
    .xpp-engine__description,
    .xpp-engine__specifications
  ):has(+ .xpls-products-wrap){
  margin-bottom:var(--xpls-section-flow-gap);
}

/* ===================== SHARED SECTION FLOW END ===================== */

/* ===================== TILES ===================== */

.xpls-page-wrap{
  width:100%;
  margin:0;
  padding:28px 36px var(--xpls-section-flow-gap);
  background:transparent;
  position:relative;
  z-index:0;
  isolation:isolate;
}

.xpls-page-head,
.xpls-page-grid{
  width:100%;
  max-width:1580px;
  margin-left:auto;
  margin-right:auto;
}

.xpls-page-head{
  margin-bottom:20px;
  text-align:left;
}

.xpls-page-head h1{
  margin:0!important;
  font-size:32px!important;
  line-height:1.08!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
  color:#111827!important;
}

.xpls-page-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  position:relative;
  z-index:0;
}

.xpls-page-card{
  position:relative;
  min-height:330px;
  padding:32px 34px;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid #e7e9ee;
  box-shadow:0 16px 38px rgba(15,23,42,.055);
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
  z-index:0;
}

.xpls-theme-gray{
  background:linear-gradient(90deg,#f1f3f5 0%,#f6f7f8 18%,#fbfbfc 32%,#ffffff 44%,#ffffff 100%);
}

.xpls-theme-blue{
  background:linear-gradient(90deg,#f1f3f5 0%,#f6f7f8 18%,#fbfbfc 32%,#ffffff 44%,#ffffff 100%);
}

.xpls-theme-accessories{
  background:
    radial-gradient(circle at 78% 70%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,.95) 54%, rgba(247,249,251,.76) 75%, rgba(241,244,247,.92) 100%),
    linear-gradient(90deg,#f2f4f6 0%,#f8fafb 30%,#fff 52%,#fff 100%);
}

.xpls-theme-gray-soft{
  background:linear-gradient(90deg,#f1f3f5 0%,#f6f7f8 18%,#fbfbfc 32%,#ffffff 44%,#ffffff 100%);
}

.xpls-page-card:hover{
  transform:translateY(-2px);
  border-color:#bfe8cd;
  box-shadow:0 18px 42px rgba(15,23,42,.075);
}

.xpls-page-text{
  position:relative;
  z-index:2;
  width:56%;
}

.xpls-page-title{
  display:block;
  margin:0 0 18px;
  font-size:27px;
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.035em;
  color:#050b18!important;
  text-decoration:none!important;
}

.xpls-page-text a:not(.xpls-page-title){
  display:block;
  margin:0 0 9px;
  font-size:16px;
  line-height:1.28;
  font-weight:500;
  color:#111827!important;
  text-decoration:none!important;
}

.xpls-page-text a:hover{
  color:#26b24a!important;
}

.xpls-page-card img{
  position:absolute;
  right:14px;
  bottom:10px;
  width:49%;
  max-height:84%;
  object-fit:contain;
  z-index:1;
  pointer-events:none;
}

.xpls-img-macbook-pro img{
  right:8px;
  bottom:10px;
  width:50%;
  max-height:82%;
}

.xpls-img-macbook-air img{
  right:10px;
  bottom:12px;
  width:48%;
  max-height:80%;
}

.xpls-img-mac-accessories img{
  right:6px;
  bottom:8px;
  width:50%;
  max-height:82%;
}

.xpls-img-mac-mini img{
  right:10px;
  bottom:8px;
  width:40%;
  max-height:72%;
}

.xpls-page-arrow{
  position:absolute;
  left:34px;
  bottom:30px;
  z-index:3;
  width:48px;
  height:48px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e7e9ee;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
  color:#050b18!important;
  text-decoration:none!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}

.xpls-page-arrow:hover{
  background:#26b24a;
  border-color:#26b24a;
  color:#fff!important;
  transform:translateX(3px);
}

/* ===================== POPULAR PRODUCTS ===================== */

.xpls-products-wrap{
  width:100%;
  max-width:1580px;
  margin:0 auto 64px;
  padding:0 36px;
}

.xpls-root .xpls-products-head h2,
.xpp-engine .xpls-products-head h2{
  margin:0 0 18px!important;
  font-size:26px!important;
  line-height:1.08!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
  color:#111827!important;
}

.xpls-products-wrap .product-grid,
.xpls-products-wrap .product-grid.show5{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:16px!important;
  row-gap:16px!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
}

.xpls-products-wrap .product-item-card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}

@media(max-width:1180px){
  .xpls-products-wrap .product-grid,
  .xpls-products-wrap .product-grid.show5{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:767px){
  .xpls-products-wrap{
    margin:28px auto 42px;
    padding:0;
  }

  .xpls-products-head h2{
    font-size:24px!important;
    line-height:1.08!important;
    line-height:1.08;
  }

  .xpls-products-wrap .product-grid,
  .xpls-products-wrap .product-grid.show5{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
}

/* ===================== MOTION ===================== */

.xpls-page-head{
  animation:xplsTitleIn .35s ease-out both;
}

.xpls-page-card{
  animation:xplsCardIn .38s ease-out both;
}

.xpls-page-card:nth-child(1){animation-delay:.03s;}
.xpls-page-card:nth-child(2){animation-delay:.08s;}
.xpls-page-card:nth-child(3){animation-delay:.13s;}
.xpls-page-card:nth-child(4){animation-delay:.18s;}
.xpls-page-card:nth-child(5){animation-delay:.23s;}
.xpls-page-card:nth-child(6){animation-delay:.28s;}

.xpls-page-card img{
  animation:xplsImageIn .50s ease-out both;
}

.xpls-page-arrow{
  animation:xplsArrowIn .45s ease-out both;
}

@keyframes xplsTitleIn{
  from{opacity:0;transform:translateY(-12px);}
  to{opacity:1;transform:translateY(0);}
}

@keyframes xplsCardIn{
  from{opacity:0;transform:translateY(18px);}
  to{opacity:1;transform:translateY(0);}
}

@keyframes xplsImageIn{
  from{opacity:0;transform:scale(.96);}
  to{opacity:1;transform:scale(1);}
}

@keyframes xplsArrowIn{
  from{opacity:0;transform:translateX(-10px);}
  to{opacity:1;transform:translateX(0);}
}

/* ===================== RESPONSIVE ===================== */

@media(max-width:1180px){
  .xpls-page-wrap{
    padding:28px 20px var(--xpls-section-flow-gap);
  }

  .xpls-products-wrap{
    padding:0 20px;
  }

  .xpls-page-card{
    min-height:310px;
  }

  .xpls-products-wrap .product-grid,
  .xpls-products-wrap .product-grid.show5,
  .xpls-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:767px){
  .xpls-page-wrap{
    padding:28px 0 var(--xpls-section-flow-gap);
  }

  .xpls-products-wrap{
    margin-bottom:42px;
    padding:0!important;
  }

  .xpls-page-head{
    margin-bottom:20px;
  }

  .xpls-page-head h1{
    font-size:27px!important;
    line-height:1.08!important;
  }

  .xpls-page-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .xpls-page-card{
    min-height:282px;
    padding:26px 22px;
    border-radius:22px;
  }

  .xpls-page-text{
    width:62%;
  }

  .xpls-page-title{
    font-size:27px;
    margin-bottom:16px;
  }

  .xpls-page-text a:not(.xpls-page-title){
    font-size:15px;
    margin-bottom:8px;
  }

  .xpls-page-card img,
  .xpls-img-macbook-pro img,
  .xpls-img-macbook-air img,
  .xpls-img-mac-accessories img,
  .xpls-img-mac-mini img{
    right:8px;
    bottom:8px;
    width:42%;
    max-height:80%;
  }

  .xpls-page-arrow{
    left:22px;
    bottom:22px;
    width:46px;
    height:46px;
    border-radius:12px;
  }

  .xpls-products-head h2{
    font-size:24px!important;
    line-height:1.08!important;
    line-height:1.08;
  }

  .xpls-products-wrap .product-grid,
  .xpls-products-wrap .product-grid.show5,
  .xpls-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }

  .xpls-products-wrap .product-item-image{
    height:120px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .xpls-page-head,
  .xpls-page-card,
  .xpls-page-card img,
  .xpls-page-arrow{
    animation:none!important;
  }
}

/* ===================== IPHONE LANDING EXACT LAYOUT ===================== */

.xpls-root[data-xport-landing="iphone"] .xpls-page-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card{
  min-height:310px;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) .xpls-page-text{
  width:80%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(1) img{
  right:8px;
  bottom:10px;
  width:50%;
  max-height:82%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(2) img{
  right:10px;
  bottom:12px;
  width:48%;
  max-height:80%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
  right:-18px;
  bottom:4px;
  width:72%;
  max-height:56%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(4) img,
.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(5) img{
  right:10px;
  bottom:8px;
  width:40%;
  max-height:72%;
}

@media(max-width:1180px){
  .xpls-root[data-xport-landing="iphone"] .xpls-page-grid{
    grid-template-columns:1fr 1fr;
  }

  

  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) .xpls-page-text{
    width:58%;
  }

  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
    right:14px;
    bottom:10px;
    width:44%;
    max-height:86%;
  }
}

@media(max-width:767px){
  .xpls-root[data-xport-landing="iphone"] .xpls-page-grid{
    grid-template-columns:1fr;
  }

  .xpls-root[data-xport-landing="iphone"] .xpls-page-card{
    min-height:282px;
  }

  

  .xpls-root[data-xport-landing="iphone"] .xpls-page-text,
  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) .xpls-page-text{
    width:62%;
  }

  .xpls-root[data-xport-landing="iphone"] .xpls-page-card img,
  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
    right:8px;
    bottom:8px;
    width:42%;
    max-height:80%;
  }
}

/* ===================== IPHONE GEOMETRY RESTORE ===================== */

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3){
  grid-column:3;
  grid-row:1 / span 2;
  min-height:636px;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) .xpls-page-text{
  width:80%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(1) img{
  right:8px;
  bottom:10px;
  width:50%;
  max-height:82%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(2) img{
  right:10px;
  bottom:12px;
  width:48%;
  max-height:80%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
  right:-18px;
  bottom:4px;
  width:72%;
  max-height:56%;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(4) img,
.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(5) img{
  right:10px;
  bottom:8px;
  width:40%;
  max-height:72%;
}

@media(max-width:767px){
  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3){
    grid-column:auto;
    grid-row:auto;
    min-height:282px;
    order:99;
  }

  .xpls-root[data-xport-landing="iphone"] .xpls-page-text,
  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) .xpls-page-text{
    width:62%;
  }

  .xpls-root[data-xport-landing="iphone"] .xpls-page-card img,
  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
    right:8px;
    bottom:8px;
    width:42%;
    max-height:80%;
  }
}

/* ===================== X-PORT TILE IMAGE NORMALIZE + NO ARROWS ===================== */

.xpls-page-arrow{
  display:none!important;
}

.xpls-page-card img{
  object-fit:contain!important;
  object-position:center center!important;
}

/* iPhone: выравниваем визуальный размер фото */
.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(1) img,
.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(2) img,
.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(4) img,
.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(5) img{
  right:34px!important;
  bottom:26px!important;
  width:210px!important;
  height:210px!important;
  max-width:210px!important;
  max-height:210px!important;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
  right:8px!important;
  bottom:18px!important;
  width:340px!important;
  height:340px!important;
  max-width:340px!important;
  max-height:340px!important;
}

@media(max-width:767px){
  .xpls-root[data-xport-landing="iphone"] .xpls-page-card img,
  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
    right:12px!important;
    bottom:12px!important;
    width:145px!important;
    height:145px!important;
    max-width:145px!important;
    max-height:145px!important;
  }
}

/* ===================== X-PORT OLD TILE PHOTO LOGIC ===================== */

.xpls-page-arrow{
  display:none!important;
}

.xpls-page-card img{
  position:absolute!important;
  right:14px!important;
  bottom:10px!important;
  width:49%!important;
  height:auto!important;
  max-width:none!important;
  max-height:84%!important;
  object-fit:contain!important;
  object-position:center center!important;
  z-index:1!important;
  pointer-events:none!important;
}

.xpls-page-text{
  position:relative!important;
  z-index:2!important;
  width:56%!important;
}

/* iPhone по старой логике */
.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(1) img{
  right:8px!important;
  bottom:10px!important;
  width:50%!important;
  max-height:82%!important;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(2) img{
  right:10px!important;
  bottom:12px!important;
  width:48%!important;
  max-height:80%!important;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(3) img{
  right:6px!important;
  bottom:8px!important;
  width:50%!important;
  max-height:82%!important;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(4) img{
  right:10px!important;
  bottom:8px!important;
  width:40%!important;
  max-height:72%!important;
}

.xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(5) img{
  right:10px!important;
  bottom:8px!important;
  width:40%!important;
  max-height:72%!important;
}

@media(max-width:767px){
  .xpls-page-text{
    width:62%!important;
  }

  .xpls-page-card img{
    right:8px!important;
    bottom:8px!important;
    width:42%!important;
    height:auto!important;
    max-height:80%!important;
  }
}

/* ===================== X-PORT GLOBAL FINAL TILE COLOR ===================== */

.xpls-page-card{
  background:
    linear-gradient(
      180deg,
      rgba(241,243,245,.20) 0%,
      rgba(248,249,250,.10) 9%,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0) 100%
    ),
    linear-gradient(
      90deg,
      #f1f3f5 0%,
      #f5f6f8 14%,
      #fbfbfc 30%,
      #ffffff 42%,
      #ffffff 100%
    ) !important;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease !important;
  will-change:transform;
}

.xpls-page-card:hover{
  transform:translateY(-2px)!important;
  border-color:#e7e9ee!important;
  box-shadow:0 14px 34px rgba(15,23,42,.06)!important;
}

.xpls-page-arrow{
  display:none!important;
}

@media(max-width:767px){
  .xpls-page-card:hover{
    transform:none!important;
  }
}

/* ===================== XPLS COMPACT TWO ROWS ===================== */

@media(min-width:1181px){
  .xpls-page-grid{
    gap:16px!important;
  }

  .xpls-page-grid.xpls-count-3,
  .xpls-page-grid.xpls-count-5,
  .xpls-page-grid.xpls-count-6{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .xpls-page-grid.xpls-count-4{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .xpls-page-card{
    min-height:305px!important;
    padding:30px 32px!important;
  }

  .xpls-page-title{
    font-size:27px!important;
  }

  .xpls-page-text{
    width:56%!important;
  }

  .xpls-page-card img{
    right:10px!important;
    bottom:8px!important;
    width:40%!important;
    max-height:72%!important;
  }

  .xpls-page-card:nth-child(1) img{
    right:8px!important;
    bottom:10px!important;
    width:50%!important;
    max-height:82%!important;
  }

  .xpls-page-card:nth-child(2) img{
    right:10px!important;
    bottom:12px!important;
    width:48%!important;
    max-height:80%!important;
  }

  .xpls-page-card:nth-child(3) img{
    right:10px!important;
    bottom:8px!important;
    width:40%!important;
    max-height:72%!important;
  }
}

/* ===================== XPLS WINDOW COMPACT TILES ===================== */

@media(min-width:768px) and (max-width:1180px){
  .xpls-page-wrap{
    padding-top:28px!important;
  }

  .xpls-page-head{
    margin-bottom:20px!important;
  }

  .xpls-page-head h1{
    font-size:32px!important;
    line-height:1.08!important;
  }

  .xpls-page-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }

  .xpls-page-card{
    min-height:282px!important;
    padding:26px 30px!important;
    border-radius:22px!important;
  }

  .xpls-page-title{
    font-size:24px!important;
    line-height:1.08!important;
    margin-bottom:14px!important;
  }

  .xpls-page-text{
    width:58%!important;
  }

  .xpls-page-text a:not(.xpls-page-title){
    font-size:14.5px!important;
    line-height:1.24!important;
    margin-bottom:7px!important;
  }

  .xpls-page-card img{
    right:12px!important;
    bottom:10px!important;
    width:40%!important;
    max-height:78%!important;
  }

  .xpls-theme-accessories img{
    width:42%!important;
    max-height:80%!important;
  }
}

/* ===================== XPLS WINDOW ODD LAST WIDE ===================== */

@media(min-width:768px) and (max-width:1180px){
  .xpls-page-grid.xpls-count-3 .xpls-page-card:last-child,
  .xpls-page-grid.xpls-count-5 .xpls-page-card:last-child{
    grid-column:1 / -1!important;
  }

  .xpls-page-grid.xpls-count-3 .xpls-page-card:last-child .xpls-page-text,
  .xpls-page-grid.xpls-count-5 .xpls-page-card:last-child .xpls-page-text{
    width:56%!important;
  }

  .xpls-page-grid.xpls-count-3 .xpls-page-card:last-child img,
  .xpls-page-grid.xpls-count-5 .xpls-page-card:last-child img{
    right:22px!important;
    bottom:10px!important;
    width:40%!important;
    max-height:82%!important;
  }
}

/* ===================== XPLS LINK SLIDE RESTORE ONLY ===================== */

.xpls-page-text a:not(.xpls-page-title){

  transition:color .18s ease,transform .18s ease!important;

  will-change:transform;

}

.xpls-page-text a:not(.xpls-page-title):hover{

  color:#26b24a!important;

  transform:translate3d(4px,0,0);

}

/* ===================== XPLS HARD WINDOW 2 COLS IPHONE IPAD ===================== */

@media(min-width:768px) and (max-width:1180px){

  .xpls-root[data-xport-landing="iphone"] .xpls-page-grid,

  .xpls-root[data-xport-landing="ipad"] .xpls-page-grid{

    display:grid!important;

    grid-template-columns:repeat(2,minmax(0,1fr))!important;

    gap:14px!important;

  }

  .xpls-root[data-xport-landing="iphone"] .xpls-page-card,

  .xpls-root[data-xport-landing="ipad"] .xpls-page-card{

    grid-column:auto!important;

    grid-row:auto!important;

    order:0!important;

    min-height:260px!important;

  }

  .xpls-root[data-xport-landing="iphone"] .xpls-page-card:nth-child(5),

  .xpls-root[data-xport-landing="ipad"] .xpls-page-card:nth-child(5){

    grid-column:1 / -1!important;

    min-height:260px!important;

  }

}

/* ===================== XPLS COUNT 5 FINAL GEOMETRY ===================== */

@media(min-width:1181px){

  .xpls-page-grid.xpls-count-5{

    display:grid!important;

    grid-template-columns:repeat(3,minmax(0,1fr))!important;

    gap:16px!important;

  }

  .xpls-page-grid.xpls-count-5 > .xpls-page-card{

    grid-column:auto!important;

    grid-row:auto!important;

    order:0!important;

    min-height:310px!important;

  }

  .xpls-page-grid.xpls-count-5 > .xpls-page-card:nth-child(1){grid-column:1!important;grid-row:1!important;}

  .xpls-page-grid.xpls-count-5 > .xpls-page-card:nth-child(2){grid-column:2!important;grid-row:1!important;}

  .xpls-page-grid.xpls-count-5 > .xpls-page-card:nth-child(3){grid-column:1!important;grid-row:2!important;}

  .xpls-page-grid.xpls-count-5 > .xpls-page-card:nth-child(4){grid-column:2!important;grid-row:2!important;}

  .xpls-page-grid.xpls-count-5 > .xpls-page-card:nth-child(5){

    grid-column:3!important;

    grid-row:1 / span 2!important;

    min-height:636px!important;

  }

}

@media(min-width:768px) and (max-width:1180px){

  .xpls-page-grid.xpls-count-5{

    display:grid!important;

    grid-template-columns:repeat(2,minmax(0,1fr))!important;

    gap:14px!important;

  }

  .xpls-page-grid.xpls-count-5 > .xpls-page-card{

    grid-column:auto!important;

    grid-row:auto!important;

    order:0!important;

    min-height:260px!important;

  }

  .xpls-page-grid.xpls-count-5 > .xpls-page-card:nth-child(5){

    grid-column:1 / -1!important;

    min-height:260px!important;

  }

}

@media(max-width:767px){

  .xpls-page-grid.xpls-count-5 > .xpls-page-card{

    grid-column:auto!important;

    grid-row:auto!important;

    order:0!important;

    min-height:260px!important;

  }

}

/* ===================== XPLS CUSTOM PRODUCT CARDS PREVIEW ===================== */
.xpls-products-grid-preview{
  width:100%;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:24px;
  row-gap:28px;
  margin-top:28px;
}

.xpls-product-card{
  position:relative;
  min-width:0;
  background:#fff;
  border:1px solid #e6ebf2;
  border-radius:20px;
  padding:18px;
  box-shadow:0 10px 30px rgba(15,23,42,.045);
  box-sizing:border-box;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:360px;
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.xpls-product-card:hover{
  transform:translateY(-4px);
  border-color:#dbe4ee;
  box-shadow:0 18px 44px rgba(15,23,42,.075);
}

.xpls-product-badges{
  position:absolute;
  top:14px;
  left:14px;
  right:14px;
  z-index:3;
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  pointer-events:none;
}

.xpls-product-badge{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  background:#f1f5f9;
  color:#0f172a;
  font-size:11px;
  line-height:1;
  font-weight:700;
}

.xpls-product-badge-sale{
  background:#ecfdf3;
  color:#159947;
}

.xpls-product-media{
  display:flex;
  align-items:center;
  justify-content:center;
  height:185px;
  margin:6px 0 16px;
  text-decoration:none;
}

.xpls-product-image{
  display:block;
  width:100%;
  max-width:210px;
  height:175px;
  object-fit:contain;
  object-position:center;
  transition:transform .22s ease;
}

.xpls-product-card:hover .xpls-product-image{
  transform:scale(1.025);
}

.xpls-product-title{
  display:block;
  min-height:44px;
  margin:0 0 14px;
  color:#111827!important;
  text-decoration:none!important;
  font-size:15px;
  line-height:1.3;
  font-weight:700;
}

.xpls-product-title:hover{
  color:#26b24a!important;
}

.xpls-product-price-row{
  margin-top:auto;
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
}

.xpls-product-price,
.xpls-product-price *,
.xpls-product-price .woocommerce-Price-amount,
.xpls-product-price bdi{
  color:#0f172a!important;
  font-size:22px!important;
  line-height:1.15!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
  font-style:normal!important;
}

.xpls-product-old-price,
.xpls-product-old-price *,
.xpls-product-old-price .woocommerce-Price-amount,
.xpls-product-old-price bdi{
  color:#94a3b8!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:600!important;
  text-decoration:line-through!important;
}

.xpls-product-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
}

.xpls-product-buy{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:86px!important;
  height:38px!important;
  padding:0 16px!important;
  border-radius:10px!important;
  background:#25b84b!important;
  border:1px solid #25b84b!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.xpls-product-buy:hover{
  background:#1faa43!important;
  border-color:#1faa43!important;
  color:#fff!important;
}

.xpls-product-quick{
  display:inline-flex;
  align-items:center;
  height:38px;
  color:#111827!important;
  font-size:13px;
  line-height:1;
  font-weight:700;
  text-decoration:none!important;
  white-space:nowrap;
}

.xpls-product-quick:hover{
  color:#26b24a!important;
}

@media(max-width:1320px){
  .xpls-products-grid-preview{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:767px){
  .xpls-products-grid-preview{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    row-gap:18px;
    margin-top:20px;
  }

  .xpls-product-card{
    min-height:315px;
    padding:14px;
    border-radius:16px;
  }

  .xpls-product-media{
    height:150px;
    margin-bottom:12px;
  }

  .xpls-product-image{
    height:145px;
    max-width:170px;
  }

  .xpls-product-title{
    font-size:13px;
    min-height:42px;
    margin-bottom:12px;
  }

  .xpls-product-price,
  .xpls-product-price *,
  .xpls-product-price .woocommerce-Price-amount,
  .xpls-product-price bdi{
    font-size:18px!important;
  }

  .xpls-product-actions{
    gap:8px;
    margin-top:14px;
  }

  .xpls-product-buy{
    min-width:74px!important;
    height:34px!important;
    padding:0 12px!important;
    font-size:12px!important;
  }

  .xpls-product-quick{
    height:34px;
    font-size:12px;
  }
}

/* ===================== XPLS CUSTOM PRODUCT IMAGE TUNE ===================== */
.xpls-product-media{
  height:178px!important;
}

.xpls-product-image{
  max-width:190px!important;
  height:162px!important;
}

@media(max-width:767px){
  .xpls-product-media{
    height:140px!important;
  }

  .xpls-product-image{
    max-width:150px!important;
    height:130px!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCT WINDOW ACTION GAP ===================== */
@media(min-width:768px) and (max-width:1180px){
  .xpls-product-actions{
    gap:18px!important;
  }

  .xpls-product-buy{
    min-width:92px!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCT ACTIONS SIDES ===================== */
.xpls-product-actions{
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
}

.xpls-product-quick{
  margin-left:auto!important;
  text-align:right!important;
}

/* ===================== XPLS CUSTOM PRODUCT NATIVE FONT TUNE ===================== */
.xpls-product-title{
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:600!important;
  letter-spacing:0!important;
}

.xpls-product-price,
.xpls-product-price *,
.xpls-product-price .woocommerce-Price-amount,
.xpls-product-price bdi{
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

.xpls-product-old-price,
.xpls-product-old-price *,
.xpls-product-old-price .woocommerce-Price-amount,
.xpls-product-old-price bdi{
  font-size:14px!important;
  font-weight:600!important;
}

.xpls-product-buy{
  font-size:13px!important;
  font-weight:800!important;
}

.xpls-product-quick{
  font-size:12px!important;
  font-weight:600!important;
}

@media(max-width:767px){
  .xpls-product-title{
    font-size:13px!important;
  }

  .xpls-product-price,
  .xpls-product-price *,
  .xpls-product-price .woocommerce-Price-amount,
  .xpls-product-price bdi{
    font-size:18px!important;
  }

  .xpls-product-quick{
    font-size:11.5px!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCT WINDOW ACTIONS CENTER ===================== */
@media(min-width:768px) and (max-width:1180px){
  .xpls-product-actions{
    justify-content:flex-start!important;
    gap:16px!important;
    padding:0 8px!important;
  }

  .xpls-product-quick{
    margin-left:0!important;
    text-align:left!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCT ACTIONS BALANCED ===================== */
@media(min-width:768px) and (max-width:1180px){
  .xpls-product-actions{
    justify-content:space-between!important;
    gap:14px!important;
    padding:0 12px!important;
  }

  .xpls-product-quick{
    margin-left:0!important;
    text-align:right!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCTS SIZE GAP ALIGN ===================== */
.xpls-products-grid-preview{
  max-width:1580px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(min-width:768px) and (max-width:1180px){
  .xpls-products-grid-preview{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    row-gap:16px!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCTS STABLE SIZE ===================== */
@media(min-width:768px){
  .xpls-products-grid-preview{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    row-gap:16px!important;
  }

  .xpls-product-card{
    min-height:370px!important;
    padding:18px!important;
  }

  .xpls-product-media{
    height:178px!important;
    margin:6px 0 16px!important;
  }

  .xpls-product-image{
    max-width:190px!important;
    height:162px!important;
  }

  .xpls-product-title{
    min-height:44px!important;
  }
}

@media(min-width:1181px){
  .xpls-products-grid-preview{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:16px!important;
    row-gap:16px!important;
  }
}

/* ===================== XPLS REFRESH RECOMMENDATIONS ===================== */
.xpls-products-refresh-wrap{
  display:flex;
  justify-content:center;
  margin-top:22px;
}

.xpls-refresh-products{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:42px;
  padding:0 20px;
  border-radius:12px;
  border:1px solid #dbe4ee;
  background:#fff;
  color:#111827;
  font-size:14px;
  line-height:1;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(15,23,42,.045);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.xpls-refresh-products:hover{
  transform:translateY(-2px);
  border-color:#cbd5e1;
  box-shadow:0 14px 30px rgba(15,23,42,.065);
  color:#26b24a;
}

.xpls-refresh-products.is-loading{
  pointer-events:none;
  opacity:.72;
}

.xpls-refresh-products.is-loading span::after{
  content:'...';
}

.xpls-refresh-products.is-error{
  border-color:#fecaca;
  color:#dc2626;
}

.xpls-products-wrap.is-refreshing .xpls-products-grid-preview{
  opacity:.55;
  transform:translateY(2px);
}

.xpls-products-grid-preview{
  transition:opacity .18s ease, transform .18s ease;
}

/* ===================== XPLS REFRESH IN PRODUCTS HEAD ===================== */
.xpls-products-head-with-refresh{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}

.xpls-root .xpls-products-head-with-refresh h2,
.xpp-engine .xpls-products-head-with-refresh h2{
  margin:0!important;
}

.xpls-products-head-with-refresh .xpls-refresh-products{
  flex:0 0 auto;
}

@media(max-width:767px){
  .xpls-products-head-with-refresh{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:12px!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCTS MARKETPLACE ACTIONS ===================== */

.xpls-products-grid-preview .xpls-product-card{
  display:flex!important;
  flex-direction:column!important;
}

.xpls-products-grid-preview .xpls-product-image-wrap{
  margin-bottom:14px!important;
}

.xpls-products-grid-preview .xpls-product-title{
  margin-bottom:12px!important;
}

.xpls-products-grid-preview .xpls-product-price{
  margin-top:auto!important;
  margin-bottom:14px!important;
}

.xpls-products-grid-preview .xpls-product-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:8px!important;
  width:100%!important;
  margin-top:0!important;
}

.xpls-products-grid-preview .xpls-product-buy{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  height:40px!important;
  padding:0 14px!important;
  border-radius:12px!important;
  background:#25b84b!important;
  border:1px solid #25b84b!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(37,184,75,.18)!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important;
}

.xpls-products-grid-preview .xpls-product-buy:hover{
  transform:translateY(-1px)!important;
  background:#20aa43!important;
  border-color:#20aa43!important;
  box-shadow:0 12px 24px rgba(37,184,75,.22)!important;
}

.xpls-products-grid-preview .xpls-product-quick{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:34px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  background:#f5f7fa!important;
  border:1px solid #edf1f5!important;
  color:#111827!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:700!important;
  text-decoration:none!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease!important;
}

.xpls-products-grid-preview .xpls-product-quick:hover{
  background:#eef8f1!important;
  border-color:#d7f0df!important;
  color:#20a743!important;
}

@media (min-width:768px) and (max-width:1180px){
  .xpls-products-grid-preview .xpls-product-actions{
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-buy{
    height:38px!important;
    border-radius:11px!important;
    font-size:13px!important;
  }

  .xpls-products-grid-preview .xpls-product-quick{
    height:32px!important;
    font-size:12.5px!important;
  }
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-image-wrap{
    margin-bottom:12px!important;
  }

  .xpls-products-grid-preview .xpls-product-title{
    margin-bottom:10px!important;
  }

  .xpls-products-grid-preview .xpls-product-price{
    margin-bottom:12px!important;
  }

  .xpls-products-grid-preview .xpls-product-actions{
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-buy{
    height:36px!important;
    border-radius:10px!important;
    font-size:13px!important;
  }

  .xpls-products-grid-preview .xpls-product-quick{
    height:30px!important;
    border-radius:9px!important;
    font-size:12px!important;
    background:#f6f8fb!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCTS ACTIONS FINAL TUNE ===================== */

.xpls-products-grid-preview .xpls-product-actions{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  margin-top:0!important;
}

.xpls-products-grid-preview .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-quick{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  height:38px!important;
  margin:0!important;
  white-space:nowrap!important;
  line-height:1!important;
  text-align:center!important;
  text-decoration:none!important;
}

.xpls-products-grid-preview .xpls-product-buy{
  flex:0 0 auto!important;
  min-width:104px!important;
  width:auto!important;
  padding:0 16px!important;
  border-radius:10px!important;
  background:#26b24a!important;
  border:1px solid #26b24a!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-buy:hover{
  transform:translateY(-1px)!important;
  background:#20a943!important;
  border-color:#20a943!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-quick{
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  padding:0 12px!important;
  border-radius:10px!important;
  background:#f6f8fb!important;
  border:1px solid #edf1f5!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:700!important;
}

.xpls-products-grid-preview .xpls-product-quick:hover{
  background:#eef8f1!important;
  border-color:#d7f0df!important;
  color:#20a943!important;
}

.xpls-products-grid-preview .xpls-product-buy::before,
.xpls-products-grid-preview .xpls-product-quick::before{
  content:""!important;
  display:inline-block!important;
  flex:0 0 auto!important;
  width:14px!important;
  height:14px!important;
  background:currentColor!important;
}

.xpls-products-grid-preview .xpls-product-buy::before{
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 13H7L6 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 13H7L6 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

.xpls-products-grid-preview .xpls-product-quick::before{
  width:13px!important;
  height:13px!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

@media (max-width:767px){
  .xpls-products-grid-preview{
    gap:9px!important;
    row-gap:14px!important;
  }

  .xpls-products-grid-preview .xpls-product-card{
    padding:14px!important;
  }

  .xpls-products-grid-preview .xpls-product-actions{
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-quick{
    width:100%!important;
    min-width:0!important;
  }

  .xpls-products-grid-preview .xpls-product-buy{
    height:36px!important;
    border-radius:10px!important;
    font-size:13px!important;
  }

  .xpls-products-grid-preview .xpls-product-quick{
    height:32px!important;
    border-radius:9px!important;
    font-size:12px!important;
    line-height:1!important;
  }
}

/* ===================== XPLS CUSTOM PRODUCTS ACTIONS FINAL TUNE ===================== */

.xpls-products-grid-preview .xpls-product-actions{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  margin-top:0!important;
}

.xpls-products-grid-preview .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-quick{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  height:38px!important;
  margin:0!important;
  white-space:nowrap!important;
  line-height:1!important;
  text-align:center!important;
  text-decoration:none!important;
}

.xpls-products-grid-preview .xpls-product-buy{
  flex:0 0 auto!important;
  min-width:104px!important;
  width:auto!important;
  padding:0 16px!important;
  border-radius:10px!important;
  background:#26b24a!important;
  border:1px solid #26b24a!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-buy:hover{
  transform:translateY(-1px)!important;
  background:#20a943!important;
  border-color:#20a943!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-quick{
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  padding:0 12px!important;
  border-radius:10px!important;
  background:#f6f8fb!important;
  border:1px solid #edf1f5!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:700!important;
}

.xpls-products-grid-preview .xpls-product-quick:hover{
  background:#eef8f1!important;
  border-color:#d7f0df!important;
  color:#20a943!important;
}

.xpls-products-grid-preview .xpls-product-buy::before,
.xpls-products-grid-preview .xpls-product-quick::before{
  content:""!important;
  display:inline-block!important;
  flex:0 0 auto!important;
  width:14px!important;
  height:14px!important;
  background:currentColor!important;
}

.xpls-products-grid-preview .xpls-product-buy::before{
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 13H7L6 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 13H7L6 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

.xpls-products-grid-preview .xpls-product-quick::before{
  width:13px!important;
  height:13px!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

@media (max-width:767px){
  .xpls-products-grid-preview{
    gap:9px!important;
    row-gap:14px!important;
  }

  .xpls-products-grid-preview .xpls-product-card{
    padding:14px!important;
  }

  .xpls-products-grid-preview .xpls-product-actions{
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-quick{
    width:100%!important;
    min-width:0!important;
  }

  .xpls-products-grid-preview .xpls-product-buy{
    height:36px!important;
    border-radius:10px!important;
    font-size:13px!important;
  }

  .xpls-products-grid-preview .xpls-product-quick{
    height:32px!important;
    border-radius:9px!important;
    font-size:12px!important;
    line-height:1!important;
  }
}

/* ===================== XPLS QUICK BUTTON REAL CENTER FIX ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick.xport-quickcheckout-btn,
.xpls-products-grid-preview .xpls-product-card a.xpls-product-quick{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  height:32px!important;
  min-height:32px!important;
  max-height:32px!important;
  padding:0 8px!important;
  margin:0!important;
  line-height:1!important;
  text-align:center!important;
  vertical-align:middle!important;
  font-size:12px!important;
  font-weight:700!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
  display:block!important;
  width:12px!important;
  height:12px!important;
  margin:0!important;
  transform:translateY(0)!important;
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick.xport-quickcheckout-btn,
  .xpls-products-grid-preview .xpls-product-card a.xpls-product-quick{
    height:32px!important;
    min-height:32px!important;
    max-height:32px!important;
    line-height:1!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
}

/* ===================== XPLS PRODUCT BUTTON ICONS FONT TUNE ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  font-size:12px!important;
  font-weight:800!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
  gap:6px!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
  content:""!important;
  display:inline-block!important;
  flex:0 0 auto!important;
  width:13px!important;
  height:13px!important;
  margin:0!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3Cpath d='M2 3h3l3 13h10l3-9H7'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3Cpath d='M2 3h3l3 13h10l3-9H7'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-size:12px!important;
  }
}

@media (min-width:768px) and (max-width:1180px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-size:11.5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
    width:12px!important;
    height:12px!important;
  }
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-size:11.5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
    width:12px!important;
    height:12px!important;
  }
}

/* ===================== XPLS BUY ICON ALIGN FIX ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
  display:inline-grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:max-content!important;
  align-items:center!important;
  justify-content:center!important;
  justify-items:center!important;
  column-gap:6px!important;
  line-height:1!important;
  text-align:center!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
  content:""!important;
  display:block!important;
  width:12px!important;
  height:12px!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  top:0!important;
  transform:none!important;
  align-self:center!important;
  justify-self:center!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.5l2.8 12h9.5l2.7-8.5H7.1'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.5l2.8 12h9.5l2.7-8.5H7.1'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    column-gap:5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
    width:11px!important;
    height:11px!important;
  }
}

/* ===================== XPLS BUY ICON MICRO ALIGN ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
  position:relative!important;
  top:-1px!important;
}

/* ===================== XPLS PRODUCT BUTTONS FINAL ADAPTIVE ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  font-family:inherit!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:0!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
  top:-2px!important;
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-actions{
    gap:8px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    min-width:96px!important;
    padding:0 13px!important;
    flex:0 0 auto!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    flex:1 1 0!important;
    min-width:96px!important;
    padding:0 9px!important;
    font-size:11px!important;
    overflow:hidden!important;
  }
}

@media (min-width:768px) and (max-width:1180px){
  .xpls-products-grid-preview .xpls-product-actions{
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    min-width:88px!important;
    padding:0 11px!important;
    font-size:11px!important;
    flex:0 0 auto!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    flex:1 1 0!important;
    min-width:86px!important;
    padding:0 7px!important;
    font-size:10.5px!important;
    overflow:hidden!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
    width:11px!important;
    height:11px!important;
  }
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-size:11.5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
    top:-2px!important;
  }
}

/* ===================== XPLS DESKTOP PRODUCT ACTIONS FIT ===================== */

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-actions{
    gap:6px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    min-width:84px!important;
    width:84px!important;
    flex:0 0 84px!important;
    padding:0 8px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    min-width:0!important;
    flex:1 1 auto!important;
    padding:0 8px!important;
    font-size:10.5px!important;
    overflow:visible!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
    width:11px!important;
    height:11px!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    min-width:88px!important;
    width:88px!important;
    flex-basis:88px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-size:11px!important;
  }
}

/* ===================== XPLS PRODUCT BUTTONS GRID FINAL ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  box-sizing:border-box!important;
  font-family:inherit!important;
  font-weight:800!important;
  letter-spacing:0!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-align:center!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
  background:#24b34b!important;
  border-color:#24b34b!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy:hover{
  background:#20a943!important;
  border-color:#20a943!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
  position:relative!important;
  top:-2px!important;
}

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;
    gap:6px!important;
    align-items:center!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    padding:0 8px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    font-size:10.5px!important;
    overflow:visible!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    flex:none!important;
    border-radius:10px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    flex:none!important;
    border-radius:10px!important;
    background:#f6f8fb!important;
    border:1px solid #e9eef5!important;
    color:#111827!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
    flex:0 0 auto!important;
    width:11px!important;
    height:11px!important;
    margin:0!important;
  }
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    height:36px!important;
    min-height:36px!important;
    padding:0 8px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    font-size:11.5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    height:32px!important;
    min-height:32px!important;
  }
}

/* ===================== XPLS PRODUCT BUTTONS WIDTH WEIGHT FINAL ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  font-weight:700!important;
}

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:78px minmax(0,1fr)!important;
    gap:6px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    padding-left:6px!important;
    padding-right:6px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    padding-left:7px!important;
    padding-right:7px!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:82px minmax(0,1fr)!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
  }
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-weight:700!important;
  }
}

/* ===================== XPLS WINDOW PRODUCT ACTIONS GAP ===================== */

@media (min-width:768px) and (max-width:1180px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    gap:8px!important;
  }
}

/* ===================== XPLS PRODUCT BUTTONS HARD RESET ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  margin-top:0!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  box-sizing:border-box!important;
  min-width:0!important;
  max-width:100%!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  font-family:inherit!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
  background:#24b34b!important;
  border:1px solid #24b34b!important;
  color:#fff!important;
  border-radius:10px!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy:hover{
  background:#20a943!important;
  border-color:#20a943!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  background:#f6f8fb!important;
  border:1px solid #e6ecf3!important;
  color:#111827!important;
  border-radius:10px!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick:hover{
  background:#eef8f1!important;
  border-color:#d7f0df!important;
  color:#20a943!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
  content:""!important;
  display:block!important;
  flex:0 0 auto!important;
  width:11px!important;
  height:11px!important;
  margin:0!important;
  padding:0!important;
  background:currentColor!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
  position:relative!important;
  top:-2px!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.5l2.8 12h9.5l2.7-8.5H7.1'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.5l2.8 12h9.5l2.7-8.5H7.1'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
  position:relative!important;
  top:0!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:grid!important;
    grid-template-columns:80px minmax(112px,1fr)!important;
    column-gap:10px!important;
    align-items:center!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    font-size:11px!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:84px minmax(118px,1fr)!important;
    column-gap:10px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-size:11.5px!important;
  }
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    font-size:11.5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    height:32px!important;
    min-height:32px!important;
    max-height:32px!important;
  }
}

/* ===================== XPLS PRODUCT BUTTONS HARD RESET ===================== */

.xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  margin-top:0!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  box-sizing:border-box!important;
  min-width:0!important;
  max-width:100%!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  font-family:inherit!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
  background:#24b34b!important;
  border:1px solid #24b34b!important;
  color:#fff!important;
  border-radius:10px!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy:hover{
  background:#20a943!important;
  border-color:#20a943!important;
  box-shadow:none!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
  background:#f6f8fb!important;
  border:1px solid #e6ecf3!important;
  color:#111827!important;
  border-radius:10px!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick:hover{
  background:#eef8f1!important;
  border-color:#d7f0df!important;
  color:#20a943!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before,
.xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
  content:""!important;
  display:block!important;
  flex:0 0 auto!important;
  width:11px!important;
  height:11px!important;
  margin:0!important;
  padding:0!important;
  background:currentColor!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
  position:relative!important;
  top:-2px!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.5l2.8 12h9.5l2.7-8.5H7.1'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2.5l2.8 12h9.5l2.7-8.5H7.1'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

.xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
  position:relative!important;
  top:0!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:grid!important;
    grid-template-columns:80px minmax(112px,1fr)!important;
    column-gap:10px!important;
    align-items:center!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    font-size:11px!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:84px minmax(118px,1fr)!important;
    column-gap:10px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    font-size:11.5px!important;
  }
}

@media (max-width:767px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    font-size:11.5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    height:32px!important;
    min-height:32px!important;
    max-height:32px!important;
  }
}

/* ===================== XPLS WINDOW BUTTONS COMPACT FINAL ===================== */

@media (min-width:768px) and (max-width:1180px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:grid!important;
    grid-template-columns:74px minmax(0,1fr)!important;
    column-gap:8px!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    padding:0 6px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:-.01em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    border-radius:9px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    border-radius:9px!important;
    padding-left:5px!important;
    padding-right:5px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
    width:10px!important;
    height:10px!important;
    flex:0 0 10px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before{
    top:-1px!important;
  }
}

/* ===================== XPLS WINDOW BUTTONS MATCH FULL ===================== */

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:grid!important;
    grid-template-columns:86px minmax(112px,1fr)!important;
    column-gap:8px!important;
    align-items:center!important;
    justify-content:start!important;
    width:100%!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    padding:0 8px!important;
    gap:5px!important;
    font-size:11.5px!important;
    font-weight:700!important;
    letter-spacing:0!important;
    border-radius:10px!important;
    overflow:hidden!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:86px!important;
    min-width:86px!important;
    max-width:86px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy::before,
  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick::before{
    width:11px!important;
    height:11px!important;
    flex-basis:11px!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:84px minmax(112px,1fr)!important;
    column-gap:8px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:84px!important;
    min-width:84px!important;
    max-width:84px!important;
  }
}

/* ===================== XPLS BUY BUTTON LEFT MORE ===================== */

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:78px minmax(0,1fr)!important;
    column-gap:8px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    padding-left:6px!important;
    padding-right:6px!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:80px minmax(0,1fr)!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:80px!important;
    min-width:80px!important;
    max-width:80px!important;
  }
}

/* ===================== XPLS PRODUCT ACTIONS REAL LEFT SHIFT ===================== */

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    display:grid!important;
    grid-template-columns:78px minmax(0,1fr)!important;
    column-gap:8px!important;
    margin-left:-7px!important;
    width:calc(100% + 7px)!important;
    max-width:calc(100% + 7px)!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    justify-self:start!important;
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:80px minmax(0,1fr)!important;
    margin-left:-6px!important;
    width:calc(100% + 6px)!important;
    max-width:calc(100% + 6px)!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:80px!important;
    min-width:80px!important;
    max-width:80px!important;
  }
}

/* ===================== XPLS QUICK BUTTON USE CARD WIDTH ===================== */

@media (min-width:768px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:78px minmax(0,1fr)!important;
    column-gap:8px!important;
    margin-left:-10px!important;
    margin-right:-10px!important;
    width:calc(100% + 20px)!important;
    max-width:calc(100% + 20px)!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-quick{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
}

@media (min-width:1181px){
  .xpls-products-grid-preview .xpls-product-card .xpls-product-actions{
    grid-template-columns:80px minmax(0,1fr)!important;
    margin-left:-8px!important;
    margin-right:-8px!important;
    width:calc(100% + 16px)!important;
    max-width:calc(100% + 16px)!important;
  }

  .xpls-products-grid-preview .xpls-product-card .xpls-product-buy{
    width:80px!important;
    min-width:80px!important;
    max-width:80px!important;
  }
}

/* ===================== XPLS MOBILE PRODUCT CARD DENSITY ===================== */

@media (max-width:767px){
  .xpls-products-grid-preview{
    gap:8px!important;
    row-gap:10px!important;
  }

  .xpls-products-grid-preview .xpls-product-card{
    padding-left:13px!important;
    padding-right:13px!important;
  }
}

/* ===================== XPLS REFRESH BUTTON MOBILE FOCUS RESET ===================== */

@media (hover:none) and (pointer:coarse){
  .xpls-products-refresh,
  .xpls-products-refresh:focus,
  .xpls-products-refresh:focus-visible,
  .xpls-products-refresh:active{
    background:#f6f8fb!important;
    border-color:#e6ecf3!important;
    color:#111827!important;
    box-shadow:none!important;
    outline:none!important;
  }
}

/* ===================== XPLS REAL REFRESH TOUCH RESET ===================== */

@media (hover:none) and (pointer:coarse){
  .xpls-refresh-products:not(.is-loading):not(.is-error),
  .xpls-refresh-products:not(.is-loading):not(.is-error):hover,
  .xpls-refresh-products:not(.is-loading):not(.is-error):focus,
  .xpls-refresh-products:not(.is-loading):not(.is-error):focus-visible,
  .xpls-refresh-products:not(.is-loading):not(.is-error):active{
    background:#f6f8fb!important;
    border-color:#e6ecf3!important;
    color:#111827!important;
    box-shadow:none!important;
    outline:none!important;
  }
}

/* ===================== XPLS REFRESH TOUCH FINAL ===================== */

@media (hover:none) and (pointer:coarse){
  .xpls-refresh-products:not(.is-loading):not(.is-error),
  .xpls-refresh-products:not(.is-loading):not(.is-error):hover,
  .xpls-refresh-products:not(.is-loading):not(.is-error):focus,
  .xpls-refresh-products:not(.is-loading):not(.is-error):focus-visible,
  .xpls-refresh-products:not(.is-loading):not(.is-error):active{
    background:#fff!important;
    border-color:#dfe6ef!important;
    color:#111827!important;
    box-shadow:none!important;
    outline:none!important;
    -webkit-tap-highlight-color:transparent!important;
  }

  .xpls-refresh-products:not(.is-loading):not(.is-error) span{
    color:#111827!important;
  }
}

/* XPORT LANDING DESKTOP WIDTH ALIGN START */
@media(min-width:1181px){
  .xpls-page-wrap{
    padding-left:0;
    padding-right:0;
  }

  .xpls-page-head,
  .xpls-page-grid,
  .xpls-products-wrap{
    width:100%;
    max-width:none;
    margin-left:auto;
    margin-right:auto;
  }

  .xpls-products-wrap{
    padding-left:0;
    padding-right:0;
  }
}
/* XPORT LANDING DESKTOP WIDTH ALIGN END */

/* XPLS EMBEDDED PRODUCTS CONTAINER START */

/*
 * Встроенный вариант используется внутри внешнего layout-контейнера,
 * который уже создаёт собственный горизонтальный gutter.
 */
.xpls-products-wrap.xpls-products-wrap--embedded{
    padding-left:0;
    padding-right:0;
}

/* XPLS EMBEDDED PRODUCTS CONTAINER END */
