@import url('https://fonts.cdnfonts.com/css/caslon-graphique');

/* ======================================================
   CORIODERMINA® COMPLETE CSS REVISION
   Purpose: preserve current design, remove all translate residue,
   and keep @import at the top for better browser compatibility.
   ====================================================== */

/* ========================= GLOBAL BASE SAFETY ========================= */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #111111;
  overflow-x: hidden;
}

/* ========================= TOP BAR ========================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  padding: 12px;
  background: linear-gradient(90deg, #050403 0%, #1C120A 30%, #8A5A24 55%, #D6A84F 75%, #0B0705 100%) !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(247, 230, 178, 0.35) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

.top-bar a {
  text-decoration: none;
  color: #F7E6B2 !important;
}

.top-bar div {
  font-size: 12px;
  font-weight: 700;
  color: #F7E6B2 !important;
  letter-spacing: 0.3px;
}

/* ========================= REMOVE HEADER ARTIFACTS ========================= */
body::before,
body::after,
.top-bar::before,
.top-bar::after {
  background: transparent !important;
  background-image: none !important;
  content: "" !important;
}

/* ========================= LAYOUT ========================= */
.page-wrap {
  padding-top: 90px;
}

.content {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

/* ========================= FREEWEBSTORE CLEAN BLOCK ========================= */
a[href*="freewebstore.com"],
a[href*="utm_source"],
iframe[src*="freewebstore"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

footer {
  visibility: visible !important;
  display: block !important;
}

/* ========================= CALL STRIP ========================= */
.call-strip {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 10001;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 6px;
}

.call-strip a {
  color: #111111 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none !important;
}

.call-strip a:hover {
  background: #ffcc00 !important;
  color: #000000 !important;
}

/* ========================= BRAND LABEL ========================= */
.coriodermina-brand {
  position: fixed;
  top: 44px;
  left: 12px;
  background: transparent !important;
  color: #111111 !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding-left: 18px;
  margin: 0;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none;
}

/* ========================= TEXT FLAG ========================= */
.flag-text::before {
  content: "USA";
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #b30000;
  border: 1px solid #b30000;
  padding: 1px 4px;
  margin-right: 6px;
  border-radius: 2px;
  vertical-align: middle;
}

/* ========================= SECTION TITLE ========================= */
.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  color: #000000 !important;
  background: none !important;
  -webkit-text-fill-color: #000000 !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  margin: 40px 0;
  animation: fadeUp 0.8s ease forwards;
}

/* ========================= GRID ========================= */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* ========================= PRODUCT CARD ========================= */
.product,
.product_item,
.product-box,
.productBox,
.prod_box,
.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F3EA 45%, #EFE4D4 100%) !important;
  border: 1px solid rgba(214, 168, 79, 0.35) !important;
  border-radius: 18px !important;
  padding: 28px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10) !important;
  transition: all 0.3s ease;
}

.product-card::before {
  display: none !important;
}

.product-card::after,
.product::after,
.product_item::after,
.product-box::after,
.productBox::after,
.prod_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 248, 236, 0.28),
    transparent 48%
  );
  pointer-events: none;
}

.product:hover,
.product_item:hover,
.product-box:hover,
.productBox:hover,
.prod_box:hover,
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12) !important;
}

.product img,
.product_item img,
.product-box img,
.productBox img,
.prod_box img,
.product-card img {
  background: #ffffff !important;
  border-radius: 14px !important;
}

.product-card h3 {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 10px;
}

.product-card p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #555555;
  margin: 0 0 18px;
  line-height: 1.5;
}

.product-card a,
.product-card input[type="button"],
.product-card button {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

/* ========================= CORIO HOMEPAGE CARDS ALIGNMENT ========================= */
.corio-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.corio-product-card h3 {
  min-height: 74px;
}

.corio-product-card p {
  min-height: 68px;
}

.corio-btn {
  margin-top: auto;
}

/* ========================= BUTTON SYSTEM ========================= */
.btn,
input[type="button"],
input[type="submit"],
.user_txt,
.cart_txt {
  background: linear-gradient(135deg, #F7E6B2 0%, #D6A84F 45%, #8A5A24 100%) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #080503 !important;
  border: 1px solid #F7E6B2 !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  transition: all 0.25s ease;
}

.btn,
input[type="button"],
input[type="submit"] {
  font-size: 15px !important;
  font-weight: 900 !important;
  padding: 10px 18px !important;
  border-radius: 12px !important;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.user_txt:hover,
.cart_txt:hover {
  background: linear-gradient(135deg, #FFF2C6 0%, #E0B85A 50%, #9B672A 100%) !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(138, 90, 36, 0.45);
}

.user_txt,
.cart_txt {
  cursor: pointer;
  letter-spacing: 0.3px;
}

/* ========================= PREMIUM CTA BUTTON ========================= */
.btn-premium {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #F7E6B2 0%, #D6A84F 45%, #8A5A24 100%) !important;
  color: #080503 !important;
  border: 1px solid #F7E6B2 !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px !important;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 12px 22px !important;
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all 0.25s ease !important;
}

.btn-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  transform: skewX(-20deg);
  transition: 0.5s;
}

.btn-premium:hover {
  background: linear-gradient(135deg, #FFF2C6 0%, #E0B85A 50%, #9B672A 100%) !important;
  color: #000000 !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 10px 25px rgba(138, 90, 36, 0.38),
    0 6px 18px rgba(0,0,0,0.12);
}

.btn-premium:hover::before {
  left: 130%;
}

.btn-premium:active {
  transform: scale(0.98);
}

/* ========================= INPUT BUTTON ALIGNMENT ========================= */
input[type="button"].btn,
input[type="submit"].btn,
button.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 1 !important;
  padding: 12px 18px !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

/* ========================= NAV / TABS ========================= */
.nav-link,
nav a,
.top-right a,
.header a,
.menu a {
  background: rgba(255,255,255,0.65) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #111111 !important;
  border: 1px solid rgba(0,0,0,0.08);
  display: inline-block !important;
  padding: 8px 14px;
  margin: 2px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.nav-link:hover,
nav a:hover,
.top-right a:hover,
.header a:hover,
.menu a:hover {
  background: #ffcc00 !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255,204,0,0.35);
}

.nav-link.active,
nav a.active,
.menu a.active {
  background: rgba(255,204,0,0.9) !important;
  color: #000000 !important;
}

/* ========================= SEARCH CLEANUP ========================= */
#search,
#search form,
#search div {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

#search {
  display: flex !important;
  align-items: center !important;
}

#search input[type="text"] {
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 10px !important;
}

#search::before,
#search::after,
#search_button::before,
#search_button::after {
  content: none !important;
  display: none !important;
}

#search_button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* ========================= GLOBAL GHOST + WHITE PATCH KILLER ========================= */
button,
input,
input[type="submit"],
input[type="button"],
#search_button,
.products_btn a {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
  background-clip: border-box !important;
  outline: none !important;
}

/* ========================= LOGO ORIGINAL COLOR ========================= */
img#logo {
  position: relative;
  display: block;
  filter: none !important;
  animation: none !important;
  transition: transform 0.3s ease;
}

img#logo:hover {
  transform: translateY(-2px) scale(1.02);
  filter: none !important;
}

