.elementor-kit-10{--e-global-color-primary:#5A6B53;--e-global-color-secondary:#A08C75;--e-global-color-text:#333333;--e-global-color-accent:#E8E3DF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;font-family:"Jost", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-10 h1{font-family:"Cormorant Garamond", Sans-serif;font-size:64px;font-weight:300;}.elementor-kit-10 h2{font-family:"Cormorant Garamond", Sans-serif;font-size:48px;font-weight:400;}.elementor-kit-10 h3{font-family:"Cormorant Garamond", Sans-serif;font-size:28px;font-weight:400;}.elementor-kit-10 h4{font-family:"Cormorant Garamond", Sans-serif;font-size:20px;font-weight:500;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === GLOBAL STYLES - PASTE IN ELEMENTOR > CUSTOM CSS === */

:root {
  --aff-primary: #E8B4B8;
  --aff-primary-dark: #D4A5A5;
  --aff-text: #4A4A4A;
  --aff-heading: #2C2C2C;
  --aff-bg-alt: #FAF7F7;
  --aff-border: #E8E8E8;
  --aff-radius: 8px;
  --aff-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Buttons */
.aff-btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--aff-primary); color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.5px;
  padding: 16px 32px; border-radius: 4px; border: none;
  text-decoration: none !important; transition: all 0.3s ease;
}
.aff-btn-primary:hover { background: var(--aff-primary-dark); transform: translateY(-2px); }

.aff-btn-amazon {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, #FF9900 0%, #FF8C00 100%);
  color: #FFFFFF !important; font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 700; padding: 16px 32px;
  border-radius: 4px; text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
  transition: all 0.3s ease;
}
.aff-btn-amazon:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 153, 0, 0.4); }
.aff-btn-amazon::before { content: "🛒"; font-size: 18px; }

/* Cards */
.aff-card {
  background: #FFFFFF; border-radius: var(--aff-radius);
  overflow: hidden; box-shadow: var(--aff-shadow);
  transition: all 0.3s ease; height: 100%;
}
.aff-card:hover { transform: translateY(-8px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }

/* Product Card */
.aff-product-card { background: #FFFFFF; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.aff-product-card:hover { transform: translateY(-8px); }
.aff-product-image { position: relative; aspect-ratio: 1; background: #F8F8F8; padding: 20px; }
.aff-product-image img { width: 100%; height: 100%; object-fit: contain; }
.aff-product-badge { position: absolute; top: 16px; left: 16px; background: var(--aff-primary); color: #FFFFFF; font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 6px 12px; border-radius: 20px; }
.aff-product-content { padding: 20px; }
.aff-product-brand { font-size: 12px; font-weight: 600; text-transform: uppercase; color: var(--aff-primary-dark); }
.aff-product-title { font-size: 18px; font-weight: 600; margin: 8px 0; }
.aff-stars { color: #FFB800; letter-spacing: 1px; }
.aff-product-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--aff-border); }

/* Disclosure */
.aff-disclosure-mini { font-size: 10px; color: #888; background: #F5F5F5; padding: 4px 8px; border-radius: 4px; }

/* Mobile */
@media (max-width: 768px) {
  .aff-btn-primary, .aff-btn-amazon { width: 100%; justify-content: center; }
}/* End custom CSS */