.aes-coll-grid,.aes-coll-grid *,.aes-prod-stage,.aes-prod-stage *{box-sizing:border-box}.aes-coll-grid,.aes-prod-stage{font-family:"Rubik",Arial,sans-serif}

/* COLLECTIONS */
.aes-coll-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1400px;margin:0 auto;padding:24px 16px}.aes-coll-card{--bg:#eee;--hbg:#111;--txt:#111;--htxt:#fff;position:relative;min-height:520px;overflow:hidden;background:var(--bg);color:var(--txt)!important;text-decoration:none!important;border-radius:34px;isolation:isolate;display:flex;flex-direction:column;padding:34px;transition:background .42s cubic-bezier(.2,.7,.2,1),color .32s ease,transform .35s ease,box-shadow .35s ease}.aes-coll-card:hover{background:var(--hbg);color:var(--htxt)!important;transform:translateY(-6px);box-shadow:0 24px 55px rgba(0,0,0,.12)}
.aes-coll-copy{position:relative;z-index:5;display:flex;flex-direction:column;gap:12px;max-width:90%;color:inherit}.aes-coll-copy strong{font-size:clamp(26px,2.4vw,38px);font-weight:700;line-height:1.08;color:inherit}.aes-coll-copy>span{font-size:15px;font-weight:400;line-height:1.65;color:inherit;opacity:.88}.aes-coll-copy b{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:10px;padding-bottom:5px;border-bottom:1px solid currentColor;font-size:14px;font-weight:600;color:inherit}.aes-coll-copy i{font-style:normal;transition:transform .25s ease}.aes-coll-card:hover .aes-coll-copy i{transform:translate(3px,-3px)}
.aes-align-center .aes-coll-copy{align-items:center;text-align:center;margin-inline:auto}.aes-align-center .aes-coll-copy b{margin-inline:auto}.aes-align-left .aes-coll-copy{align-items:flex-end;text-align:left;margin-right:auto}.aes-align-right .aes-coll-copy{align-items:flex-start;text-align:right;margin-left:auto}
.aes-coll-visual{position:absolute;z-index:3;left:0;right:0;bottom:0;height:58%;display:flex;align-items:flex-end;justify-content:center;padding:12px 18px 0}.aes-coll-visual img{position:relative;z-index:2;max-width:86%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.13));transform:translateY(12px) scale(.96);transition:transform .5s cubic-bezier(.2,.75,.2,1),filter .4s ease}.aes-coll-card:hover .aes-coll-visual img{transform:translateY(2px) scale(1.04) rotate(-1.5deg);filter:drop-shadow(0 24px 30px rgba(0,0,0,.2))}
.aes-coll-deco{position:absolute;z-index:1;pointer-events:none;transition:transform .5s cubic-bezier(.2,.75,.2,1),opacity .4s ease,background .4s ease}.aes-style-orbit .aes-coll-deco{width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.28);left:50%;bottom:-92px;transform:translateX(-50%)}.aes-style-orbit:hover .aes-coll-deco{transform:translateX(-50%) scale(1.14);background:rgba(255,255,255,.16)}
.aes-style-window .aes-coll-deco{width:74%;height:52%;left:13%;bottom:-8%;border-radius:160px 160px 28px 28px;background:rgba(255,255,255,.45);transform:rotate(-2deg)}.aes-style-window:hover .aes-coll-deco{transform:rotate(2deg) scale(1.06)}
.aes-style-spotlight .aes-coll-deco{width:420px;height:420px;border-radius:50%;right:-190px;bottom:-140px;background:rgba(255,255,255,.16)}.aes-style-spotlight:hover .aes-coll-deco{transform:translate(-30px,-12px) scale(1.08)}
.aes-style-wave .aes-coll-deco{width:130%;height:58%;left:-15%;bottom:-28%;border-radius:50% 50% 0 0;background:rgba(255,255,255,.26);transform:rotate(-6deg)}.aes-style-wave:hover .aes-coll-deco{transform:rotate(2deg) translateY(-18px)}