@media (prefers-color-scheme: light) {
  img#logo {
    filter: none !important;
    animation: none !important;
  }
}

@media (prefers-color-scheme: dark) {
  img#logo {
    filter: none !important;
    animation: none !important;
  }
}

.dark-mode img#logo,
html.dark-mode img#logo,
body.dark-mode img#logo,
html.darkreader img#logo,
body.darkreader img#logo,
[data-darkreader-scheme] img#logo {
  filter: none !important;
  animation: none !important;
}

@keyframes logoHueBreath {
  0% { filter: none; }
  100% { filter: none; }
}

/* ========================= ADD TO CART BUTTON ========================= */
#add_to_cart {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 16px auto !important;
  width: fit-content;
  z-index: 1;
  isolation: isolate;
}

#add_to_cart input {
  position: relative !important;
  z-index: 2 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  padding: 14px 28px !important;
  min-width: 160px !important;
  border-radius: 999px !important;
  border: 1px solid #F7E6B2 !important;
  background: linear-gradient(135deg, #F7E6B2 0%, #D6A84F 45%, #8A5A24 100%) !important;
  color: #080503 !important;
  box-shadow:
    0 8px 22px rgba(138, 90, 36, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}

#add_to_cart::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  background: linear-gradient(
    90deg,
    #ff4500,
    #ff6347,
    #ff8c00,
    #ff4500
  );
  background-size: 300% 300%;
  animation: emberFlow 8s ease-in-out infinite;
  filter: blur(12px);
  opacity: 0.5;
  z-index: 0;
  clip-path: inset(0 round 18px);
}

#add_to_cart::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: transparent;
  z-index: 1;
}

/* ========================= PRICE DISPLAY ========================= */
body .product_now_price,
html body .product_now_price,
.product_now_price {
  color: rgba(0, 47, 54, 1) !important;
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

.price_breakdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.price_inc_tax,
.price_ex_tax {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #111111 !important;
  font-size: 18px;
  line-height: 1.4;
  overflow: visible !important;
  white-space: normal !important;
}

.price_breakdown hr {
  margin: 6px 0;
  border: 0;
  border-top: 1px solid #dddddd;
}

.price_breakdown * {
  visibility: visible !important;
}

/* ========================= TYPOGRAPHY ENHANCEMENTS ========================= */

#copyright {
  font-family: "Caslon Graphique", Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  opacity: 0.75;
  text-align: center;
  padding: 20px 0;
}

#newsletter_title {
  font-family: "Caslon Graphique", Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.6px;
  opacity: 0.85;
}
h2[data-lang="Featured Products"] {
  font-family: "Caslon Graphique", Georgia, serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.product_name h5 {
  font-family: "Caslon Graphique", Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.3px;
  transition: all 0.2s ease-in-out;
  opacity: 0.9;
}

.product_name:hover h5,
.product_name h5:hover {
  opacity: 1;
  visibility: visible;
  display: block;
}

.product_name a {
  text-decoration: none;
  color: inherit;
}

.product_name a:hover {
  color: inherit;
  opacity: 1;
}

.product_name h5,
.product_name a,
.product_name a:visited,
.product_name a:hover,
.product_name:hover a,
.product_name:hover h5 {
  color: #1a1a1a !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#welcome_txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.1;
  color: #111111;
  margin: 6px 0 10px;
  text-align: center;
}
/* ========================= FAQ ========================= */
.corio-faq {
  max-width: 900px;
  margin: 40px auto;
  padding: 28px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fafafa);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
  font-family: Arial, Helvetica, sans-serif;
  color: #111111;
}

.corio-faq h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #111111;
}

.corio-faq-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.corio-faq-item:last-child {
  border-bottom: none;
}

.corio-faq-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
}

.corio-faq-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
}

.corio-disclaimer {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.55;
  color: #6b7280;
  text-align: center;
}

/* ========================= TRUST ICON CARD PATCH ========================= */
.corio-signal-card {
  position: relative;
  overflow: visible;
  min-height: 150px;
  padding: 26px 18px 24px;
  border-radius: 26px;
}

