@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");




@media (max-width: 768px){
  .visit{
    grid-template-columns:1fr;
    gap:18px;
  }

  .visit-info{
    order:1;
    padding:0;
  }

  .location-map{
    order:2;
    height:260px;
    margin-top:4px;
  }
}


@media (max-width: 768px){
  .footer-top{
    padding:18px 0;
  }

  .footer-subscribe-row{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:16px;
    min-height:auto;
  }

  .footer-label{
    text-align:center;
    white-space:normal;
  }

  .newsletter-form{
    width:100%;
    max-width:100%;
    margin-left:0;
  }

  .footer-divider{
    display:none;
  }

  .follow-inline{
    flex-direction:column;
    justify-content:center;
    gap:12px;
  }

  .social{
    justify-content:center;
    flex-wrap:wrap;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:16px;
  }

  .legal{
    justify-content:center;
    gap:10px 16px;
  }

  .payments img{
    height:auto;
  }
}


@media (max-width: 768px){
  .categories-slider{
    grid-template-columns:minmax(0, 1fr);
    gap:0;
    margin-top:14px;
    overflow:hidden;
  }

  .categories-nav,
  .categories-nav--prev,
  .categories-nav--next{
    display:none !important;
  }

  .categories{
    grid-auto-columns:minmax(154px, 168px);
    gap:14px;
    padding:6px 10px 14px;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:10px;
    align-items:stretch;
    overflow-x:auto;
    overflow-y:visible;
    -webkit-overflow-scrolling:touch;
    touch-action:auto;
    overscroll-behavior-x:contain;
    overscroll-behavior-y:auto;
  }

  .cat{
    min-height:156px;
    gap:10px;
    padding:14px 12px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 26px rgba(0,0,0,.08);
    justify-content:flex-start;
    scroll-snap-align:start;
  }

  .cat-ico{
    width:84px;
    height:84px;
    flex-shrink:0;
  }

  .cat-ico img{
    width:76px;
    height:76px;
    object-fit:contain;
    filter:brightness(1.08) contrast(1.06) saturate(1.05);
    image-rendering:auto;
  }

  .cat-name{
    font-size:14px;
    line-height:1.3;
    min-height:calc(14px * 1.3 * 2);
    max-height:calc(14px * 1.3 * 2);
    max-width:100%;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    overflow-wrap:anywhere;
    word-break:break-word;
    hyphens:auto;
  }

  .products--slider .product-card{
    min-height:100%;
  }

  .products--slider .product-card .product-card-body{
    min-height:168px;
  }

  .products--slider .product-card .product-title--item{
    min-height:calc(18px * 1.2 * 2);
    max-height:calc(18px * 1.2 * 2);
  }

  .products--slider .product-card .product-price{
    min-height:calc(18px * 1.1);
  }
}

@media (max-width: 480px){
  .categories-slider{
    margin-top:12px;
  }

  .categories{
    grid-auto-columns:minmax(126px, 138px);
    gap:12px;
    padding:4px 8px 12px;
    scroll-padding-inline:8px;
    touch-action:auto;
  }

  .cat{
    min-height:142px;
    gap:8px;
    padding:12px 10px;
    border-radius:16px;
  }

  .cat-ico{
    width:74px;
    height:74px;
  }

  .cat-ico img{
    width:75px;
    height:75px;
    filter:brightness(1.1) contrast(1.07) saturate(1.06);
    image-rendering:auto;
  }

  .cat-name{
    font-size:16px;
    line-height:1.25;
    min-height:calc(13px * 1.25 * 2);
    max-height:calc(13px * 1.25 * 2);
  }

  .products--slider .product-card{
    flex:0 0 calc(100vw - 28px);
    width:calc(100vw - 28px);
    max-width:calc(100vw - 28px);
    min-width:calc(100vw - 28px);
  }

  .products--slider .product-card .product-card-body{
    min-height:156px;
  }

  
  .products--slider .product-card .product-price{
    min-height:calc(18px * 1.1);
  }
}