/* MIXED PRODUCTS / CATEGORIES */
.aes-prod-stage{
  --section-bg:#f6f3f1;
  --card-bg:#fff;
  --card-hover:#f1ece8;
  --text:#111;
  --columns:3;
  --visible-cols:3;
  --radius:28px;
  background:var(--section-bg);
  color:var(--text);
  padding:68px 30px 58px;
  max-width:1480px;
  margin:0 auto;
  border-radius:34px;
  overflow:hidden;
}
.aes-prod-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:38px}.aes-prod-head>div{max-width:760px}.aes-prod-head small{display:block;margin-bottom:9px;font-size:12px;letter-spacing:.08em;opacity:.55}.aes-prod-head h2{margin:0;font-size:clamp(32px,4vw,56px);font-weight:700;line-height:1.03;color:inherit}.aes-prod-head p{margin:12px 0 0;font-size:15px;line-height:1.7;opacity:.7}.aes-prod-head>a{display:inline-flex;gap:8px;align-items:center;color:inherit!important;text-decoration:none!important;font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:5px}

.aes-prod-grid{
  display:grid;
  grid-template-columns:repeat(var(--visible-cols),minmax(0,310px));
  gap:20px;
  justify-content:center;
  align-items:stretch;
}

.aes-prod-card{
  position:relative;
  width:100%;
  min-width:0;
  aspect-ratio:1/1;
  background:var(--card-bg);
  border-radius:var(--radius);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(17,17,17,.055);
  box-shadow:0 10px 28px rgba(0,0,0,.035);
  transition:transform .36s cubic-bezier(.2,.75,.2,1),background .32s ease,box-shadow .36s ease,border-color .3s ease;
}
.aes-prod-card:hover{transform:translateY(-7px);background:var(--card-hover);box-shadow:0 24px 46px rgba(0,0,0,.11);border-color:rgba(17,17,17,.1)}

.aes-prod-image{
  position:relative;
  display:block;
  height:64%;
  min-height:0;
  overflow:hidden;
  isolation:isolate;
}
.aes-prod-image:after{
  content:"";
  position:absolute;
  left:18%;right:18%;bottom:8px;
  height:18px;
  border-radius:50%;
  background:rgba(0,0,0,.08);
  filter:blur(11px);
  opacity:.35;
  transform:scale(.8);
  transition:.4s ease;
  z-index:0;
}
.aes-prod-card:hover .aes-prod-image:after{opacity:.52;transform:scale(1)}

.aes-prod-image img{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:20px 22px 8px;
  transition:opacity .4s ease,transform .5s cubic-bezier(.2,.75,.2,1);
}
.aes-prod-alt{opacity:0}.aes-prod-card:hover .aes-prod-main:has(+ .aes-prod-alt){opacity:0;transform:scale(1.04)}.aes-prod-card:hover .aes-prod-alt{opacity:1;transform:scale(1.055)}.aes-prod-card:hover .aes-prod-main{transform:translateY(-4px) scale(1.045)}

.aes-prod-arrow{
  position:absolute;
  z-index:6;
  left:14px;
  top:14px;
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  opacity:0;
  transform:translateY(6px) rotate(-8deg);
  transition:.25s ease;
}
.aes-prod-card:hover .aes-prod-arrow{opacity:1;transform:none}

.aes-prod-type{
  position:absolute;
  z-index:6;
  right:14px;
  top:14px;
  padding:6px 10px;
  border-radius:99px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(8px);
  font-size:10px;
  letter-spacing:.09em;
  font-weight:700;
  color:#111;
}