/* ========================= HIDE SPECIFIC IMAGE ========================= */
img[src*="coriodermina4563_1737238122322.png"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ========================= FREEWEBSTORE PRODUCT + BUY BUTTON COMPATIBILITY ========================= */
.product a[href*="cart"],
.product_item a[href*="cart"],
.product-box a[href*="cart"],
.productBox a[href*="cart"],
.prod_box a[href*="cart"],
.product-card a[href*="cart"],
a[title*="Buy"],
a[title*="Add"],
a[href*="/cart"],
button[name*="cart"],
input[value*="Buy"],
input[value*="Add"] {
  background: linear-gradient(135deg, #F7E6B2 0%, #D6A84F 45%, #8A5A24 100%) !important;
  color: #080503 !important;
  border: 1px solid #F7E6B2 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: 0.4px !important;
  box-shadow: 0 6px 18px rgba(138, 90, 36, 0.35) !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.product a[href*="cart"]:hover,
.product_item a[href*="cart"]:hover,
.product-box a[href*="cart"]:hover,
.productBox a[href*="cart"]:hover,
.prod_box a[href*="cart"]:hover,
.product-card a[href*="cart"]:hover,
a[title*="Buy"]:hover,
a[title*="Add"]:hover,
a[href*="/cart"]:hover,
button[name*="cart"]:hover,
input[value*="Buy"]:hover,
input[value*="Add"]:hover {
  background: linear-gradient(135deg, #FFF2C6 0%, #E0B85A 50%, #9B672A 100%) !important;
  color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(138, 90, 36, 0.45) !important;
}

/* Optional dark premium product section for special bundles only */
.corio-premium-product-section {
  background: linear-gradient(135deg, #0B0705 0%, #1C120A 45%, #8A5A24 100%) !important;
  color: #ffffff !important;
}

.corio-premium-product-section .product,
.corio-premium-product-section .product_item,
.corio-premium-product-section .product-box,
.corio-premium-product-section .productBox,
.corio-premium-product-section .prod_box,
.corio-premium-product-section .product-card {
  background: linear-gradient(180deg, #FFF8EC 0%, #F3E2C7 55%, #D8B77A 100%) !important;
}

/* ========================= ANIMATIONS ========================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes emberFlow {
  0%   { background-position: 0% 50%; }
  25%  { background-position: 100% 50%; }
  50%  { background-position: 200% 50%; }
  75%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ========================= MOBILE ========================= */
@media (max-width: 640px) {
  .section-title {
    font-size: 32px;
  }

  .coriodermina-brand {
    position: static;
    display: block;
    text-align: center;
    padding-left: 0;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.4;
  }

  .call-strip {
    position: static;
    margin: 6px auto;
  }

  .products_btn > a {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
}

/* ========================= SUPPORTING CONTENT BLOCK ========================= */
.corio-fr-seo {
  max-width: 900px;
  margin: 44px auto;
  padding: 32px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #fafafa);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.045);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.corio-fr-seo h2 {
  margin: 0 0 16px;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  color: #111111;
}

.corio-fr-seo p {
  max-width: 760px;
  margin: 12px auto;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

/* ========================= STICKY MOBILE BUY BUTTON ========================= */
.corio-sticky-buy {
  display: none;
}

@media (max-width: 768px) {
  .corio-sticky-buy {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 39, 0.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .corio-sticky-buy span {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
  }

  .corio-sticky-buy a {
    padding: 9px 15px;
    border-radius: 999px;
    background: linear-gradient(135deg, #F7E6B2 0%, #D6A84F 45%, #8A5A24 100%);
    color: #080503 !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

/* ========================= HIDE CHATBASE ON MOBILE + TABLETS ========================= */
@media (max-width: 1024px) {
  #chatbase-bubble-button,
  #chatbase-message-bubbles,
  iframe[src*="chatbase.co"],
  iframe[id*="chatbase"],
  div[id*="chatbase"],
  div[class*="chatbase"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* ========================= PRODUCT TRUST BLOCK ========================= */
.corio-product-trust-fr {
  max-width: 760px;
  margin: 24px auto;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f9fafb);
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.045);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.corio-product-trust-fr strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #111827;
}

.corio-product-trust-fr p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}


/* =========================================================
   CORIODERMINA® BLOG HOME TITLES + HEADERS FIX
   Keeps blog titles, dates, summaries, tags and read-more visible
   ========================================================= */

.home_blog_container,
.home_blog_container .blog_item_home,
.home_blog_container .blog_item_header,
.home_blog_container .blog_item_content,
.home_blog_container .blog_item_footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Blog article card */
.home_blog_container .blog_item_home.panel {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.10) !important;
  border-radius: 22px !important;
  padding: 18px !important;
  margin: 22px auto !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden !important;
}

/* Date */
.home_blog_container .blog_item_timestamp {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 14px 0 8px !important;
  color: #6b7280 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
}

/* Blog title wrapper */
.home_blog_container .blog_item_title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: initial !important;
  line-height: normal !important;
}

/* Blog title link */
.home_blog_container .blog_item_title a {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  color: #111827 !important;
  background: transparent !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 25px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
}

.home_blog_container .blog_item_title a:hover {
  color: #740a17 !important;
  text-decoration: none !important;
}

/* Blog summary text */
.home_blog_container .blog_item_content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 0 16px !important;
  color: #374151 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

/* Featured image */
.home_blog_container .blog_item_featured_image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 240px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Read more button */
.home_blog_container .read_more.btn {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #ffffff !important;
  border: 1px solid #111827 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.home_blog_container .read_more.btn span {
  color: #ffffff !important;
}

/* Tags */
.home_blog_container .blog_article_tag {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 6px 4px 0 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  color: #111827 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Prevent old broad blog menu CSS from hiding blog article links */
.home_blog_container a[href*="/blog/"] {
  font-size: inherit !important;
  line-height: inherit !important;
  text-indent: 0 !important;
}

/* Re-apply title font after broad reset */
.home_blog_container .blog_item_title a[href*="/blog/"] {
  font-size: 25px !important;
  line-height: 1.28 !important;
}

/* Mobile */
@media (max-width: 640px) {
  .home_blog_container .blog_item_home.panel {
    padding: 14px !important;
    border-radius: 18px !important;
    margin: 18px auto !important;
  }

  .home_blog_container .blog_item_featured_image {
    min-height: 210px !important;
  }

  .home_blog_container .blog_item_title a,
  .home_blog_container .blog_item_title a[href*="/blog/"] {
    font-size: 21px !important;
    line-height: 1.3 !important;
  }

  .home_blog_container .blog_item_content {
    font-size: 14px !important;
  }
}

/* =========================================================
   CORIODERMINA® MAIN NAV DROPDOWN BLOG LABEL FIX
   Changes Store Links > My Blog to Skin Wellness
   Safe: only targets #main_nav dropdown blog link
   ========================================================= */

#main_nav ul.dropdown a[href="https://www.coriodermina.com/blog/"][title="My Blog"] {
  font-size: 0 !important;
  line-height: 1 !important;
  display: block !important;
  white-space: nowrap !important;
}

#main_nav ul.dropdown a[href="https://www.coriodermina.com/blog/"][title="My Blog"]::after {
  content: "Skin Wellness";
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-transform: none !important;
}

#header,
.header,
#top,
.top_bar,
#top_bar,
.top-bar {
  background: linear-gradient(90deg, #050403 0%, #1C120A 30%, #8A5A24 55%, #D6A84F 75%, #0B0705 100%) !important;
  color: #ffffff !important;
}
/* ========================= PREMIUM FOOTER / BOTTOM SECTION ========================= */
footer,
#footer,
.footer,
.footer_wrap,
#footer_area,
.bottom,
.bottom-bar,
#bottom,
#copyright {
  background: linear-gradient(135deg, #050403 0%, #1C120A 45%, #8A5A24 100%) !important;
  color: #F7E6B2 !important;
  border-top: 1px solid rgba(247, 230, 178, 0.35) !important;
}

/* Footer links */
footer a,
#footer a,
.footer a,
.footer_wrap a,
#footer_area a,
.bottom a,
.bottom-bar a,
#bottom a,
#copyright a {
  color: #F7E6B2 !important;
  text-decoration: none !important;
}

/* Footer links hover */
footer a:hover,
#footer a:hover,
.footer a:hover,
.footer_wrap a:hover,
#footer_area a:hover,
.bottom a:hover,
.bottom-bar a:hover,
#bottom a:hover,
#copyright a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Footer text */
footer p,
#footer p,
.footer p,
.footer_wrap p,
#footer_area p,
.bottom p,
.bottom-bar p,
#bottom p,
#copyright {
  color: #F7E6B2 !important;
}



/* ======================================================
   CORIODERMINA® SEO-SAFE VISIBILITY PATCH
   Avoids relying on hidden text replacement for key headings.
   For best SEO, edit the real HTML text directly instead of
   hiding text with font-size: 0 and injecting ::after content.
   ====================================================== */

#newsletter_title,
#welcome_txt {
  visibility: visible !important;
  opacity: 1 !important;
  text-indent: 0 !important;
}

/* ======================================================
   CORIODERMINA® SHOP BY CATEGORY BUTTON REFINEMENT
   Makes all category buttons match the elegant Artrin™ brown
   Keeps cards/buttons equal, comfortable, and mobile friendly
   Paste at the bottom of the existing , before 
   ====================================================== */

.corio-products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}

.corio-products-grid::after {
  content: none;
}

.corio-product-card {
  float: none;
  width: 25%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corio-card-shell {
  width: 100%;
  min-height: 340px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.corio-card-copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* All Shop by Category buttons now match the same elegant brown tone */
.corio-btn,
.corio-btn--dark,
.corio-btn--caramel,
.corio-btn--bronze,
.corio-btn--ivory {
  width: 100%;
  min-height: 58px;
  margin-top: auto;
  border: 2px solid #d9b46e;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.18), transparent 34%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%);
  color: #ffffff !important;
  box-shadow:
    0 10px 22px rgba(122, 69, 28, 0.23),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 16px rgba(217, 180, 110, 0.22);
}

.corio-btn:hover,
.corio-btn--dark:hover,
.corio-btn--caramel:hover,
.corio-btn--bronze:hover,
.corio-btn--ivory:hover {
  border-color: #f0cf93;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #a86229 0%, #7a451c 55%, #4d260d 100%);
  color: #ffffff !important;
  box-shadow:
    0 14px 28px rgba(122, 69, 28, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 0 22px rgba(217, 180, 110, 0.32);
}

/* Keeps button text and arrow aligned nicely */
.corio-btn-text {
  display: inline-block;
  text-align: left;
  line-height: 1.2;
}

.corio-btn-arrow {
  display: inline-block;
  min-width: 28px;
  margin-left: 12px;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}

/* Tablet layout */
@media (max-width: 980px) {
  .corio-product-card {
    width: 50%;
  }

  .corio-card-shell {
    min-height: 320px;
  }
}

/* Mobile layout */
@media (max-width: 640px) {
  .corio-product-card {
    width: 100%;
  }

  .corio-card-shell {
    min-height: 0;
  }

  .corio-btn,
  .corio-btn--dark,
  .corio-btn--caramel,
  .corio-btn--bronze,
  .corio-btn--ivory {
    min-height: 54px;
  }
}

/* ======================================================
   CORIODERMINA® FEATURED PRODUCTS BUTTON REFINEMENT
   Gives Featured Products "Details" + "Buy" the same elegant
   brown/caramel treatment as the Shop by Category CTA buttons.
   Safe scope: targets product-card buttons only, not navigation.
   ====================================================== */

/* Keep Featured Products product cards vertically comfortable */
.products-grid .product,
.products-grid .product_item,
.products-grid .product-box,
.products-grid .productBox,
.products-grid .prod_box,
.products-grid .product-card,
.featured_products .product,
.featured_products .product_item,
.featured_products .product-box,
.featured_products .productBox,
.featured_products .prod_box,
.featured_products .product-card,
#featured_products .product,
#featured_products .product_item,
#featured_products .product-box,
#featured_products .productBox,
#featured_products .prod_box,
#featured_products .product-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Product image/title/content stay above the decorative overlay */
.products-grid .product *,
.products-grid .product_item *,
.products-grid .product-box *,
.products-grid .productBox *,
.products-grid .prod_box *,
.products-grid .product-card *,
.featured_products .product *,
.featured_products .product_item *,
.featured_products .product-box *,
.featured_products .productBox *,
.featured_products .prod_box *,
.featured_products .product-card *,
#featured_products .product *,
#featured_products .product_item *,
#featured_products .product-box *,
#featured_products .productBox *,
#featured_products .prod_box *,
#featured_products .product-card * {
  position: relative;
  z-index: 1;
}

/* Same premium brown treatment for both Details and Buy */
.products-grid .product .btn,
.products-grid .product_item .btn,
.products-grid .product-box .btn,
.products-grid .productBox .btn,
.products-grid .prod_box .btn,
.products-grid .product-card .btn,
.featured_products .product .btn,
.featured_products .product_item .btn,
.featured_products .product-box .btn,
.featured_products .productBox .btn,
.featured_products .prod_box .btn,
.featured_products .product-card .btn,
#featured_products .product .btn,
#featured_products .product_item .btn,
#featured_products .product-box .btn,
#featured_products .productBox .btn,
#featured_products .prod_box .btn,
#featured_products .product-card .btn,
.product .btn,
.product_item .btn,
.product-box .btn,
.productBox .btn,
.prod_box .btn,
.product-card .btn {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 118px !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 8px 5px 0 !important;
  padding: 0 22px !important;
  border: 2px solid #d9b46e !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.18), transparent 34%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%) !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.55px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  box-shadow:
    0 10px 22px rgba(122, 69, 28, 0.23),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 16px rgba(217, 180, 110, 0.22) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease !important;
}

/* Subtle premium highlight */
.products-grid .product .btn::before,
.products-grid .product_item .btn::before,
.products-grid .product-box .btn::before,
.products-grid .productBox .btn::before,
.products-grid .prod_box .btn::before,
.products-grid .product-card .btn::before,
.featured_products .product .btn::before,
.featured_products .product_item .btn::before,
.featured_products .product-box .btn::before,
.featured_products .productBox .btn::before,
.featured_products .prod_box .btn::before,
.featured_products .product-card .btn::before,
#featured_products .product .btn::before,
#featured_products .product_item .btn::before,
#featured_products .product-box .btn::before,
#featured_products .productBox .btn::before,
#featured_products .prod_box .btn::before,
#featured_products .product-card .btn::before,
.product .btn::before,
.product_item .btn::before,
.product-box .btn::before,
.productBox .btn::before,
.prod_box .btn::before,
.product-card .btn::before {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  left: 10px !important;
  right: 10px !important;
  height: 36% !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)) !important;
  pointer-events: none !important;
}

/* Small light sweep on hover */
.products-grid .product .btn::after,
.products-grid .product_item .btn::after,
.products-grid .product-box .btn::after,
.products-grid .productBox .btn::after,
.products-grid .prod_box .btn::after,
.products-grid .product-card .btn::after,
.featured_products .product .btn::after,
.featured_products .product_item .btn::after,
.featured_products .product-box .btn::after,
.featured_products .productBox .btn::after,
.featured_products .prod_box .btn::after,
.featured_products .product-card .btn::after,
#featured_products .product .btn::after,
#featured_products .product_item .btn::after,
#featured_products .product-box .btn::after,
#featured_products .productBox .btn::after,
#featured_products .prod_box .btn::after,
#featured_products .product-card .btn::after,
.product .btn::after,
.product_item .btn::after,
.product-box .btn::after,
.productBox .btn::after,
.prod_box .btn::after,
.product-card .btn::after {
  content: "" !important;
  position: absolute !important;
  top: -80% !important;
  left: -35% !important;
  width: 34% !important;
  height: 250% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent) !important;
  transform: rotate(22deg) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: left 0.55s ease, opacity 0.25s ease !important;
}

.products-grid .product .btn:hover,
.products-grid .product_item .btn:hover,
.products-grid .product-box .btn:hover,
.products-grid .productBox .btn:hover,
.products-grid .prod_box .btn:hover,
.products-grid .product-card .btn:hover,
.featured_products .product .btn:hover,
.featured_products .product_item .btn:hover,
.featured_products .product-box .btn:hover,
.featured_products .productBox .btn:hover,
.featured_products .prod_box .btn:hover,
.featured_products .product-card .btn:hover,
#featured_products .product .btn:hover,
#featured_products .product_item .btn:hover,
#featured_products .product-box .btn:hover,
#featured_products .productBox .btn:hover,
#featured_products .prod_box .btn:hover,
#featured_products .product-card .btn:hover,
.product .btn:hover,
.product_item .btn:hover,
.product-box .btn:hover,
.productBox .btn:hover,
.prod_box .btn:hover,
.product-card .btn:hover {
  border-color: #f0cf93 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #a86229 0%, #7a451c 55%, #4d260d 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow:
    0 14px 28px rgba(122, 69, 28, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 22px rgba(217, 180, 110, 0.32) !important;
}

.products-grid .product .btn:hover::after,
.products-grid .product_item .btn:hover::after,
.products-grid .product-box .btn:hover::after,
.products-grid .productBox .btn:hover::after,
.products-grid .prod_box .btn:hover::after,
.products-grid .product-card .btn:hover::after,
.featured_products .product .btn:hover::after,
.featured_products .product_item .btn:hover::after,
.featured_products .product-box .btn:hover::after,
.featured_products .productBox .btn:hover::after,
.featured_products .prod_box .btn:hover::after,
.featured_products .product-card .btn:hover::after,
#featured_products .product .btn:hover::after,
#featured_products .product_item .btn:hover::after,
#featured_products .product-box .btn:hover::after,
#featured_products .productBox .btn:hover::after,
#featured_products .prod_box .btn:hover::after,
#featured_products .product-card .btn:hover::after,
.product .btn:hover::after,
.product_item .btn:hover::after,
.product-box .btn:hover::after,
.productBox .btn:hover::after,
.prod_box .btn:hover::after,
.product-card .btn:hover::after {
  left: 108% !important;
  opacity: 1 !important;
}

/* Keep Details + Buy aligned and equal on small screens */
@media (max-width: 640px) {
  .products-grid .product .btn,
  .products-grid .product_item .btn,
  .products-grid .product-box .btn,
  .products-grid .productBox .btn,
  .products-grid .prod_box .btn,
  .products-grid .product-card .btn,
  .featured_products .product .btn,
  .featured_products .product_item .btn,
  .featured_products .product-box .btn,
  .featured_products .productBox .btn,
  .featured_products .prod_box .btn,
  .featured_products .product-card .btn,
  #featured_products .product .btn,
  #featured_products .product_item .btn,
  #featured_products .product-box .btn,
  #featured_products .productBox .btn,
  #featured_products .prod_box .btn,
  #featured_products .product-card .btn,
  .product .btn,
  .product_item .btn,
  .product-box .btn,
  .productBox .btn,
  .prod_box .btn,
  .product-card .btn {
    min-width: 112px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    font-size: 12px !important;
    margin: 7px 4px 0 !important;
  }
}


/* ======================================================
   CORIODERMINA® FOOTER POLICY TABS FIX
   Makes Privacy + Terms match each other
   Safe: only targets Privacy and Terms store policy links
   ====================================================== */

a[data-lang="Privacy"][title="Privacy"],
a[data-lang="Terms"][title="Terms"],
a[href*="storepageWwC8r.aspx"][title="Privacy"],
a[href*="storepageuReR7.aspx"][title="Terms"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 116px !important;
  min-height: 42px !important;
  margin: 5px 6px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 1px solid #d9b46e !important;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.18), transparent 34%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%) !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.45px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow:
    0 8px 18px rgba(122, 69, 28, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 14px rgba(217, 180, 110, 0.20) !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease !important;
}

a[data-lang="Privacy"][title="Privacy"]:hover,
a[data-lang="Terms"][title="Terms"]:hover,
a[href*="storepageWwC8r.aspx"][title="Privacy"]:hover,
a[href*="storepageuReR7.aspx"][title="Terms"]:hover {
  border-color: #f0cf93 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #a86229 0%, #7a451c 55%, #4d260d 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
  box-shadow:
    0 12px 24px rgba(122, 69, 28, 0.30),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 20px rgba(217, 180, 110, 0.32) !important;
}

a[data-lang="Privacy"][title="Privacy"]:focus,
a[data-lang="Terms"][title="Terms"]:focus,
a[href*="storepageWwC8r.aspx"][title="Privacy"]:focus,
a[href*="storepageuReR7.aspx"][title="Terms"]:focus {
  outline: 3px solid rgba(217, 180, 110, 0.65) !important;
  outline-offset: 3px !important;
}

/* ======================================================
   CORIODERMINA® SHOP BY CATEGORY DROPDOWN CHEESE
   Sequential dropdown CTAs for category tabs
   Safe scope: only targets .corio-shop-dropdown area
   ====================================================== */

.corio-products-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  margin: 0 -10px !important;
  text-align: left !important;
  overflow: visible !important;
}

.corio-products-grid::after {
  content: none !important;
  display: none !important;
}

.corio-product-card {
  float: none !important;
  width: 25% !important;
  padding: 10px !important;
  display: flex !important;
  overflow: visible !important;
}

.corio-card-shell {
  position: relative !important;
  width: 100% !important;
  min-height: 340px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
}

.corio-card-copy {
  flex: 1 1 auto !important;
}

/* Dropdown wrapper */
.corio-shop-dropdown {
  position: relative !important;
  z-index: 20 !important;
  width: 100% !important;
  margin-top: auto !important;
}

/* Remove default browser triangle */
.corio-shop-dropdown summary {
  list-style: none !important;
}

.corio-shop-dropdown summary::-webkit-details-marker {
  display: none !important;
}

/* Main dropdown button */
.corio-shop-dropdown > summary.corio-btn {
  width: 100% !important;
  min-height: 58px !important;
  height: 58px !important;
  margin-top: 0 !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  border: 2px solid #d9b46e !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.18), transparent 34%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.35px !important;
  text-transform: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-shadow:
    0 10px 22px rgba(122, 69, 28, 0.23),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 16px rgba(217, 180, 110, 0.22) !important;
}

.corio-shop-dropdown > summary.corio-btn:hover {
  border-color: #f0cf93 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #a86229 0%, #7a451c 55%, #4d260d 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow:
    0 14px 28px rgba(122, 69, 28, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 22px rgba(217, 180, 110, 0.32) !important;
}

.corio-shop-dropdown .corio-btn-text {
  display: inline-block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.corio-shop-dropdown .corio-btn-arrow {
  flex: 0 0 auto !important;
  min-width: 22px !important;
  margin-left: 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  text-align: right !important;
  transition: transform 0.22s ease !important;
}

.corio-shop-dropdown[open] .corio-btn-arrow {
  transform: rotate(180deg) !important;
}

/* Dropdown menu */
.corio-dropdown-menu {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 10px) !important;
  z-index: 9999 !important;
  max-height: 320px !important;
  overflow-y: auto !important;
  padding: 10px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(217, 180, 110, 0.75) !important;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7ead7 100%) !important;
  box-shadow:
    0 18px 38px rgba(74, 47, 27, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset !important;
}

/* Dropdown links in sequential order */
.corio-dropdown-menu a {
  display: block !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(122, 69, 28, 0.12) !important;
  color: #3a2415 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0.1px !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease !important;
}

.corio-dropdown-menu a:last-child {
  margin-bottom: 0 !important;
}

.corio-dropdown-menu a:hover,
.corio-dropdown-menu a:focus {
  background:
    linear-gradient(180deg, #9b5b25 0%, #7a451c 58%, #5a2f12 100%) !important;
  border-color: #d9b46e !important;
  color: #ffffff !important;
  transform: translateX(2px) !important;
  outline: none !important;
}

/* Keep open card above neighboring cards */
.corio-product-card:has(.corio-shop-dropdown[open]) {
  z-index: 999 !important;
}

/* Fallback for browsers without :has */
.corio-shop-dropdown[open] {
  z-index: 9999 !important;
}

/* Tablet */
@media (max-width: 980px) {
  .corio-product-card {
    width: 50% !important;
  }

  .corio-card-shell {
    min-height: 320px !important;
  }

  .corio-dropdown-menu {
    max-height: 300px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .corio-product-card {
    width: 100% !important;
  }

  .corio-card-shell {
    min-height: 0 !important;
  }

  .corio-shop-dropdown > summary.corio-btn {
    height: 56px !important;
    min-height: 56px !important;
    font-size: 14px !important;
  }

  .corio-dropdown-menu {
    position: static !important;
    margin-top: 10px !important;
    max-height: none !important;
  }

  .corio-dropdown-menu a {
    font-size: 13px !important;
    padding: 11px 12px !important;
  }
}

/* ======================================================
   CORIODERMINA® HEADER DROPDOWN TAB CHEESE
   Matches View Products + Store Links to Shop by Category
   Safe scope: targets dropdown tabs with .icon_down_arrow
   Replaces older yellow/white dropdown residue
   ====================================================== */

.products_btn {
  position: relative !important;
  z-index: 10050 !important;
  overflow: visible !important;
  display: inline-block !important;
  width: auto !important;
  margin: 2px !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Main header dropdown tabs: View Products + Store Links */
.products_btn > a,
#main_nav a[href="#"]:has(.icon_down_arrow),
#main_nav li > a[href="#"]:has(.icon_down_arrow),
nav a[href="#"]:has(.icon_down_arrow),
.menu a[href="#"]:has(.icon_down_arrow),
.header a[href="#"]:has(.icon_down_arrow) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-width: 150px !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  margin: 3px 4px !important;
  border-radius: 999px !important;
  border: 2px solid #d9b46e !important;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.18), transparent 34%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%) !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.35px !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow:
    0 10px 22px rgba(122, 69, 28, 0.23),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 16px rgba(217, 180, 110, 0.22) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: translateZ(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease !important;
}

/* Fallback for stores/browsers where :has() is stripped or not applied */
#main_nav li > a[href="#"] .icon_down_arrow,
nav li > a[href="#"] .icon_down_arrow,
.menu li > a[href="#"] .icon_down_arrow,
.header li > a[href="#"] .icon_down_arrow {
  color: inherit !important;
}

/* Hover state: same premium effect as Shop by Category */
.products_btn > a:hover,
.products_btn:hover > a,
.products_btn:focus-within > a,
#main_nav a[href="#"]:has(.icon_down_arrow):hover,
#main_nav li:hover > a[href="#"]:has(.icon_down_arrow),
nav a[href="#"]:has(.icon_down_arrow):hover,
.menu a[href="#"]:has(.icon_down_arrow):hover,
.header a[href="#"]:has(.icon_down_arrow):hover {
  border-color: #f0cf93 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #a86229 0%, #7a451c 55%, #4d260d 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
  box-shadow:
    0 14px 28px rgba(122, 69, 28, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 22px rgba(217, 180, 110, 0.32) !important;
}

/* Arrow cleanup, including Google Translate nested font tags */
.products_btn .icon_down_arrow,
.products_btn .icon_down_arrow *,
#main_nav .icon_down_arrow,
#main_nav .icon_down_arrow *,
nav .icon_down_arrow,
nav .icon_down_arrow *,
.menu .icon_down_arrow,
.menu .icon_down_arrow *,
.header .icon_down_arrow,
.header .icon_down_arrow * {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}

/* Arrow rotation on hover */
.products_btn:hover .icon_down_arrow,
#main_nav li:hover > a .icon_down_arrow,
nav li:hover > a .icon_down_arrow,
.menu li:hover > a .icon_down_arrow,
.header li:hover > a .icon_down_arrow {
  transform: rotate(180deg) !important;
  transition: transform 0.22s ease !important;
}

/* Keep header dropdowns above page content */
.products_btn,
.products_btn *,
#main_nav,
#main_nav li,
nav,
nav li,
.menu,
.menu li,
.header,
.header li,
.top-bar,
.top-right {
  overflow: visible !important;
}

/* Dropdown menu layer */
.products_btn ul,
.products_btn .dropdown,
.products_btn .sub_menu,
.products_btn .submenu,
.products_btn .products_dropdown,
.products_btn .products-menu,
#main_nav ul.dropdown,
#main_nav .dropdown,
#main_nav .sub_menu,
#main_nav .submenu,
nav ul,
nav .dropdown,
.menu ul,
.menu .dropdown,
.header ul,
.header .dropdown {
  z-index: 10060 !important;
}

/* Dropdown menu links: cream background + brown text */
.products_btn ul a,
.products_btn .dropdown a,
.products_btn .sub_menu a,
.products_btn .submenu a,
.products_btn .products_dropdown a,
.products_btn .products-menu a,
#main_nav ul.dropdown a,
#main_nav .dropdown a,
#main_nav .sub_menu a,
#main_nav .submenu a,
nav ul a,
nav .dropdown a,
.menu ul a,
.menu .dropdown a,
.header ul a,
.header .dropdown a {
  background: linear-gradient(180deg, #fffdf8 0%, #f7ead7 100%) !important;
  color: #3a2415 !important;
  border: 1px solid rgba(122, 69, 28, 0.12) !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
}

/* Dropdown menu link hover: caramel like category dropdown */
.products_btn ul a:hover,
.products_btn .dropdown a:hover,
.products_btn .sub_menu a:hover,
.products_btn .submenu a:hover,
.products_btn .products_dropdown a:hover,
.products_btn .products-menu a:hover,
#main_nav ul.dropdown a:hover,
#main_nav .dropdown a:hover,
#main_nav .sub_menu a:hover,
#main_nav .submenu a:hover,
nav ul a:hover,
nav .dropdown a:hover,
.menu ul a:hover,
.menu .dropdown a:hover,
.header ul a:hover,
.header .dropdown a:hover {
  background:
    linear-gradient(180deg, #9b5b25 0%, #7a451c 58%, #5a2f12 100%) !important;
  border-color: #d9b46e !important;
  color: #ffffff !important;
  transform: translateX(2px) !important;
}

/* Mobile comfort */
@media (max-width: 640px) {
  .products_btn > a,
  #main_nav a[href="#"]:has(.icon_down_arrow),
  #main_nav li > a[href="#"]:has(.icon_down_arrow),
  nav a[href="#"]:has(.icon_down_arrow),
  .menu a[href="#"]:has(.icon_down_arrow),
  .header a[href="#"]:has(.icon_down_arrow) {
    min-width: 132px !important;
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 12px !important;
  }
}


/* ======================================================
   CORIODERMINA® TRANSLATED PRIVACY + TERMS FIX
   Prevents Google Translate from turning policy tabs white
   Targets original links + translated <font> wrappers
   ====================================================== */

a[data-lang="Privacy"],
a[data-lang="Terms"],
a[title="Privacy"],
a[title="Terms"],
a[href*="storepageWwC8r.aspx"],
a[href*="storepageuReR7.aspx"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 116px !important;
  min-height: 42px !important;
  margin: 5px 6px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 1px solid #d9b46e !important;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.18), transparent 34%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%) !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.45px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow:
    0 8px 18px rgba(122, 69, 28, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 14px rgba(217, 180, 110, 0.20) !important;
}

/* Force translated Google <font> text to inherit the button color */
a[data-lang="Privacy"] font,
a[data-lang="Terms"] font,
a[title="Privacy"] font,
a[title="Terms"] font,
a[href*="storepageWwC8r.aspx"] font,
a[href*="storepageuReR7.aspx"] font {
  color: #ffffff !important;
  background: transparent !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

/* Hover state */
a[data-lang="Privacy"]:hover,
a[data-lang="Terms"]:hover,
a[title="Privacy"]:hover,
a[title="Terms"]:hover,
a[href*="storepageWwC8r.aspx"]:hover,
a[href*="storepageuReR7.aspx"]:hover {
  border-color: #f0cf93 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #a86229 0%, #7a451c 55%, #4d260d 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
  box-shadow:
    0 12px 24px rgba(122, 69, 28, 0.30),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 20px rgba(217, 180, 110, 0.32) !important;
}

a[data-lang="Privacy"]:hover font,
a[data-lang="Terms"]:hover font,
a[title="Privacy"]:hover font,
a[title="Terms"]:hover font,
a[href*="storepageWwC8r.aspx"]:hover font,
a[href*="storepageuReR7.aspx"]:hover font {
  color: #ffffff !important;
}



/* ======================================================
   CORIODERMINA® SHIPPING + STORE LINKS SAME ROW FIX
   Keeps Store Links directly beside Shipping instead of below it.
   ====================================================== */

/* Keep main nav items inline */
#main_nav > ul > li {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
  position: relative !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
  white-space: nowrap !important;
}

/* Specifically keep Shipping inline */
#main_nav > ul > li:has(> a[href="https://www.coriodermina.com/page/shipping"]) {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
}

/* Specifically keep Store Links inline */
#main_nav > ul > li:has(> a[href="#"] .icon_down_arrow),
#main_nav > ul > li:has(> a[title="Store Links"]),
#main_nav > ul > li:has(> a[data-lang="Store Links"]) {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
  margin-left: 3px !important;
  margin-right: 0 !important;
  white-space: nowrap !important;
}

/* Make Store Links button slightly tighter so it fits beside Shipping */
#main_nav > ul > li:has(> a[href="#"] .icon_down_arrow) > a,
#main_nav > ul > li:has(> a[title="Store Links"]) > a,
#main_nav > ul > li:has(> a[data-lang="Store Links"]) > a {
  min-width: 122px !important;
  max-width: 140px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Keep dropdown under Store Links */
#main_nav > ul > li:has(> a[href="#"] .icon_down_arrow) .dropdown,
#main_nav > ul > li:has(> a[title="Store Links"]) .dropdown,
#main_nav > ul > li:has(> a[data-lang="Store Links"]) .dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  z-index: 10060 !important;
}

/* Prevent old float-right rules from returning */
#main_nav ul > li:last-child {
  float: none !important;
  margin-right: 0 !important;
}


/* ======================================================
   CORIODERMINA® PREMIUM GOOGLE TRANSLATE - CLEAN + INTERACTIVE
   Floating site-wide translate button, premium hover behavior,
   hidden Google top bar only, and fully clickable language menu.
   Important: do NOT add a broad ".skiptranslate iframe {display:none}"
   rule because that can make the language menu look static.
   ====================================================== */

/* Floating Translate container */
#corio-google-translate {
  position: fixed !important;
  right: 16px !important;
  bottom: 18px !important;
  z-index: 100000 !important;
  width: 205px !important;
  max-width: calc(100vw - 32px) !important;
  padding: 12px 14px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at top left, rgba(247, 230, 178, 0.18), transparent 34%),
    linear-gradient(135deg, #050403 0%, #1c120a 45%, #8a5a24 100%) !important;
  border: 1px solid rgba(247, 230, 178, 0.48) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transform: translateZ(0) !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease !important;
}

#corio-google-translate:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(240, 207, 147, 0.85) !important;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 22px rgba(217, 180, 110, 0.28) !important;
}

#corio-google-translate:active {
  transform: translateY(0) scale(0.98) !important;
}

/* Translate label */
.corio-translate-label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #f7e6b2 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 1.4px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
}

/* Google element wrapper */
#google_translate_element {
  display: block !important;
  width: 100% !important;
  pointer-events: auto !important;
}

#google_translate_element .skiptranslate,
#google_translate_element .goog-te-gadget {
  display: block !important;
  width: 100% !important;
  color: transparent !important;
  font-size: 0 !important;
  pointer-events: auto !important;
}

/* Google simple dropdown button */
#google_translate_element .goog-te-gadget-simple {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 38px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7ead7 100%) !important;
  border: 1px solid rgba(217, 180, 110, 0.75) !important;
  color: #3a2415 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease !important;
}

#google_translate_element .goog-te-gadget-simple:hover {
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.24), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f3dfbd 100%) !important;
  border-color: #f0cf93 !important;
  transform: translateY(-1px) !important;
  box-shadow:
    0 10px 22px rgba(122, 69, 28, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.90) !important;
}