@media (max-width: 768px){
  .fabricantes-banner{
    height:auto;
    min-height:360px;
    background-position:68% center;
    padding:56px 0;
  }

  .fabricantes-banner .container{
    width:100%;
    display:flex;
    justify-content:center;
  }

  .fabricantes-content{
    max-width:320px;
    padding-left:0;
    padding-right:0;
    margin:0 auto;
    text-align:center;
  }

  .fabricantes-content h2{
    font-size:32px;
    line-height:1.15;
    margin-bottom:12px;
    white-space:normal;
  }

  .fabricantes-content .script{
    display:block;
    font-size:42px;
    margin-right:0;
    margin-bottom:4px;
  }

  .fabricantes-content p{
    font-size:16px;
    line-height:1.1;
    max-width:320px;
    margin-bottom:18px;
    text-align:justify;
  }

  .btn-fabricantes{
    width:100%;
    max-width:320px;
    text-align:center;
    padding:12px 18px;
  }
}


@media (max-width: 768px){
  .shipment-section{
    padding-top:10px;
    margin-top:0;
    margin-bottom:20px;
  }

  .shipment-card{
    grid-template-columns:1fr;
    gap:18px;
    padding:20px 16px;
    border-radius:22px;
  }

  .shipment-copy{
    text-align:center;
  }

  .shipment-copy .title-decor--left{
    justify-content:center;
    text-align:center;
  }

  .shipment-copy p,
  .shipment-help{
    text-align:center;
  }

  .shipment-search{
    gap:12px;
  }

  .shipment-field{
    text-align:left;
  }

  .shipment-field input{
    height:50px;
    font-size:16px;
  }

  .shipment-btn{
    width:100%;
    min-width:0;
  }

  .shipment-result{
    padding:18px 16px;
    border-radius:20px;
  }

  .shipment-result-empty,
  .shipment-state-head{
    text-align:center;
  }

  .shipment-result-empty h3,
  .shipment-state-head h3{
    font-size:22px;
  }

  .shipment-state-top{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }

  .shipment-status-badge{
    align-self:center;
  }

  .shipment-meta{
    grid-template-columns:1fr;
    gap:10px;
  }

  .shipment-history-item{
    padding-left:24px;
  }

  .shipment-product-card{
    grid-template-columns:72px minmax(0,1fr);
    gap:12px;
    align-items:start;
  }

  .shipment-product-card__image-wrap{
    width:72px;
    height:72px;
  }

  .shipment-product-card__title{
    font-size:15px;
  }

  .shipment-product-card__meta{
    gap:6px 10px;
    font-size:13px;
  }
}


