﻿/* MOGO / Aurum framework — fine tune 01
   Scope: homepage only. Do not touch product artwork or product structure. */
body[data-page="index"]{
  --ft-max:1680px;
  --ft-side:clamp(28px,4.7vw,92px);
  background:#000!important;
}
body[data-page="index"] .container{
  width:min(var(--ft-max),calc(100% - (var(--ft-side) * 2)))!important;
}

/* 02 — hero: more negative space, less template-like */
body[data-page="index"] .ab-hero{
  min-height:690px!important;
  grid-template-columns:62.5% 37.5%!important;
  border-bottom:0!important;
}
body[data-page="index"] .ab-hero-media{
  min-height:690px!important;
  padding:24px 2vw 24px 5vw!important;
}
body[data-page="index"] .ab-hero-media img{
  width:min(880px,91%)!important;
  height:91%!important;
}
body[data-page="index"] .ab-hero-copy{
  padding:86px 8vw 86px 2.6vw!important;
}
body[data-page="index"] .ab-hero-copy h1{
  font-size:46px!important;
  line-height:1.04!important;
  letter-spacing:-.028em!important;
  max-width:455px!important;
  margin-bottom:20px!important;
}
body[data-page="index"] .ab-hero-copy p{
  max-width:400px!important;
  font-size:11px!important;
  line-height:1.75!important;
  color:#858585!important;
}
body[data-page="index"] .ab-hero-points{
  font-size:8px!important;
  letter-spacing:.04em!important;
  color:#888!important;
  margin:2px 0 26px!important;
}
body[data-page="index"] .ab-hero .btn{
  min-height:38px!important;
  padding:0 19px!important;
  font-size:8px!important;
  letter-spacing:.14em!important;
}
body[data-page="index"] .ab-hero .btn.primary{
  background:#bda178!important;
  border-color:#bda178!important;
  color:#050505!important;
}

/* 03 — section titles: small and restrained like the reference */
body[data-page="index"] .ab-section{padding:86px 0!important}
body[data-page="index"] .ab-title-row{margin-bottom:34px!important}
body[data-page="index"] .ab-title-row h2,
body[data-page="index"] .ab-center-title{
  font-size:15px!important;
  font-weight:400!important;
  letter-spacing:.10em!important;
  text-transform:none!important;
}
body[data-page="index"] .ab-title-row>a{
  font-size:7px!important;
  color:#696969!important;
  right:2px!important;
}