/* Actual Google clickable link */
#google_translate_element .goog-te-gadget-simple a,
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  color: #3a2415 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.2px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition:
    transform 0.22s ease,
    color 0.22s ease !important;
}

/* Google may wrap translated/current language text in spans or font tags */
#google_translate_element .goog-te-gadget-simple span,
#google_translate_element .goog-te-gadget-simple font,
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span,
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed font {
  color: #3a2415 !important;
  background: transparent !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  pointer-events: auto !important;
}

/* Arrow movement */
#google_translate_element .goog-te-gadget-simple span[aria-hidden="true"],
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span[aria-hidden="true"] {
  display: inline-block !important;
  color: #8a5a24 !important;
  transition: transform 0.22s ease !important;
}

#google_translate_element .goog-te-gadget-simple:hover span[aria-hidden="true"],
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed:hover span[aria-hidden="true"] {
  transform: rotate(180deg) !important;
}

/* Remove only the Google G icon, not the clickable menu */
#google_translate_element .goog-te-gadget-icon,
#google_translate_element img.goog-te-gadget-icon,
#google_translate_element img[src*="google.com/images/cleardot.gif"].goog-te-gadget-icon,
#google_translate_element img[style*="te_ctrl3.gif"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
  pointer-events: none !important;
}