.aes-prod-info{
  flex:1;
  padding:12px 16px 16px;
  display:flex;
  flex-direction:column;
  gap:8px;
  justify-content:flex-end;
}
.aes-prod-info>a:first-child{color:var(--text)!important;text-decoration:none!important;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aes-prod-price{font-size:13px;font-weight:700;color:var(--text);min-height:20px}.aes-prod-price del{opacity:.45;font-weight:400;margin-inline-start:5px}.aes-prod-price ins{text-decoration:none}
.aes-prod-add{min-height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(17,17,17,.11);border-radius:14px;background:rgba(255,255,255,.52);color:var(--text)!important;text-decoration:none!important;font-size:12px;font-weight:600;transition:.25s}.aes-prod-add:hover{background:#111;color:#fff!important;border-color:#111;transform:translateY(-1px)}

/* Categories get a different visual language */
.aes-prod-card.is-category{background:color-mix(in srgb,var(--card-bg) 86%,var(--text) 14%)}
.aes-prod-card.is-category .aes-prod-image{height:70%;overflow:hidden}
.aes-prod-category-orb,
.aes-prod-category-ring{position:absolute;pointer-events:none;z-index:0;border-radius:50%;transition:.5s cubic-bezier(.2,.75,.2,1)}
.aes-prod-category-orb{width:78%;aspect-ratio:1;left:50%;top:47%;transform:translate(-50%,-50%);background:rgba(255,255,255,.62)}
.aes-prod-category-ring{width:94%;aspect-ratio:1;left:-22%;top:-36%;border:1px solid rgba(17,17,17,.08)}
.aes-prod-card.is-category:hover .aes-prod-category-orb{transform:translate(-50%,-50%) scale(1.08)}
.aes-prod-card.is-category:hover .aes-prod-category-ring{transform:translate(16px,16px) rotate(12deg);border-color:rgba(17,17,17,.16)}
.aes-prod-card.is-category .aes-prod-main{padding:24px 28px 6px;transform:scale(.94)}
.aes-prod-card.is-category:hover .aes-prod-main{transform:translateY(-5px) scale(1.02) rotate(-1.5deg)}
.aes-prod-card.is-category .aes-prod-info>a:first-child{font-size:17px;font-weight:700}
.aes-prod-card.is-category .aes-prod-info{padding-top:6px}

.aes-prod-stage.aes-align-center .aes-prod-head{text-align:center;flex-direction:column;align-items:center}.aes-prod-stage.aes-align-center .aes-prod-head>div{margin:auto}.aes-prod-stage.aes-align-center .aes-prod-info{text-align:center}.aes-prod-stage.aes-align-left .aes-prod-head{text-align:left;direction:ltr}.aes-prod-stage.aes-align-left .aes-prod-info{text-align:left}.aes-prod-stage.aes-align-right .aes-prod-head,.aes-prod-stage.aes-align-right .aes-prod-info{text-align:right}

/* Elementor preview only */
.elementor-editor-active .aes-coll-grid{max-width:1050px;gap:12px;padding:14px}.elementor-editor-active .aes-coll-card{min-height:390px;padding:24px;border-radius:24px}.elementor-editor-active .aes-coll-copy strong{font-size:26px}.elementor-editor-active .aes-coll-copy>span{font-size:13px}.elementor-editor-active .aes-coll-visual{height:52%}.elementor-editor-active .aes-coll-visual img{max-height:205px}.elementor-editor-active .aes-prod-stage{max-width:1080px;padding:34px 20px;border-radius:24px}.elementor-editor-active .aes-prod-head h2{font-size:34px}.elementor-editor-active .aes-prod-card{aspect-ratio:1/1.08}.elementor-editor-active .aes-prod-info{padding:10px 12px 12px}

@media(max-width:1100px){.aes-prod-grid{grid-template-columns:repeat(min(var(--visible-cols),3),minmax(0,300px))}}
@media(max-width:900px){.aes-coll-grid{grid-template-columns:1fr}.aes-coll-card{min-height:330px}.aes-prod-grid{grid-template-columns:repeat(min(var(--visible-cols),2),minmax(0,300px))}.aes-prod-head{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.aes-coll-grid{padding:0;gap:10px}.aes-coll-card{min-height:245px;border-radius:0;padding:20px 16px}.aes-coll-copy{max-width:58%}.aes-coll-copy strong{font-size:24px}.aes-coll-copy>span{font-size:12px;line-height:1.45}.aes-coll-copy b{font-size:12px}.aes-coll-visual{width:48%;left:auto;height:100%;padding:20px 8px 0}.aes-coll-visual img{max-width:110%;max-height:220px}.aes-coll-deco{opacity:.8}.aes-style-orbit .aes-coll-deco{width:210px;height:210px;left:auto;right:-70px;bottom:18px;transform:none}.aes-style-window .aes-coll-deco{width:52%;height:100%;left:auto;right:0;bottom:0;border-radius:120px 0 0 120px}.aes-style-spotlight .aes-coll-deco{width:230px;height:230px;right:-85px;bottom:8px}.aes-style-wave .aes-coll-deco{width:65%;height:120%;left:auto;right:-15%;bottom:-30%;border-radius:50%}.aes-prod-stage{padding:38px 14px;border-radius:0}.aes-prod-head h2{font-size:34px}.aes-prod-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aes-prod-card{aspect-ratio:1/1.05;border-radius:min(var(--radius),22px)}.aes-prod-image img{padding:10px}.aes-prod-info{padding:10px}.aes-prod-info>a:first-child{font-size:12px}.aes-prod-add{font-size:11px;min-height:34px}}

/* =========================================================
   AES COMMERCE STUDIO 1.3
   MOBILE EXPERIENCE
   Collections become alternating editorial strips.
   Products become a swipeable snap shelf.
   Desktop styles above remain untouched.
   ========================================================= */

@media(max-width:600px){

  /* ---------- COLLECTIONS: alternating split strips ---------- */

  .aes-coll-grid{
    display:flex;
    flex-direction:column;
    gap:12px;
    width:100%;
    max-width:none;
    margin:0;
    padding:12px 10px 18px;
    overflow:visible;
  }

  .aes-coll-card{
    position:relative;
    width:100%;
    min-height:218px;
    height:218px;
    margin:0;
    padding:0;
    border-radius:26px;
    overflow:hidden;
    display:block;
    background:var(--bg);
    color:var(--txt)!important;
    box-shadow:0 8px 24px rgba(0,0,0,.055);
    transform:none;
  }

  .aes-coll-card:hover,
  .aes-coll-card:focus-visible{
    background:var(--hbg);
    color:var(--htxt)!important;
    transform:none;
    box-shadow:0 12px 28px rgba(0,0,0,.09);
  }

  /* Text half */
  .aes-coll-copy,
  .aes-align-center .aes-coll-copy,
  .aes-align-left .aes-coll-copy,
  .aes-align-right .aes-coll-copy{
    position:absolute;
    z-index:6;
    top:0;
    bottom:0;
    width:56%;
    max-width:none;
    margin:0;
    padding:20px 14px 18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    text-align:center;
    color:inherit;
  }

  /* Odd: image right, text left */
  .aes-coll-card:nth-child(odd) .aes-coll-copy{
    left:0;
    right:auto;
  }

  /* Even: image left, text right */
  .aes-coll-card:nth-child(even) .aes-coll-copy{
    right:0;
    left:auto;
  }

  .aes-coll-copy strong{
    margin:0;
    font-size:clamp(22px,7vw,29px);
    line-height:1.04;
    font-weight:700;
    letter-spacing:-.025em;
  }

  .aes-coll-copy>span{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    margin:1px 0 0;
    font-size:12px;
    line-height:1.45;
    font-weight:400;
    opacity:.86;
  }

  .aes-coll-copy b,
  .aes-align-center .aes-coll-copy b{
    width:max-content;
    max-width:100%;
    margin:5px auto 0;
    padding:7px 10px 5px;
    border:1px solid currentColor;
    border-radius:10px;
    font-size:11px;
    line-height:1;
    font-weight:600;
    gap:5px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(3px);
  }

  .aes-coll-copy b i{
    font-size:11px;
  }

  /* Image half */
  .aes-coll-visual{
    position:absolute;
    z-index:4;
    top:0;
    bottom:0;
    width:46%;
    height:100%;
    padding:10px 4px 0;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden;
  }

  .aes-coll-card:nth-child(odd) .aes-coll-visual{
    right:0;
    left:auto;
  }

  .aes-coll-card:nth-child(even) .aes-coll-visual{
    left:0;
    right:auto;
  }

  .aes-coll-visual img{
    position:relative;
    z-index:4;
    width:auto;
    height:auto;
    max-width:112%;
    max-height:202px;
    object-fit:contain;
    filter:drop-shadow(0 12px 15px rgba(0,0,0,.15));
    transform:translateY(6px) scale(.96);
  }

  .aes-coll-card:hover .aes-coll-visual img,
  .aes-coll-card:focus-visible .aes-coll-visual img{
    transform:translateY(1px) scale(1.025) rotate(-1deg);
  }

  /* Decorative shape becomes a side cut / peeking portal */
  .aes-coll-deco,
  .aes-style-orbit .aes-coll-deco,
  .aes-style-window .aes-coll-deco,
  .aes-style-spotlight .aes-coll-deco,
  .aes-style-wave .aes-coll-deco{
    position:absolute;
    z-index:2;
    top:50%;
    bottom:auto;
    width:210px;
    height:210px;
    border-radius:50%;
    background:rgba(255,255,255,.30);
    opacity:1;
    transform:translateY(-50%);
  }

  .aes-coll-card:nth-child(odd) .aes-coll-deco{
    right:-74px;
    left:auto;
  }

  .aes-coll-card:nth-child(even) .aes-coll-deco{
    left:-74px;
    right:auto;
  }

  .aes-coll-card:hover .aes-coll-deco,
  .aes-coll-card:focus-visible .aes-coll-deco{
    transform:translateY(-50%) scale(1.08);
    background:rgba(255,255,255,.19);
  }

  /* subtle separator so the alternating rhythm feels intentional */
  .aes-coll-card:after{
    content:"";
    position:absolute;
    z-index:3;
    top:16px;
    bottom:16px;
    width:1px;
    background:currentColor;
    opacity:.09;
    pointer-events:none;
  }

  .aes-coll-card:nth-child(odd):after{right:46%}
  .aes-coll-card:nth-child(even):after{left:46%}


  /* ---------- PRODUCTS: horizontal premium swipe shelf ---------- */

  .aes-prod-stage{
    width:100%;
    max-width:none;
    margin:0;
    padding:34px 0 36px;
    border-radius:0;
    overflow:hidden;
  }

  .aes-prod-head{
    width:100%;
    margin:0 0 22px;
    padding:0 18px;
    gap:8px;
    align-items:center!important;
    text-align:center!important;
  }

  .aes-prod-head>div{
    width:100%;
    max-width:520px;
    margin:0 auto!important;
  }

  .aes-prod-head small{
    margin-bottom:7px;
    font-size:10px;
  }

  .aes-prod-head h2{
    font-size:31px;
    line-height:1.04;
  }

  .aes-prod-head p{
    margin-top:8px;
    font-size:13px;
    line-height:1.55;
  }

  .aes-prod-head>a{
    margin-top:5px;
    font-size:12px;
  }

  .aes-prod-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:min(76vw,286px);
    grid-template-columns:none!important;
    gap:12px;
    justify-content:start;
    align-items:stretch;
    width:100%;
    padding:3px 18px 18px;
    overflow-x:auto;
    overflow-y:visible;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:18px;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .aes-prod-grid::-webkit-scrollbar{display:none}

  .aes-prod-card{
    scroll-snap-align:start;
    scroll-snap-stop:normal;
    width:100%;
    min-width:0;
    aspect-ratio:1/1.08;
    border-radius:min(var(--radius),26px);
    box-shadow:0 10px 28px rgba(0,0,0,.055);
  }

  .aes-prod-card:hover{
    transform:translateY(-3px);
  }

  .aes-prod-image{
    height:66%;
  }

  .aes-prod-image img{
    padding:14px 16px 6px;
  }

  .aes-prod-info{
    min-height:34%;
    padding:10px 13px 13px;
    gap:6px;
    text-align:center!important;
    align-items:stretch;
  }

  .aes-prod-info>a:first-child{
    font-size:13px;
    line-height:1.35;
  }

  .aes-prod-price{
    min-height:18px;
    font-size:12px;
  }

  .aes-prod-add{
    min-height:35px;
    border-radius:12px;
    font-size:11px;
  }

  .aes-prod-arrow{
    top:11px;
    left:11px;
    width:32px;
    height:32px;
    opacity:1;
    transform:none;
    font-size:13px;
  }

  /* Category cards get a more editorial mobile treatment */
  .aes-prod-card.is-category{
    aspect-ratio:1/1.08;
  }

  .aes-prod-card.is-category .aes-prod-image{
    height:68%;
  }

  .aes-prod-card.is-category .aes-prod-main{
    padding:18px 20px 3px;
    transform:scale(.96);
  }

  .aes-prod-category-orb{
    width:84%;
  }

  .aes-prod-category-ring{
    width:105%;
    left:-32%;
    top:-40%;
  }

  .aes-prod-type{
    top:11px;
    right:11px;
    padding:5px 8px;
    font-size:8px;
  }

  .aes-prod-card.is-category .aes-prod-info>a:first-child{
    font-size:16px;
    line-height:1.2;
  }
}

@media(max-width:380px){
  .aes-coll-card{height:205px;min-height:205px;border-radius:22px}
  .aes-coll-copy{padding:16px 10px 14px}
  .aes-coll-copy strong{font-size:22px}
  .aes-coll-copy>span{font-size:11px}
  .aes-coll-visual img{max-height:188px}
  .aes-coll-deco{width:195px!important;height:195px!important}
  .aes-prod-grid{grid-auto-columns:min(79vw,270px);padding-inline:14px;scroll-padding-inline:14px}
}
