*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#08233f;background:#f7f3e9;font-family:Montserrat,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.announcement{position:fixed;z-index:120;top:0;left:0;width:100%;height:34px;background:#071b31;color:#fff;overflow:hidden;display:flex;align-items:center}.announcement-track{display:flex;gap:38px;white-space:nowrap;min-width:max-content;animation:ticker 24s linear infinite;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px}@keyframes ticker{to{transform:translateX(-50%)}}.site-header{position:fixed;top:34px;left:0;width:100%;z-index:110;color:white;transition:.35s}.site-header::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,0);backdrop-filter:blur(0);border-bottom:1px solid rgba(255,255,255,.15);transition:.35s;pointer-events:none}.site-header:hover::before,.site-header.scrolled::before{background:rgba(248,246,239,.96);backdrop-filter:blur(18px);border-color:rgba(8,35,63,.1)}.site-header:hover,.site-header.scrolled{color:#08233f}.header-main{height:92px;max-width:1540px;margin:auto;padding:0 32px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;z-index:2}.menu-btn{justify-self:start}.icon-btn{border:0;background:transparent;color:inherit;font-size:24px;cursor:pointer}.brand{display:flex;align-items:center;gap:13px}.logo-placeholder{width:52px;height:52px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-family:"Cormorant Garamond";font-size:19px;font-weight:700}.brand-copy{display:flex;flex-direction:column;line-height:.9;letter-spacing:4px}.brand-copy strong{font-family:"Cormorant Garamond";font-size:27px}.brand-copy span{font-size:10px;margin-top:8px}.header-actions{justify-self:end;display:flex;align-items:center;gap:18px}.search-wrap{position:relative;display:flex;align-items:center;gap:8px;border-bottom:1px solid currentColor;padding:7px 4px;min-width:210px}.search-wrap input{width:100%;border:0;outline:0;background:transparent;color:inherit}.search-wrap input::placeholder{color:inherit;opacity:.8}.search-suggestions{display:none;position:absolute;top:42px;right:0;width:280px;background:#fff;color:#08233f;box-shadow:0 20px 50px rgba(0,0,0,.18);padding:8px}.search-suggestions.show{display:block}.search-suggestions button{width:100%;text-align:left;border:0;background:#fff;padding:12px;cursor:pointer}.search-suggestions button:hover{background:#e9f6fc}.header-link{border:0;background:transparent;color:inherit;display:flex;gap:7px;align-items:center;cursor:pointer;white-space:nowrap}.cart-btn b{display:grid;place-items:center;background:#08233f;color:#fff;border-radius:50%;width:22px;height:22px;font-size:11px}.floating-nav{height:48px;display:flex;justify-content:center;gap:42px;align-items:center;position:relative;z-index:1;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.floating-nav a{position:relative}.floating-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:.25s}.floating-nav a:hover::after{right:0}.country-panel{display:none;position:fixed;right:22px;top:130px;width:min(560px,calc(100vw - 44px));max-height:72vh;overflow:auto;background:#fff;color:#08233f;box-shadow:0 22px 80px rgba(0,0,0,.25);padding:22px}.country-panel.open{display:block}.country-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.country-panel-head strong{font-family:"Cormorant Garamond";font-size:28px}.country-panel-head button{border:0;background:none;font-size:28px;cursor:pointer}.country-panel>input{width:100%;padding:12px;border:1px solid #cbd5df;margin-bottom:15px}.country-group h4{margin:16px 0 8px}.country-list{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.country-list button{border:0;background:#f5f2e9;padding:9px;text-align:left;cursor:pointer;font-size:12px}.country-list button:hover{background:#dff2fb}.hero{height:100vh;min-height:720px;position:relative;background:#111}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity .9s;background-size:cover;background-position:center}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,17,33,.73),rgba(0,0,0,.1) 70%),linear-gradient(0deg,rgba(0,0,0,.32),transparent 45%)}.hero-content{position:absolute;left:7%;bottom:13%;max-width:670px;color:white}.hero-content p:first-child{text-transform:uppercase;letter-spacing:3px;font-size:13px;font-weight:600}.hero-content h1,.hero-content h2{font-family:"Cormorant Garamond";font-weight:600;font-size:clamp(54px,6vw,98px);line-height:.92;margin:15px 0}.hero-content>p:not(:first-child){font-size:17px;line-height:1.7;max-width:570px}.primary-btn{display:inline-flex;margin-top:15px;background:#fff;color:#071b31;padding:15px 26px;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:1px}.hero-arrow{position:absolute;top:54%;transform:translateY(-50%);z-index:3;border:0;background:rgba(255,255,255,.15);color:white;width:48px;height:66px;font-size:42px;cursor:pointer}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.hero-dots{position:absolute;z-index:4;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.hero-dots button{width:8px;height:8px;padding:0;border-radius:50%;border:1px solid white;background:transparent}.hero-dots button.active{background:white}.section{padding:105px 5.5%}.beige{background:#f6f1e7}.sky{background:#e8f7fd}.three-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1480px;margin:auto}.info-card{min-height:250px;padding:36px;background:#fff;border:1px solid rgba(8,35,63,.12);display:flex;flex-direction:column;transition:.3s}.info-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(13,49,75,.12)}.info-card>span{font-size:12px;letter-spacing:2px}.info-card h3{font-family:"Cormorant Garamond";font-size:36px;margin:32px 0 8px}.info-card p{line-height:1.6;color:#5d6873}.info-card b{margin-top:auto;font-size:24px}.section-heading{text-align:center;margin-bottom:55px}.section-heading p{text-transform:uppercase;letter-spacing:3px;font-size:11px}.section-heading h2{font-family:"Cormorant Garamond";font-size:58px;margin:8px}.section-heading span{display:block;width:190px;height:2px;background:#08233f;margin:17px auto}.carousel-shell{position:relative;max-width:1500px;margin:auto}.product-track{display:flex;gap:20px;overflow:hidden;scroll-behavior:smooth}.product-card{flex:0 0 calc((100% - 60px)/4);background:#fff;padding-bottom:20px;text-align:center;box-shadow:0 8px 28px rgba(10,44,70,.08)}.product-image{height:310px;background-size:cover;background-position:center;position:relative}.product-image span{position:absolute;top:12px;left:12px;background:#08233f;color:white;padding:8px 11px;font-size:10px;text-transform:uppercase}.product-1{background-image:linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,.06)),url('assets/Africa.jpeg');background-position:47% 80%}.product-2{background-image:url('assets/Inglaterra.jpeg');background-position:23% center}.product-3{background-image:url('assets/Oceania.jpeg');background-position:82% center}.product-4{background-image:url('assets/Francia.jpeg');background-position:56% center}.product-5{background-image:url('assets/Asia.jpeg');background-position:80% center}.product-6{background-image:url('assets/Africa.jpeg');background-position:84% center}.product-7{background-image:url('assets/Oceania.jpeg');background-position:center}.product-8{background-image:url('assets/Asia.jpeg');background-position:20% center}.product-9{background-image:url('assets/Francia.jpeg');background-position:42% center}.product-card h3{font-family:"Cormorant Garamond";font-size:28px;margin:18px 10px 5px}.product-card p{font-size:12px;color:#68727a}.add-btn{border:1px solid #08233f;background:#08233f;color:#fff;padding:11px 20px;cursor:pointer;text-transform:uppercase;font-size:11px;transition:.25s}.add-btn:hover{background:#fff;color:#08233f}.carousel-arrow{position:absolute;z-index:4;top:38%;width:48px;height:72px;border:0;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.14);font-size:38px;cursor:pointer}.carousel-arrow.left{left:-24px}.carousel-arrow.right{right:-24px}.category-grid{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{height:620px;background-size:cover;background-position:center;position:relative;overflow:hidden}.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,15,30,.78),transparent 60%);transition:.35s}.category-card:hover::after{background:linear-gradient(0deg,rgba(0,15,30,.9),rgba(0,15,30,.06))}.category-card>div{position:absolute;z-index:2;left:30px;bottom:30px;color:white}.category-card p{text-transform:uppercase;letter-spacing:2px;font-size:11px}.category-card h3{font-family:"Cormorant Garamond";font-size:54px;margin:5px 0}.category-card span{font-size:12px;text-transform:uppercase;letter-spacing:1px}.food{background-image:url('assets/Oceania.jpeg');background-position:80% center}.clothing{background-image:url('assets/Francia.jpeg');background-position:60% center}.bazaar{background-image:url('assets/Africa.jpeg');background-position:50% center}.subcategory-group{max-width:1500px;margin:0 auto 80px}.subcategory-title{display:flex;align-items:center;gap:20px;margin-bottom:24px}.subcategory-title h3{font-family:"Cormorant Garamond";font-size:42px;margin:0}.subcategory-title span{height:1px;background:#7890a2;flex:1}.subcategory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.subcategory-card{height:260px;background-size:cover;background-position:center;position:relative;overflow:hidden}.subcategory-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,20,40,.72),rgba(0,0,0,.05));transition:.3s}.subcategory-card:hover::after{background:rgba(0,25,50,.46)}.subcategory-card span{position:absolute;z-index:2;left:22px;bottom:20px;color:white;font-family:"Cormorant Garamond";font-size:32px}.sc-food-1,.sc-food-4{background-image:url('assets/Oceania.jpeg')}.sc-food-2,.sc-food-5{background-image:url('assets/Francia.jpeg')}.sc-food-3,.sc-food-6{background-image:url('assets/Africa.jpeg')}.sc-clothing-1,.sc-clothing-4{background-image:url('assets/Inglaterra.jpeg')}.sc-clothing-2,.sc-clothing-5{background-image:url('assets/Francia.jpeg')}.sc-clothing-3,.sc-clothing-6{background-image:url('assets/Asia.jpeg')}.sc-bazaar-1,.sc-bazaar-4{background-image:url('assets/Africa.jpeg')}.sc-bazaar-2,.sc-bazaar-5{background-image:url('assets/Asia.jpeg')}.sc-bazaar-3,.sc-bazaar-6{background-image:url('assets/Oceania.jpeg')}.footer{background:#fff}.newsletter{padding:70px 7%;background:#f1efe9;display:flex;align-items:center;justify-content:space-between;gap:35px}.newsletter p{text-transform:uppercase;letter-spacing:2px;font-size:11px}.newsletter h2{font-family:"Cormorant Garamond";font-size:42px;margin:4px 0}.newsletter form{display:flex;min-width:min(560px,100%)}.newsletter input{flex:1;border:0;border-bottom:1px solid #08233f;background:transparent;padding:15px}.newsletter button{border:0;background:#08233f;color:white;padding:0 26px;text-transform:uppercase;font-size:11px}.footer-grid{padding:80px 7%;display:grid;grid-template-columns:repeat(4,1fr);gap:45px}.footer-grid h3{text-transform:uppercase;font-size:14px;margin-bottom:25px}.footer-grid a,.footer-grid p{display:block;margin:13px 0;font-size:13px;color:#52606d}.socials{display:flex;gap:10px}.socials a{border:1px solid #08233f;border-radius:50%;width:36px;height:36px;display:grid;place-items:center}.footer-bottom{border-top:1px solid #dde2e5;padding:22px 7%;display:flex;justify-content:space-between;font-size:11px}.whatsapp{position:fixed;right:25px;bottom:25px;z-index:130;width:60px;height:60px;border-radius:50%;background:#19c85b;color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 8px 22px rgba(0,0,0,.2)}@media(max-width:1050px){.header-main{grid-template-columns:auto 1fr auto}.brand{justify-self:center}.brand-copy{display:none}.search-wrap{display:none}.floating-nav{gap:20px;overflow:auto;justify-content:flex-start;padding:0 20px}.product-card{flex-basis:calc((100% - 20px)/2)}.category-grid{grid-template-columns:1fr}.category-card{height:500px}.subcategory-grid{grid-template-columns:repeat(2,1fr)}.newsletter{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.header-main{height:72px;padding:0 15px}.header-actions{gap:8px}.header-link>span:nth-child(2){display:none}.floating-nav{height:44px;font-size:10px}.hero{min-height:650px}.hero-content{left:8%;right:8%;bottom:14%}.hero-content h1,.hero-content h2{font-size:52px}.section{padding:75px 18px}.three-info-grid{grid-template-columns:1fr}.section-heading h2{font-size:44px}.product-card{flex-basis:86%}.carousel-arrow.left{left:-10px}.carousel-arrow.right{right:-10px}.category-card{height:420px}.subcategory-grid{grid-template-columns:1fr}.country-list{grid-template-columns:repeat(2,1fr)}.newsletter form{min-width:100%;flex-direction:column}.newsletter button{padding:15px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}}