/* Hide tiny Google spacer images while keeping the dropdown link active */
#google_translate_element .goog-te-gadget-simple img:not(.goog-te-gadget-icon) {
  display: none !important;
  pointer-events: none !important;
}

/* Focus state for accessibility */
#google_translate_element .goog-te-gadget-simple:focus-within,
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed:focus {
  outline: 3px solid rgba(217, 180, 110, 0.65) !important;
  outline-offset: 3px !important;
}

/* Hide Google Translate top bar/tooltip only.
   Do not hide all skiptranslate iframes. */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.skiptranslate.goog-te-banner-frame,
iframe[class*="goog-te-banner"],
iframe[class*="VIpgJd-ZVi9od-ORHb"],
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
}

/* Prevent Google Translate from pushing the page down */
html,
body {
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  #corio-google-translate {
    right: 12px !important;
    bottom: 12px !important;
    width: 190px !important;
    max-width: calc(100vw - 24px) !important;
    padding: 10px 12px !important;
    border-radius: 20px !important;
  }

  .corio-translate-label {
    font-size: 9px !important;
    letter-spacing: 1px !important;
  }

  #google_translate_element .goog-te-gadget-simple,
  #google_translate_element .goog-te-gadget-simple a,
  #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed,
  #google_translate_element .goog-te-gadget-simple span,
  #google_translate_element .goog-te-gadget-simple font {
    font-size: 11px !important;
  }
}