@media (max-width: 768px){
  .hero{
    margin-top:0;
    margin-bottom:20px;
  }

  .hero-slider,
  .hero-slide,
  .hero-image{
    min-height:520px;
  }

  .hero-slider{
    cursor:grab;
    touch-action:pan-y;
    user-select:none;
    -webkit-user-select:none;
  }

  .hero-slider.is-pointer-down{
    cursor:grabbing;
  }

  .hero-slider a,
  .hero-slider img,
  .hero-slider button{
    -webkit-user-drag:none;
    user-select:none;
  }

  .hero-overlay{
    align-items:flex-end;
    background:linear-gradient(
      180deg,
      rgba(0,0,0,.16) 0%,
      rgba(0,0,0,.34) 34%,
      rgba(0,0,0,.62) 72%,
      rgba(0,0,0,.78) 100%
    );
  }

  .hero-content{
    max-width:100%;
    width:100%;
    margin-left:0;
    padding:0 22px 56px;
    text-align:center;
  }

  .hero-kicker{
    margin-bottom:8px;
    font-size:12px;
    letter-spacing:2.2px;
  }

  .hero-heading{
    margin-bottom:14px;
    font-size:clamp(30px, 8vw, 42px);
    line-height:1.08;
    text-wrap:balance;
  }

  .hero-text{
    max-width:100%;
    margin:0 auto 18px;
    font-size:15px;
    line-height:1.55;
  }

  .hero-content .btn{
    width:100%;
    max-width:280px;
    min-height:46px;
    margin:0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  .hero-arrow,
  .hero-prev,
  .hero-next{
    display:none !important;
  }

  .hero-dots{
    bottom:16px;
    gap:8px;
  }

  .hero-dots .dot{
    width:10px;
    height:10px;
  }

  .hero-dots .dot.active{
    width:28px;
  }
}

@media (max-width: 480px){
  .hero-slider,
  .hero-slide,
  .hero-image{
    min-height:440px;
  }

  .hero-image{
    object-position:center center;
  }

  .hero-content{
    padding:0 16px 52px;
  }

  .hero-kicker{
    font-size:11px;
    letter-spacing:1.8px;
  }

  .hero-heading{
    font-size:clamp(26px, 8.8vw, 34px);
    margin-bottom:12px;
  }

  .hero-text{
    font-size:14px;
    line-height:1.5;
    margin-bottom:16px;
  }

  .hero-content .btn{
    max-width:none;
    width:100%;
  }

  .hero-dots{
    bottom:12px;
  }
}




@media (max-width: 1100px){
  body.ley18k-menu-open{
    overflow:hidden;
  }

  .site-header{
    isolation:isolate;
  }

  .promo-strip,
  .promo-strip.promo-strip--hidden{
    display:block !important;
    max-height:none !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    margin:0 !important;
    border-top-width:1px !important;
    overflow:visible !important;
  }

  .promo-strip .promo-inner,
  .promo-strip.promo-strip--hidden .promo-inner{
    padding-top:10px !important;
    padding-bottom:10px !important;
  }

  .header-inner{
    position:relative;
    height:auto;
    min-height:74px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding-top:10px;
    padding-bottom:10px;
  }

  .brand{
    order:1;
    flex:0 0 100%;
    width:100%;
    margin-right:0;
    justify-content:center;
  }

  .brand-logo{
    width:58px;
    height:58px;
  }

  .header-actions{
    order:2;
    margin-left:0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    position:relative;
    z-index:61;
    flex:0 0 100%;
    flex-wrap:wrap;
  }

  .icon-btn,
  .menu-toggle{
    width:40px;
    height:40px;
    border-radius:12px;
    background:rgba(255,255,255,.06);
  }

  .icon-btn svg{
    width:20px;
    height:20px;
  }

  .badge{
    top:0;
    right:0;
  }

  .menu-toggle{
    display:flex;
    order:1;
    position:relative;
    z-index:65;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
  }

  .header-actions > .icon-btn:not(.cart){
    order:2;
  }

  .icon-btn.cart{
    order:3;
  }

  .header-search{
    order:4;
    flex:0 0 100%;
    width:100%;
    min-width:0;
    margin-top:2px;
  }

  .search-input-wrap{
    width:100%;
  }

  .search-input{
    height:44px;
    padding-left:16px;
    padding-right:42px;
    font-size:15px;
  }

  .search-input::placeholder{
    font-size:14px;
  }

  .search-submit{
    width:32px;
    height:32px;
    right:6px;
  }

  .search-results{
    left:0;
    right:0;
    width:100%;
    max-height:min(50vh, 320px);
  }

  .nav{
    order:5;
    flex:0 0 100%;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:6px;
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    right:0;
    z-index:40;
    margin:0;
    padding:14px;
    background:#173026;
    border:1px solid rgba(198,167,94,.28);
    border-radius:20px;
    box-shadow:0 18px 40px rgba(0,0,0,.18);
    max-height:calc(100vh - 170px);
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    scrollbar-gutter:stable;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-8px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .nav.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }

  .nav-link,
  .nav-btn{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    border-radius:14px;
    font-size:15px;
    line-height:1.35;
    background:rgba(255,255,255,.04);
  }

  .nav-link::after,
  .nav-btn::after{
    display:none;
  }

  .nav-dropdown{
    width:100%;
    padding-bottom:0;
    margin-bottom:0;
  }

  .dropdown-panel{
    position:static;
    display:none;
    width:100%;
    min-width:0;
    margin-top:8px;
    border-radius:16px;
    box-shadow:none;
  }

  .nav-dropdown.is-open .dropdown-panel{
    display:grid;
  }
}

@media (max-width: 768px){
  
  
  .search-results{
    max-height:min(52vh, 252px);
    padding:6px;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-gutter:stable;
  }

  .search-result{
    align-items:flex-start;
    gap:8px;
    padding:8px;
  }

  .search-result img,
  .search-result-thumb{
    width:52px;
    height:52px;
    min-width:52px;
    min-height:52px;
    flex:0 0 52px;
  }

  .search-result-info{
    min-width:0;
    width:100%;
    overflow:hidden;
  }

  .search-result-title,
  .search-result-meta,
  .search-result-extra,
  .search-result-price{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .search-result-title{
    -webkit-line-clamp:2;
    line-height:1.28;
  }

  .search-result-meta,
  .search-result-extra{
    -webkit-line-clamp:2;
    font-size:11px;
    line-height:1.3;
  }

  .search-result-price{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .promo-inner{
    padding:8px 0;
  }

  .promo-inner p{
    font-size:13px;
    line-height:1.35;
  }

  .header-inner{
    gap:10px;
    padding-top:8px;
    padding-bottom:8px;
  }

  .brand-logo{
    width:52px;
    height:52px;
  }

  .header-actions{
    display:grid;
    grid-template-columns:auto auto auto minmax(0,1fr);
    align-items:center;
    gap:6px;
  }

  .menu-toggle{ order:1; }
  .header-actions > .icon-btn:not(.cart){ order:2; }
  .icon-btn.cart{ order:3; }
  .header-search{
    order:4;
    width:auto;
    margin-top:0;
    flex:initial;
    min-width:0;
  }

  .icon-btn,
  .menu-toggle{
    width:38px;
    height:38px;
    border-radius:10px;
  }

  .icon-btn.cart .badge{
    min-width:18px;
    min-height:18px;
  }

  .search-input{
    height:42px;
    font-size:14px;
    padding-left:14px;
    padding-right:40px;
  }

  .search-input::placeholder{
    font-size:13px;
  }

  .nav{
    top:calc(100% + 6px);
    padding:12px;
    border-radius:18px;
    max-height:calc(100vh - 156px);
  }

  .nav-link,
  .nav-btn{
    padding:11px 12px;
    font-size:14px;
  }
}

@media (max-width: 480px){
  .search-results{
    max-height:min(56vh, 228px);
    padding:5px;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }

  .search-result{
    gap:7px;
    padding:7px;
  }

  .search-result img,
  .search-result-thumb{
    width:46px;
    height:46px;
    min-width:46px;
    min-height:46px;
    flex:0 0 46px;
  }

  .search-result-title{
    font-size:12px;
    line-height:1.25;
  }

  .search-result-meta,
  .search-result-extra,
  .search-result-price{
    font-size:10.5px;
    line-height:1.25;
  }

  .promo-inner{
    padding:7px 0;
  }

  .promo-inner p{
    font-size:12px;
    line-height:1.3;
  }

  .header-inner{
    min-height:68px;
    gap:8px;
  }

  .brand-logo{
    width:86px;
    height:86px;
  }

  .header-actions{
    grid-template-columns:36px 36px 36px minmax(0,1fr);
    gap:5px;
  }

  .icon-btn,
  .menu-toggle{
    width:36px;
    height:36px;
  }

  .icon-btn svg{
    width:18px;
    height:18px;
  }

  .search-input{
    height:40px;
    font-size:13px;
    padding-left:12px;
    padding-right:36px;
  }

  .search-input::placeholder{
    font-size:12px;
  }

  .search-submit{
    width:30px;
    height:30px;
    right:5px;
  }

  .nav{
    top:calc(100% + 5px);
    padding:10px;
    max-height:calc(100vh - 142px);
  }
}













@media (max-width: 768px){
  .title-decor{
    grid-template-columns:1fr auto auto 1fr;
    column-gap:8px;
    margin:0 0 18px;
  }

  .title-decor .section-title{
    font-size:28px;
    text-align:center;
  }

  .spark:last-of-type{
    display:none;
  }

  .products-slider{
    grid-template-columns:minmax(0, 1fr);
    gap:14px;
    margin-top:14px;
  }

  .products-nav{
    display:none;
  }

  .products--slider{
    gap:12px;
    padding:6px 2px 12px;
    scroll-snap-type:x mandatory;
    touch-action:auto;
    overscroll-behavior-x:contain;
    overscroll-behavior-y:auto;
    -webkit-overflow-scrolling:touch;
  }

  .products--slider .product-card{
    flex:0 0 calc((100% - 12px) / 2);
    width:calc((100% - 12px) / 2);
    max-width:calc((100% - 12px) / 2);
    min-width:calc((100% - 12px) / 2);
    scroll-snap-align:start;
  }

  .products--slider .product-card--empty{
    flex:0 0 100%;
    width:100%;
    max-width:100%;
    min-width:100%;
    padding:28px 18px;
  }

  .product-img{
    aspect-ratio:1 / 1;
  }

  .product-card-body{
    padding:12px 14px 0;
    gap:8px;
  }

  .products--slider .product-category,
  .products--slider .product-title--item,
  .products--slider .product-price,
  .products--slider .product-card-actions .btn,
  .products--slider .product-card-actions .btn-link-category{
    font-size:14px !important;
  }

  .products--slider .product-category{
    font-size:10px !important;
    padding:5px 9px;
    letter-spacing:.06em;
  }

  .products--slider .product-title--item{
    line-height:1.3;
  }

  .product-title--item{
    font-size:18px !important;
    min-height:auto;
    max-height:none;
  }

  .product-price{
    font-size:18px !important;
  }

  .product-card-actions{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    margin-top:8px;
  }

  .product-card-actions .btn,
  .product-card-actions .btn-link-category{
    width:100%;
    min-width:0;
  }

  .products--slider .product-category{
    font-size:10px !important;
    padding:4px 8px;
  }

  .product-empty-copy .product-title{
    font-size:28px;
  }

  .product-empty-copy p{
    font-size:15px !important;
    line-height:1.6;
  }
}

@media (max-width: 480px){
  .title-decor{
    grid-template-columns:1fr auto 1fr;
  }

  .title-decor .section-title{
    font-size:30px;
  }

  .spark:first-of-type{
    display:none;
  }

  .products--slider{
    gap:10px;
  }

  .products--slider .product-card{
    flex:0 0 calc((100% - 10px) / 2);
    width:calc((100% - 10px) / 2);
    max-width:calc((100% - 10px) / 2);
    min-width:calc((100% - 10px) / 2);
  }

  .products--slider .product-card-body{
    padding:10px 10px 0;
  }

  .products--slider .product-title--item,
  .products--slider .product-price,
  .products--slider .product-card-actions .btn,
  .products--slider .product-card-actions .btn-link-category{
    font-size:13px !important;
  }
}



@media (max-width: 768px){
  html{
    scroll-padding-top: 170px;
  }

  #compramos-tu-oro,
  #somos-fabricantes-de-joyas,
  #sobre-nosotros,
  #rastrea-tu-pedido,
  #visitanos{
    scroll-margin-top: 170px !important;
  }
}

@media (max-width: 480px){
  html{
    scroll-padding-top: 190px;
  }

  #compramos-tu-oro,
  #somos-fabricantes-de-joyas,
  #sobre-nosotros,
  #rastrea-tu-pedido,
  #visitanos{
    scroll-margin-top: 190px !important;
  }
}

/* Ajustes iPhone/Safari para alinear iconos y buscador en móvil */
@media (max-width: 768px){
  .header-actions{
    grid-template-columns:40px 40px 40px minmax(0,1fr) !important;
    align-items:center !important;
  }

  .header-search,
  .search-input-wrap{
    width:100% !important;
    min-width:0 !important;
  }

  .icon-btn,
  .menu-toggle,
  .search-submit{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
    flex:0 0 auto;
    -webkit-appearance:none;
    appearance:none;
  }

  .icon-btn svg,
  .search-submit svg{
    display:block;
    flex:0 0 auto;
  }

  .search-input{
    width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    -webkit-appearance:none;
    appearance:none;
    border-radius:999px;
  }
}

@media (max-width: 480px){
  .header-actions{
    grid-template-columns:36px 36px 36px minmax(0,1fr) !important;
    gap:6px !important;
  }

  .icon-btn,
  .menu-toggle{
    width:36px !important;
    height:36px !important;
  }

  .icon-btn svg{
    width:17px !important;
    height:17px !important;
  }

  .header-search{
    align-self:center;
  }

  .search-input{
    height:40px !important;
    padding-left:12px !important;
    padding-right:38px !important;
    font-size:13px !important;
  }

  .search-submit{
    width:30px !important;
    height:30px !important;
    right:5px !important;
  }

  .search-submit svg{
    width:15px !important;
    height:15px !important;
  }
}

/* Etiqueta más compacta en tarjetas de Nuevas Joyas (móvil) */
@media (max-width: 768px){
  .products-track .tag,
  .products-grid .tag,
  .product-card .tag{
    font-size:11px;
    padding:6px 12px;
    border-radius:0 0 12px 0;
  }
}

@media (max-width: 480px){
  .products-track .tag,
  .products-grid .tag,
  .product-card .tag{
    font-size:10px;
    padding:5px 10px;
    border-radius:0 0 10px 0;
  }
}