/* 04 — latest collections: compact editorial strip, no card feeling */
body[data-page="index"] .ab-collection-row{
  grid-template-columns:repeat(6,126px)!important;
  gap:20px!important;
  max-width:none!important;
}
body[data-page="index"] .ab-collection-row a{
  font-size:8px!important;
  letter-spacing:.055em!important;
}
body[data-page="index"] .ab-collection-row img{
  width:126px!important;
  height:142px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  background:#000!important;
  margin-bottom:11px!important;
}
body[data-page="index"] .ab-collection-row span{color:#858585!important}

/* 05 — Top Products: floating on black, no boxed grid */
body[data-page="index"] .ab-black{
  padding-top:98px!important;
  padding-bottom:132px!important;
}
body[data-page="index"] .ab-products{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:42px!important;
  background:#000!important;
  border:0!important;
}
body[data-page="index"] .ab-products .product-card{
  border:0!important;
  background:#000!important;
  padding:0 0 12px!important;
}
body[data-page="index"] .ab-products .product-image{
  aspect-ratio:1.28/1!important;
  background:#000!important;
  overflow:visible!important;
}
body[data-page="index"] .ab-products .product-image img{
  width:94%!important;
  height:94%!important;
  left:3%!important;
  top:3%!important;
  right:auto!important;
  bottom:auto!important;
  object-fit:contain!important;
}
body[data-page="index"] .ab-products .product-info{
  padding:15px 2px 0!important;
  min-height:52px!important;
}
body[data-page="index"] .ab-products .product-title{
  font-size:8px!important;
  line-height:1.45!important;
  letter-spacing:.055em!important;
  color:#b7b7b7!important;
}
body[data-page="index"] .ab-products .price{
  margin-top:5px!important;
  font-size:7px!important;
  color:#595959!important;
}
body[data-page="index"] .ab-products .badge{
  top:8px!important;
  left:8px!important;
  font-size:6px!important;
  padding:4px 6px!important;
  border-color:#6d593e!important;
  color:#a98c60!important;
}

/* 06 — one-of-a-kind block: larger image, less copy */
body[data-page="index"] .ab-editorial{
  grid-template-columns:58% 42%!important;
  min-height:640px!important;
  border-top:0!important;
  border-bottom:0!important;
}
body[data-page="index"] .ab-editorial-photo{min-height:640px!important;background:#000!important}
body[data-page="index"] .ab-editorial-photo img{object-fit:contain!important;padding:22px!important}
body[data-page="index"] .ab-editorial-copy{padding:104px 8vw!important}
body[data-page="index"] .ab-editorial-copy h2{
  font-size:39px!important;
  line-height:1.04!important;
  max-width:430px!important;
}
body[data-page="index"] .ab-editorial-copy p{
  max-width:390px!important;
  font-size:11px!important;
  line-height:1.75!important;
  color:#787878!important;
}

/* 07 — shop by color: remove boxed ecommerce look */
body[data-page="index"] .ab-stone-row{
  gap:30px!important;
  background:#000!important;
}
body[data-page="index"] .ab-stone-row a{
  border:0!important;
  background:#000!important;
  padding:12px 4px!important;
}
body[data-page="index"] .swatch{
  width:50px!important;
  height:50px!important;
  margin-bottom:13px!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)!important;
}
body[data-page="index"] .ab-stone-row b{
  font-size:7px!important;
  font-weight:400!important;
  color:#777!important;
  letter-spacing:.10em!important;
}

/* 08 — video: narrower editorial trio, real images remain untouched */
body[data-page="index"] .ab-video{padding:102px 0 116px!important}
body[data-page="index"] .ab-video .container{width:min(1220px,calc(100% - (var(--ft-side) * 2)))!important}
body[data-page="index"] .ab-video-grid{gap:18px!important;background:#000!important}
body[data-page="index"] .ab-video-grid a{padding:0 0 12px!important;background:#000!important}
body[data-page="index"] .ab-video-grid img{aspect-ratio:4/5!important;object-fit:cover!important}
body[data-page="index"] .ab-video-grid b{font-size:8px!important;color:#767676!important;margin-top:11px!important;padding:0!important}
body[data-page="index"] .ab-video-grid .play{
  width:38px!important;height:38px!important;font-size:9px!important;
  background:rgba(0,0,0,.58)!important;border-color:rgba(255,255,255,.55)!important;
}

/* 09 — story: clean 44/56 editorial composition */
body[data-page="index"] .ab-story{border-top:0!important;padding:28px 0 92px!important}
body[data-page="index"] .ab-story-grid{grid-template-columns:44% 56%!important;min-height:620px!important}
body[data-page="index"] .ab-story-copy{padding:96px 8vw 96px 0!important}
body[data-page="index"] .ab-story-copy h2{font-size:40px!important;line-height:1.04!important}
body[data-page="index"] .ab-story-copy p{font-size:11px!important;line-height:1.8!important;max-width:410px!important;color:#777!important}
body[data-page="index"] .ab-story-image img{object-fit:cover!important}

/* extra grid was not part of the target sales rhythm */
body[data-page="index"] .ab-community{display:none!important}

@media (max-width:1100px){
  body[data-page="index"] .ab-products{gap:24px!important}
  body[data-page="index"] .ab-collection-row{grid-template-columns:repeat(6,108px)!important;gap:12px!important}
  body[data-page="index"] .ab-collection-row img{width:108px!important;height:122px!important}
}
@media (max-width:760px){
  body[data-page="index"]{--ft-side:12px}

  body[data-page="index"] .ab-hero{grid-template-columns:1fr!important;min-height:0!important}
  body[data-page="index"] .ab-hero-media{min-height:430px!important;padding:14px 10px 0!important}
  body[data-page="index"] .ab-hero-copy{padding:34px 22px 54px!important}
  body[data-page="index"] .ab-hero-copy h1{font-size:36px!important}
  body[data-page="index"] .ab-section{padding:58px 0!important}
  body[data-page="index"] .ab-collection-row{display:flex!important;gap:12px!important;overflow-x:auto!important;justify-content:flex-start!important}
  body[data-page="index"] .ab-collection-row a{min-width:104px!important}
  body[data-page="index"] .ab-collection-row img{width:104px!important;height:118px!important}
  body[data-page="index"] .ab-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 10px!important}
  body[data-page="index"] .ab-products .product-image{aspect-ratio:1/1.12!important}
  body[data-page="index"] .ab-editorial{grid-template-columns:1fr!important;min-height:0!important}
  body[data-page="index"] .ab-editorial-photo{min-height:430px!important}
  body[data-page="index"] .ab-editorial-copy{padding:54px 22px 70px!important}
  body[data-page="index"] .ab-video{padding:64px 0 72px!important}
  body[data-page="index"] .ab-video-grid{display:flex!important;overflow-x:auto!important;gap:10px!important}
  body[data-page="index"] .ab-video-grid a{min-width:78vw!important}
  body[data-page="index"] .ab-story{padding:0 0 64px!important}
  body[data-page="index"] .ab-story-grid{grid-template-columns:1fr!important;min-height:0!important}
  body[data-page="index"] .ab-story-copy{padding:60px 10px 48px!important}
  body[data-page="index"] .ab-story-image{height:440px!important}
}


/* MOGO-LATEST-INTERACTION-V1-START */

/*
   Latest Collections — premium micro interaction
   ------------------------------------------------
   No HTML changes.
   Product links remain untouched.
   No color replacement.
*/


/* 每个产品入口 */
body[data-page="index"] .ab-collection-row > a{
    position:relative!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;

    text-decoration:none!important;

    cursor:pointer!important;

    transform:translateY(0)!important;

    transition:
        transform .28s cubic-bezier(.22,.61,.36,1),
        opacity .22s ease!important;
}


/* 图片 */
body[data-page="index"] .ab-collection-row > a img{
    display:block!important;

    transform:
        translateY(0)
        scale(1)!important;

    transform-origin:
        50% 62%!important;

    transition:
        transform .32s cubic-bezier(.22,.61,.36,1),
        filter .28s ease!important;

    will-change:transform!important;
}


/* 产品名称 */
body[data-page="index"] .ab-collection-row > a > span{
    position:relative!important;

    display:inline-block!important;

    color:#8f8f8f!important;

    transition:
        color .22s ease,
        transform .28s ease!important;
}


/* 很克制的金色指示线 */
body[data-page="index"] .ab-collection-row > a > span::after{
    content:""!important;

    position:absolute!important;

    left:50%!important;
    bottom:-8px!important;

    width:0!important;
    height:1px!important;

    background:#b5965c!important;

    transform:
        translateX(-50%)!important;

    opacity:0!important;

    transition:
        width .28s cubic-bezier(.22,.61,.36,1),
        opacity .2s ease!important;
}


/* ==========================================================
   DESKTOP HOVER
   ========================================================== */

@media(hover:hover) and (pointer:fine){

    body[data-page="index"] .ab-collection-row > a:hover{
        transform:
            translateY(-4px)!important;
    }


    body[data-page="index"] .ab-collection-row > a:hover img{
        transform:
            translateY(-5px)
            scale(1.035)!important;

        filter:
            brightness(1.08)
            contrast(1.03)!important;
    }


    body[data-page="index"] .ab-collection-row > a:hover > span{
        color:#eeeeec!important;

        transform:
            translateY(1px)!important;
    }


    body[data-page="index"] .ab-collection-row > a:hover > span::after{
        width:26px!important;

        opacity:1!important;
    }

}


/* ==========================================================
   CLICK / TOUCH FEEDBACK
   ========================================================== */

body[data-page="index"] .ab-collection-row > a:active{
    transform:
        translateY(-1px)
        scale(.985)!important;

    transition-duration:.08s!important;
}


body[data-page="index"] .ab-collection-row > a:active img{
    transform:
        translateY(-2px)
        scale(1.015)!important;

    transition-duration:.08s!important;
}


/* keyboard accessibility */
body[data-page="index"] .ab-collection-row > a:focus-visible{
    outline:
        1px solid rgba(181,150,92,.75)!important;

    outline-offset:8px!important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media(max-width:760px){

    body[data-page="index"] .ab-collection-row > a > span::after{
        bottom:-6px!important;
    }

}


/* Respect reduced motion */
@media(prefers-reduced-motion:reduce){

    body[data-page="index"] .ab-collection-row > a,
    body[data-page="index"] .ab-collection-row > a img,
    body[data-page="index"] .ab-collection-row > a > span,
    body[data-page="index"] .ab-collection-row > a > span::after{
        transition:none!important;
    }

}

/* MOGO-LATEST-INTERACTION-V1-END */


/* MOGO-HOME-LABEL-SYNC-V2-START */

/*
   Homepage loads finetune-01.css last.
   This keeps all small editorial labels aligned
   with the global antique-gold system.
*/

html body[data-page="index"] .eyebrow,
html body[data-page="index"] .subeyebrow,
html body[data-page="index"] .rating-line,
html body[data-page="index"] .ab-kicker,
html body[data-page="index"] .ab-center-kicker{

    color:#9a815a!important;

    font-family:
        Arial,
        "Helvetica Neue",
        sans-serif!important;

    font-size:12px!important;
    font-weight:500!important;

    line-height:1.35!important;

    letter-spacing:.16em!important;

    text-transform:uppercase!important;
}


@media(max-width:760px){

    html body[data-page="index"] .eyebrow,
    html body[data-page="index"] .subeyebrow,
    html body[data-page="index"] .rating-line,
    html body[data-page="index"] .ab-kicker,
    html body[data-page="index"] .ab-center-kicker{

        font-size:11px!important;

        letter-spacing:.15em!important;
    }

}

/* MOGO-HOME-LABEL-SYNC-V2-END */
/* ==================================================
 MOGO INDEX CTA MATCH SUBSCRIBE STATE V1
 Last-loaded homepage override.
 Default: dark outline. Hover: filled gold with light sweep.
================================================== */

body[data-page="index"] a.btn,
body[data-page="index"] button.btn,
body[data-page="index"] .ab-hero .btn,
body[data-page="index"] .ab-hero .btn.primary,
body[data-page="index"] .ab-hero .btn.secondary{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#050505!important;
  color:#b89b68!important;
  border:1px solid #705b39!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease!important;
}

body[data-page="index"] a.btn:hover,
body[data-page="index"] button.btn:hover,
body[data-page="index"] .ab-hero .btn:hover,
body[data-page="index"] .ab-hero .btn.primary:hover,
body[data-page="index"] .ab-hero .btn.secondary:hover{
  background:#b89b68!important;
  color:#050505!important;
  border-color:#b89b68!important;
}

body[data-page="index"] a.btn::after,
body[data-page="index"] button.btn::after,
body[data-page="index"] .ab-hero .btn::after{
  content:""!important;
  position:absolute!important;
  inset:-45% auto -45% -70%!important;
  width:58%!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent)!important;
  transform:skewX(-22deg) translateX(0)!important;
  opacity:0!important;
  pointer-events:none!important;
  z-index:1!important;
}

@media(hover:hover) and (pointer:fine){
  body[data-page="index"] a.btn:hover::after,
  body[data-page="index"] button.btn:hover::after,
  body[data-page="index"] .ab-hero .btn:hover::after{
    opacity:1!important;
    animation:mogoIndexSubscribeShine .72s ease-out 1!important;
  }
}

@keyframes mogoIndexSubscribeShine{
  0%{transform:skewX(-22deg) translateX(0)}
  100%{transform:skewX(-22deg) translateX(360%)}
}

/* END MOGO INDEX CTA MATCH SUBSCRIBE STATE V1 */

/* ==================================================
 MOGO INDEX CTA SHINE TIMING V2
 Slower subscribe-style hover sweep.
================================================== */

body[data-page="index"] a.btn::after,
body[data-page="index"] button.btn::after,
body[data-page="index"] .ab-hero .btn::after{
  width:42%!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent)!important;
  opacity:0!important;
}

@media(hover:hover) and (pointer:fine){
  body[data-page="index"] a.btn:hover::after,
  body[data-page="index"] button.btn:hover::after,
  body[data-page="index"] .ab-hero .btn:hover::after{
    opacity:1!important;
    animation:mogoIndexSubscribeShineSoft 1.35s cubic-bezier(.22,.61,.36,1) .08s 1!important;
  }
}

@keyframes mogoIndexSubscribeShineSoft{
  0%{transform:skewX(-22deg) translateX(-20%);opacity:0}
  18%{opacity:.9}
  100%{transform:skewX(-22deg) translateX(430%);opacity:0}
}

/* END MOGO INDEX CTA SHINE TIMING V2 */

/* MOGO HOME DRAGON STRIP V1: 6 dragons in one row, 4 visible per window. */
body[data-page="index"] .dragon-strip{
    position:relative!important;
    max-width:min(1060px, calc(100vw - 120px))!important;
    margin:0 auto!important;
}
body[data-page="index"] .dragon-strip-window{
    overflow:hidden!important;
    width:100%!important;
}
body[data-page="index"] .dragon-strip .ab-collection-row{
    display:flex!important;
    grid-template-columns:none!important;
    gap:20px!important;
    width:max-content!important;
    max-width:none!important;
    overflow:visible!important;
    justify-content:flex-start!important;
    scroll-behavior:smooth!important;
    transform:translateX(0);
    transition:transform .42s cubic-bezier(.22,.61,.36,1)!important;
}
body[data-page="index"] .dragon-strip .ab-collection-row > a{
    flex:0 0 calc((min(1060px, calc(100vw - 120px)) - 60px) / 4)!important;
    min-width:0!important;
}
body[data-page="index"] .dragon-strip .ab-collection-row img{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1 / 1.12!important;
    object-fit:contain!important;
}
body[data-page="index"] .dragon-strip-arrow{
    position:absolute!important;
    top:44%!important;
    transform:translateY(-50%)!important;
    z-index:5!important;
    width:34px!important;
    height:68px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(0,0,0,.62)!important;
    color:#b89b68!important;
    border:1px solid rgba(184,155,104,.45)!important;
    font-size:28px!important;
    line-height:1!important;
    cursor:pointer!important;
}
body[data-page="index"] .dragon-strip-prev{left:-48px!important;}
body[data-page="index"] .dragon-strip-next{right:-48px!important;}
body[data-page="index"] .dragon-strip-arrow:hover{
    background:#b89b68!important;
    color:#050505!important;
    border-color:#b89b68!important;
}
body[data-page="index"] .dragon-strip-arrow:disabled{
    opacity:.35!important;
    pointer-events:none!important;
}
@media(max-width:760px){
    body[data-page="index"] .dragon-strip{
        max-width:calc(100vw - 28px)!important;
    }
    body[data-page="index"] .dragon-strip .ab-collection-row > a{
        flex-basis:calc((100vw - 58px) / 2)!important;
    }
    body[data-page="index"] .dragon-strip-prev{left:0!important;}
    body[data-page="index"] .dragon-strip-next{right:0!important;}
    body[data-page="index"] .dragon-strip-arrow{
        width:30px!important;
        height:54px!important;
        font-size:22px!important;
    }
}

/* MOGO HOME TOP PRODUCTS STRIP V1: 6 dragon product cards in one row, 4 visible. */
body[data-page="index"] .top-products-strip{
    position:relative!important;
    max-width:min(1440px, calc(100vw - 150px))!important;
    margin:0 auto!important;
}
body[data-page="index"] .top-products-window{
    width:100%!important;
    overflow:hidden!important;
}
body[data-page="index"] .top-products-strip .ab-products{
    display:flex!important;
    grid-template-columns:none!important;
    gap:42px!important;
    width:max-content!important;
    max-width:none!important;
    overflow:visible!important;
    transform:translateX(0);
    transition:transform .46s cubic-bezier(.22,.61,.36,1)!important;
}
body[data-page="index"] .top-products-strip .ab-products .product-card{
    flex:0 0 calc((min(1440px, calc(100vw - 150px)) - 126px) / 4)!important;
    min-width:0!important;
}
body[data-page="index"] .top-products-arrow{
    position:absolute!important;
    top:43%!important;
    transform:translateY(-50%)!important;
    z-index:8!important;
    width:38px!important;
    height:92px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(0,0,0,.68)!important;
    color:#b89b68!important;
    border:1px solid rgba(184,155,104,.45)!important;
    font-size:34px!important;
    line-height:1!important;
    cursor:pointer!important;
}
body[data-page="index"] .top-products-prev{left:-58px!important;}
body[data-page="index"] .top-products-next{right:-58px!important;}
body[data-page="index"] .top-products-arrow:hover{
    background:#b89b68!important;
    color:#050505!important;
    border-color:#b89b68!important;
}
body[data-page="index"] .top-products-arrow:disabled{
    opacity:.32!important;
    pointer-events:none!important;
}
@media(max-width:760px){
    body[data-page="index"] .top-products-strip{max-width:calc(100vw - 36px)!important;}
    body[data-page="index"] .top-products-strip .ab-products{gap:18px!important;}
    body[data-page="index"] .top-products-strip .ab-products .product-card{flex-basis:calc((100vw - 54px) / 2)!important;}
    body[data-page="index"] .top-products-prev{left:0!important;}
    body[data-page="index"] .top-products-next{right:0!important;}
    body[data-page="index"] .top-products-arrow{width:32px!important;height:64px!important;font-size:24px!important;}
}

/* MOGO FRONT SIZE + BORDER TUNE V2 */
body[data-page="index"] .top-products-arrow{
    border:0!important;
    background:transparent!important;
    color:#b89b68!important;
    box-shadow:none!important;
}
body[data-page="index"] .top-products-arrow:hover{
    background:transparent!important;
    color:#e0c483!important;
}
body[data-page="index"] a.btn,
body[data-page="index"] button.btn,
body[data-page="index"] .ab-hero .btn,
body[data-page="index"] .ab-hero .btn.primary,
body[data-page="index"] .ab-hero .btn.secondary{
    border:0!important;
    background:transparent!important;
    color:#b89b68!important;
    font-size:11px!important;
    letter-spacing:.12em!important;
    padding-left:0!important;
    padding-right:0!important;
}
body[data-page="index"] a.btn:hover,
body[data-page="index"] button.btn:hover,
body[data-page="index"] .ab-hero .btn:hover{
    color:#e0c483!important;
    background:transparent!important;
}
body[data-page="index"] .ab-products .product-title{
    font-size:11px!important;
    line-height:1.45!important;
}
body[data-page="index"] .ab-title-row h2,
body[data-page="index"] .ab-center-title{
    font-size:18px!important;
}
body[data-page="index"] .ab-title-row>a,
body[data-page="index"] .ab-link-light,
body[data-page="index"] .ab-dark-link{
    font-size:10px!important;
}

/* MOGO HERO CTA BORDER OFF V1 */
body[data-page="index"] .ab-hero .btns .btn,
body[data-page="index"] .ab-hero .btns a.btn,
body[data-page="index"] .ab-hero .btns .btn.primary,
body[data-page="index"] .ab-hero .btns .btn.secondary{
    border-color:transparent!important;
    box-shadow:none!important;
    outline:0!important;
}

/* MOGO HERO TEXT CTA TYPOGRAPHY V1 */
body[data-page="index"] .ab-hero .btns{
    gap:28px!important;
    align-items:center!important;
    margin-top:34px!important;
}
body[data-page="index"] .ab-hero .btns .btn,
body[data-page="index"] .ab-hero .btns a.btn,
body[data-page="index"] .ab-hero .btns .btn.primary,
body[data-page="index"] .ab-hero .btns .btn.secondary{
    min-height:auto!important;
    height:auto!important;
    padding:0 0 8px!important;
    border:0!important;
    border-bottom:1px solid rgba(184,155,104,.42)!important;
    background:transparent!important;
    color:#b89b68!important;
    font-size:14px!important;
    line-height:1.45!important;
    letter-spacing:.12em!important;
    font-weight:600!important;
    text-transform:none!important;
    white-space:nowrap!important;
}
body[data-page="index"] .ab-hero .btns .btn:hover,
body[data-page="index"] .ab-hero .btns a.btn:hover,
body[data-page="index"] .ab-hero .btns .btn.primary:hover,
body[data-page="index"] .ab-hero .btns .btn.secondary:hover{
    color:#e3c47e!important;
    border-bottom-color:#e3c47e!important;
    transform:none!important;
}
body[data-page="index"] .ab-hero .btns .btn::after,
body[data-page="index"] .ab-hero .btns a.btn::after{
    display:none!important;
    content:none!important;
}
@media(max-width:760px){
    body[data-page="index"] .ab-hero .btns{gap:20px!important;}
    body[data-page="index"] .ab-hero .btns .btn,
    body[data-page="index"] .ab-hero .btns a.btn{font-size:13px!important;}
}

/* MOGO HOME EDITORIAL TIER-3 TYPE V1 */
body[data-page="index"] .ab-editorial-copy p,
body[data-page="index"] .ab-story-copy p{
    font-size:17px!important;
    line-height:1.85!important;
    color:#a8a8a8!important;
    max-width:560px!important;
}
body[data-page="index"] .ab-editorial-copy .ab-kicker,
body[data-page="index"] .ab-story-copy .ab-kicker{
    font-size:13px!important;
    line-height:1.5!important;
    letter-spacing:.16em!important;
}
body[data-page="index"] .ab-link-light,
body[data-page="index"] .ab-dark-link{
    display:inline-block!important;
    margin-top:28px!important;
    font-size:15px!important;
    line-height:1.5!important;
    letter-spacing:.1em!important;
    color:#b89b68!important;
    border-bottom:1px solid rgba(184,155,104,.5)!important;
    padding-bottom:7px!important;
    text-decoration:none!important;
}
body[data-page="index"] .ab-link-light:hover,
body[data-page="index"] .ab-dark-link:hover{
    color:#e3c47e!important;
    border-bottom-color:#e3c47e!important;
}
@media(max-width:760px){
    body[data-page="index"] .ab-editorial-copy p,
    body[data-page="index"] .ab-story-copy p{font-size:15px!important;}
    body[data-page="index"] .ab-link-light,
    body[data-page="index"] .ab-dark-link{font-size:14px!important;}
}

/* MOGO CTA HOVER-LINE ONLY V1 */
body[data-page="index"] .ab-hero .btns .btn,
body[data-page="index"] .ab-hero .btns a.btn,
body[data-page="index"] .ab-hero .btns .btn.primary,
body[data-page="index"] .ab-hero .btns .btn.secondary,
body[data-page="index"] .ab-link-light,
body[data-page="index"] .ab-dark-link{
    border-bottom-color:transparent!important;
}
body[data-page="index"] .ab-hero .btns .btn:hover,
body[data-page="index"] .ab-hero .btns a.btn:hover,
body[data-page="index"] .ab-hero .btns .btn.primary:hover,
body[data-page="index"] .ab-hero .btns .btn.secondary:hover,
body[data-page="index"] .ab-link-light:hover,
body[data-page="index"] .ab-dark-link:hover{
    border-bottom-color:#b89b68!important;
}

/* MOGO CTA WHITE UNDERLINE STYLE V1 */
body[data-page="index"] .ab-hero .btns .btn,
body[data-page="index"] .ab-hero .btns a.btn,
body[data-page="index"] .ab-hero .btns .btn.primary,
body[data-page="index"] .ab-hero .btns .btn.secondary,
body[data-page="index"] .ab-link-light,
body[data-page="index"] .ab-dark-link{
    color:#f2f2f2!important;
    border:0!important;
    border-bottom:1px solid rgba(242,242,242,.55)!important;
    background:transparent!important;
    padding:0 0 7px!important;
    font-size:13px!important;
    line-height:1.4!important;
    letter-spacing:.14em!important;
    font-weight:500!important;
    text-transform:uppercase!important;
}
body[data-page="index"] .ab-hero .btns .btn:hover,
body[data-page="index"] .ab-hero .btns a.btn:hover,
body[data-page="index"] .ab-hero .btns .btn.primary:hover,
body[data-page="index"] .ab-hero .btns .btn.secondary:hover,
body[data-page="index"] .ab-link-light:hover,
body[data-page="index"] .ab-dark-link:hover{
    color:#b89b68!important;
    border-bottom-color:#b89b68!important;
}

/* MOGO CTA WHITE UNDERLINE SIZE V2 */
body[data-page="index"] .ab-hero .btns .btn,
body[data-page="index"] .ab-hero .btns a.btn,
body[data-page="index"] .ab-hero .btns .btn.primary,
body[data-page="index"] .ab-hero .btns .btn.secondary,
body[data-page="index"] .ab-link-light,
body[data-page="index"] .ab-dark-link{
    font-size:15px!important;
    line-height:1.45!important;
    letter-spacing:.13em!important;
    padding-bottom:8px!important;
}
@media(max-width:760px){
    body[data-page="index"] .ab-hero .btns .btn,
    body[data-page="index"] .ab-hero .btns a.btn,
    body[data-page="index"] .ab-link-light,
    body[data-page="index"] .ab-dark-link{
        font-size:14px!important;
    }
}

/* MOGO HERO KICKER REMOVE V1 */
body[data-page="index"] .ab-hero-copy > .ab-kicker{
    display:none!important;
}

/* MOGO TOP PRODUCTS ARROW CTA COLOR V1 */
body[data-page="index"] .top-products-arrow{
    color:#f2f2f2!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
body[data-page="index"] .top-products-arrow:hover{
    color:#b89b68!important;
    background:transparent!important;
}

/* MOGO HOME PRODUCT BADGE WHITE HOVER GOLD V1 */
body[data-page="index"] .ab-products .badge,
body[data-page="index"] .top-products-strip .badge{
    color:#f2f2f2!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
body[data-page="index"] .ab-products .product-card:hover .badge,
body[data-page="index"] .top-products-strip .product-card:hover .badge{
    color:#b89b68!important;
}

/* MOGO HOME TOP PRODUCTS PURE BLACK V1 */
body[data-page="index"] .top-products-strip,
body[data-page="index"] .top-products-window,
body[data-page="index"] .top-products-strip .ab-products,
body[data-page="index"] .top-products-strip .product-card,
body[data-page="index"] .top-products-strip .product-card a,
body[data-page="index"] .top-products-strip .product-image,
body[data-page="index"] .top-products-strip .product-info{
    background:#000!important;
    border:0!important;
    box-shadow:none!important;
}
body[data-page="index"] .top-products-strip .product-image img{
    background:#000!important;
}
body[data-page="index"] .top-products-strip .product-card::before,
body[data-page="index"] .top-products-strip .product-card::after,
body[data-page="index"] .top-products-strip .product-image::before,
body[data-page="index"] .top-products-strip .product-image::after{
    content:none!important;
    display:none!important;
}

/* MOGO HOME TOP PRODUCTS NO SELECTION V1 */
body[data-page="index"] .top-products-strip,
body[data-page="index"] .top-products-strip *,
body[data-page="index"] .top-products-arrow,
body[data-page="index"] .top-products-window{
    -webkit-user-select:none!important;
    user-select:none!important;
    -webkit-tap-highlight-color:transparent!important;
}
body[data-page="index"] .top-products-strip ::selection{
    background:transparent!important;
    color:inherit!important;
}

/* MOGO HOME TOP PRODUCTS IMAGE SCALE V1 */
body[data-page="index"] .top-products-strip .product-image{
    aspect-ratio:1 / .86!important;
    max-height:360px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
}
body[data-page="index"] .top-products-strip .product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    transform:scale(1.08)!important;
    transform-origin:center center!important;
}
body[data-page="index"] .top-products-strip .product-card:hover .product-image img{
    transform:scale(1.1)!important;
}
body[data-page="index"] .top-products-strip .product-info{
    padding-top:18px!important;
}

/* MOGO HOME TOP PRODUCTS BLACK LEVEL FIX V2 */
body[data-page="index"] .ab-black,
body[data-page="index"] .ab-black .container,
body[data-page="index"] .top-products-strip,
body[data-page="index"] .top-products-window,
body[data-page="index"] #top-products,
body[data-page="index"] #top-products.product-grid,
body[data-page="index"] #top-products .product-card,
body[data-page="index"] #top-products .product-card a,
body[data-page="index"] #top-products .product-image,
body[data-page="index"] #top-products .product-info{
    background-color:#000!important;
    background-image:none!important;
    border:0!important;
    box-shadow:none!important;
}
body[data-page="index"] #top-products .product-image{
    padding:0!important;
}
body[data-page="index"] #top-products .product-image img{
    background:#000!important;
    filter:contrast(1.16) brightness(.92)!important;
}
body[data-page="index"] #top-products .badge{
    background:transparent!important;
    border:0!important;
    padding:0!important;
}