/* ======================================================
   CORIODERMINA® BLOG BUTTON + TAG CARAMEL FIX
   Restores blog Read More + article tags to caramel theme
   ====================================================== */

/* Read More button text */
.home_blog_container .read_more.btn,
.home_blog_container .read_more.btn span,
.read_more.btn,
.read_more.btn span,
span[data-lang="Read More"] {
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* Read More button shell */
.home_blog_container .read_more.btn,
.read_more.btn,
a.read_more,
a.read_more.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 11px 20px !important;
  border-radius: 999px !important;
  border: 2px solid #d9b46e !important;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.18), transparent 34%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 8px 18px rgba(122, 69, 28, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 14px rgba(217, 180, 110, 0.20) !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease !important;
}

/* Read More hover */
.home_blog_container .read_more.btn:hover,
.read_more.btn:hover,
a.read_more:hover,
a.read_more.btn:hover {
  border-color: #f0cf93 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #a86229 0%, #7a451c 55%, #4d260d 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
  box-shadow:
    0 12px 24px rgba(122, 69, 28, 0.30),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 20px rgba(217, 180, 110, 0.32) !important;
}

.home_blog_container .read_more.btn:hover span,
.read_more.btn:hover span,
span[data-lang="Read More"]:hover {
  color: #ffffff !important;
}