/* ===== MODIFICACIÓN 2: HEADER, LOGO, SIDEBAR Y MENÚS ===== */
.header-main{
  grid-template-columns:72px minmax(230px,1fr) auto minmax(360px,1fr);
  gap:26px;
}
.header-search-area{justify-self:start;width:min(360px,100%)}
.header-search-area .search-wrap{min-width:0;width:100%}
.brand{justify-self:center}
.brand-logo{
  width:64px;height:64px;object-fit:cover;border-radius:50%;
  border:2px solid rgba(205,166,85,.85);box-shadow:0 4px 16px rgba(0,0,0,.12)
}
.login-btn{padding-right:6px}
.search-suggestions{
  width:360px;padding:7px;border:1px solid rgba(8,35,63,.1);
  border-radius:2px;overflow:hidden
}
.search-result{
  width:100%;display:grid!important;grid-template-columns:58px 1fr auto;
  gap:12px;align-items:center;text-align:left;border:0;background:#fff;
  padding:9px!important;cursor:pointer;border-bottom:1px solid #eef0f1
}
.search-result:last-child{border-bottom:0}
.search-result img{width:58px;height:58px;object-fit:cover}
.search-result strong{display:block;font-family:"Cormorant Garamond";font-size:19px}
.search-result small{display:block;color:#6b7580;margin-top:3px}
.search-result b{font-size:17px;font-weight:400}
.no-search-result{padding:18px;color:#69737b;font-size:13px}

.nav-dropdown{position:relative;height:100%;display:flex;align-items:center}
.mega-menu{
  position:absolute;top:100%;left:50%;transform:translate(-50%,12px);
  opacity:0;visibility:hidden;pointer-events:none;
  background:#faf8f2;color:#08233f;border-top:2px solid #c9a65b;
  box-shadow:0 22px 50px rgba(0,0,0,.18);transition:.24s;
}
.nav-dropdown:hover .mega-menu{
  opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)
}
.category-mega{width:650px;padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.category-mega>a{padding:18px;background:#fff;border:1px solid #e4e0d7}
.category-mega strong{font-family:"Cormorant Garamond";font-size:25px;display:block}
.category-mega span{font-size:11px;line-height:1.5;color:#66717c;display:block;margin-top:6px}
.subcategory-mega{width:720px;padding:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.subcategory-mega h4{font-family:"Cormorant Garamond";font-size:24px;margin:0 0 12px}
.subcategory-mega a{display:block;padding:7px 0;font-size:12px;text-transform:none;letter-spacing:0}

.sidebar-backdrop{
  position:fixed;inset:0;background:rgba(3,18,31,.48);z-index:190;
  opacity:0;visibility:hidden;transition:.3s
}
.sidebar-backdrop.open{opacity:1;visibility:visible}
.shop-sidebar{
  position:fixed;z-index:200;top:0;bottom:0;left:0;width:min(430px,92vw);
  background:#f8f5ed;color:#08233f;transform:translateX(-105%);
  transition:.38s cubic-bezier(.2,.8,.2,1);box-shadow:20px 0 60px rgba(0,0,0,.2);
  display:flex;flex-direction:column;overflow:auto
}
.shop-sidebar.open{transform:translateX(0)}
.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #d9d4ca}
.sidebar-head>button{border:0;background:none;font-size:34px;cursor:pointer;color:#08233f}
.sidebar-brand{display:flex;gap:12px;align-items:center}
.sidebar-brand img{width:62px;height:62px;object-fit:cover;border-radius:50%;border:2px solid #c9a65b}
.sidebar-brand div{display:flex;flex-direction:column;letter-spacing:3px}
.sidebar-brand strong{font-family:"Cormorant Garamond";font-size:24px}
.sidebar-brand span{font-size:9px;margin-top:4px}
.customer-type{padding:24px;background:#e9f6fc;border-bottom:1px solid #d3e5ed}
.customer-type p{margin:0 0 12px;font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700}
.customer-type>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mode-btn{border:1px solid #08233f;background:transparent;color:#08233f;padding:12px;cursor:pointer}
.mode-btn.active{background:#08233f;color:#fff}
.customer-type small{display:block;margin-top:10px;color:#66727c}
.sidebar-nav{padding:15px 24px}
.sidebar-nav details{border-bottom:1px solid #d9d4ca}
.sidebar-nav summary{list-style:none;cursor:pointer;padding:18px 0;font-family:"Cormorant Garamond";font-size:27px;font-weight:600}
.sidebar-nav summary::-webkit-details-marker{display:none}
.sidebar-nav summary::after{content:"+";float:right;font-family:Montserrat;font-size:20px;font-weight:400}
.sidebar-nav details[open] summary::after{content:"−"}
.sidebar-nav details a{display:block;padding:8px 0 8px 15px;color:#53616d;font-size:13px}
.sidebar-nav details a:last-child{padding-bottom:18px}
.sidebar-footer{margin-top:auto;padding:22px 24px;background:#08233f}
.sidebar-footer a{display:block;color:#fff;padding:8px 0;font-size:12px;text-transform:uppercase;letter-spacing:1px}

.subcategory-badges{
  position:absolute;z-index:3;left:20px;right:20px;bottom:60px;
  display:flex;gap:7px
}
.subcategory-badges em{
  font-style:normal;background:rgba(255,255,255,.92);color:#08233f;
  padding:6px 9px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.7px
}

@media(max-width:1200px){
  .header-main{grid-template-columns:60px minmax(180px,1fr) auto minmax(290px,1fr);gap:14px}
  .brand-copy{display:none}
  .brand-logo{width:58px;height:58px}
}
@media(max-width:1050px){
  .header-main{grid-template-columns:auto 1fr auto}
  .header-search-area{display:none}
  .brand{justify-self:center}
  .login-btn{display:none}
}

/* ===== TRADUCTOR Y DETECCIÓN AUTOMÁTICA ===== */
.announcement{padding-right:290px}
.language-switcher{
  position:fixed;right:0;top:0;height:34px;z-index:125;
  display:flex;align-items:center;gap:8px;padding:0 16px;
  background:#c8a75d;color:#071b31;font-size:10px;font-weight:700;
  text-transform:uppercase;letter-spacing:.5px
}
.language-switcher select{
  border:0;background:#fff;color:#071b31;padding:4px 22px 4px 7px;
  font-size:11px;font-weight:600;outline:none;cursor:pointer
}
html[dir="rtl"] .header-actions{justify-self:start}
html[dir="rtl"] .header-search-area{justify-self:end}
html[dir="rtl"] .shop-sidebar{left:auto;right:0;transform:translateX(105%)}
html[dir="rtl"] .shop-sidebar.open{transform:translateX(0)}
@media(max-width:850px){
  .announcement{padding-right:150px}
  .language-switcher{width:150px;justify-content:center}
  .language-switcher span{display:none}
  .language-switcher select{width:125px}
}

/* SUBCATEGORY CARD PHOTO ROTATION */
.subcategory-card{transition:filter .35s ease,opacity .35s ease,transform .3s ease}
.subcategory-card.changing-photo{filter:brightness(.72);opacity:.82}

/* MAIN CATEGORY CARD ROTATION V2 */
.category-card{transition:filter .4s ease,opacity .4s ease,transform .35s ease}
.category-card.changing-photo{filter:brightness(.72);opacity:.86}
.sc-clothing-7{background-image:url('assets/Francia.jpeg')}


/* ===== HEADER PRINCIPAL CORREGIDO: TÍTULO CENTRADO Y TRANSPARENCIA ===== */
.site-header{
  background:transparent!important;
}
.site-header.scrolled:not(:hover){
  color:#fff!important;
}
.site-header.scrolled:not(:hover)::before{
  background:rgba(255,255,255,0)!important;
  backdrop-filter:blur(0)!important;
  border-color:rgba(255,255,255,.15)!important;
}
.site-header:hover,
.site-header.scrolled:hover{
  color:#08233f!important;
}
.site-header:hover::before,
.site-header.scrolled:hover::before{
  background:rgba(248,246,239,.96)!important;
  backdrop-filter:blur(18px)!important;
  border-color:rgba(8,35,63,.1)!important;
}

/* Mantiene el nombre completo de la tienda en el centro */
.site-header .header-main{
  grid-template-columns:72px minmax(260px,1fr) minmax(390px,auto) minmax(390px,1fr)!important;
  gap:24px!important;
}
.site-header .brand{
  justify-self:center!important;
  min-width:390px!important;
  justify-content:center!important;
}
.site-header .brand-copy{
  display:flex!important;
  flex-direction:column!important;
}
.site-header .brand-copy strong{
  white-space:nowrap!important;
  font-size:30px!important;
}
.site-header .brand-copy span{
  white-space:nowrap!important;
}
.site-header .brand-logo{
  flex:0 0 auto!important;
}

@media(max-width:1250px){
  .site-header .header-main{
    grid-template-columns:60px minmax(210px,1fr) minmax(315px,auto) minmax(315px,1fr)!important;
    gap:14px!important;
  }
  .site-header .brand{min-width:315px!important}
  .site-header .brand-copy{display:flex!important}
  .site-header .brand-copy strong{font-size:25px!important;letter-spacing:3px!important}
  .site-header .brand-copy span{font-size:9px!important;letter-spacing:4px!important}
}
@media(max-width:980px){
  .site-header .header-main{grid-template-columns:auto 1fr auto!important}
  .site-header .header-search-area{display:none!important}
  .site-header .brand{min-width:0!important}
  .site-header .brand-copy{display:flex!important}
  .site-header .login-btn{display:none!important}
}
@media(max-width:700px){
  .site-header .brand-copy{display:none!important}
}

/* Cards de subcategorías 10% más altas */
.subcategory-card{height:286px!important}

/* COUNTRY PANEL FIX FOR PRODUCT PAGES */
.site-header .country-wrap{position:relative;z-index:400}
.site-header .country-panel{z-index:9999!important;top:126px!important;right:22px!important;display:none!important}
.site-header .country-panel.open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
.site-header{overflow:visible!important}
.site-header .header-main,.site-header .header-actions{overflow:visible!important}

.featured-image-link{display:block}
.featured-image-link .product-image{transition:transform .25s ease,filter .25s ease}
.featured-image-link:hover .product-image{transform:scale(1.015);filter:brightness(.94)}


/* Opciones de color, talle y panel de países */
.color-choice-wrap{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.color-swatches{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.color-swatch{width:31px;height:31px;border-radius:50%;border:2px solid transparent;background:#fff;padding:3px;cursor:pointer;box-shadow:0 0 0 1px #aeb8c1}
.color-swatch span{display:block;width:100%;height:100%;border-radius:50%;background:var(--swatch)}
.color-swatch.selected{border-color:#08233f;box-shadow:0 0 0 2px #d4b25f}
#selectedColorLabel{font-size:13px;min-width:115px;text-align:right}
.size-text-input{width:min(310px,62%);border:0;border-bottom:1px solid #8895a1;padding:10px 4px;background:transparent;color:#08233f}
.country-panel{max-height:calc(100vh - 150px)!important;overflow-y:auto!important;padding-bottom:20px!important}
.country-list{align-items:start}
.country-list button{min-height:38px}

.search-suggestions button{display:flex!important;align-items:center;gap:10px}
.search-suggestions button img{width:48px;height:48px;object-fit:cover;border-radius:3px;flex:none}
.search-suggestions button span{line-height:1.25}