/* MOGO HOME BADGE XL FINAL OVERRIDE V3 */
body[data-page="index"] #top-products .badge,
body[data-page="index"] .top-products-strip .badge,
body[data-page="index"] .ab-products .badge,
body[data-page="index"] .product-card .badge{
    font-size:28px!important;
    line-height:1.15!important;
    letter-spacing:.04em!important;
    color:#f2f2f2!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
}
body[data-page="index"] #top-products .product-card:hover .badge,
body[data-page="index"] .top-products-strip .product-card:hover .badge,
body[data-page="index"] .ab-products .product-card:hover .badge,
body[data-page="index"] .product-card:hover .badge{
    color:#b89b68!important;
}
@media(max-width:760px){
    body[data-page="index"] #top-products .badge,
    body[data-page="index"] .top-products-strip .badge,
    body[data-page="index"] .ab-products .badge,
    body[data-page="index"] .product-card .badge{
        font-size:22px!important;
    }
}

/* MOGO HOME TOP PRODUCTS FINAL SCALE + AUTO SCROLL V4 */
body[data-page="index"] #top-products,
body[data-page="index"] .top-products-strip .ab-products{
    transition:transform .75s ease!important;
}
body[data-page="index"] #top-products .badge,
body[data-page="index"] .top-products-strip .badge,
body[data-page="index"] .ab-products .badge,
body[data-page="index"] .product-card .badge{
    font-size:14px!important;
    line-height:1.15!important;
    letter-spacing:.05em!important;
    color:#f2f2f2!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
}
body[data-page="index"] #top-products .product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transform:none!important;
}
body[data-page="index"] #top-products .product-card:hover .product-image img{
    transform:none!important;
}
@media(max-width:760px){
    body[data-page="index"] #top-products .badge,
    body[data-page="index"] .top-products-strip .badge,
    body[data-page="index"] .ab-products .badge,
    body[data-page="index"] .product-card .badge{
        font-size:12px!important;
    }
}