/* Blog article tags */
.home_blog_container .blog_article_tag,
.blog_article_tag,
a.blog_article_tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 6px 4px 0 !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  border: 1px solid #d9b46e !important;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 190, 0.16), transparent 34%),
    linear-gradient(180deg, #fff8ec 0%, #f3dfbd 100%) !important;
  color: #7a451c !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.35px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow:
    0 6px 14px rgba(122, 69, 28, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease !important;
}

/* Blog tag hover */
.home_blog_container .blog_article_tag:hover,
.blog_article_tag:hover,
a.blog_article_tag:hover {
  border-color: #f0cf93 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 241, 210, 0.22), transparent 36%),
    linear-gradient(180deg, #9b5b25 0%, #7a451c 56%, #5a2f12 100%) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
  box-shadow:
    0 10px 20px rgba(122, 69, 28, 0.25),
    0 0 18px rgba(217, 180, 110, 0.26) !important;
}

/* Mobile comfort */
@media (max-width: 640px) {
  .home_blog_container .read_more.btn,
  .read_more.btn,
  a.read_more,
  a.read_more.btn {
    min-height: 40px !important;
    padding: 10px 16px !important;
    font-size: 11px !important;
  }

  .home_blog_container .blog_article_tag,
  .blog_article_tag,
  a.blog_article_tag {
    font-size: 10.5px !important;
    padding: 6px 10px !important;
  }
}


/* Remove default “Welcome to” styling/visibility issue if Freewebstore injects it */
#welcome_txt {
  font-size: 0 !important;
}

#welcome_txt::after {
  content: "Coriodermina® Official Website";
  font-family: "Caslon Graphique", "Big Caslon", "Libre Caslon Display", Georgia, serif;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  display: block;
  color: #2f262b;
}