.elementor-kit-19{--e-global-color-primary:#FADADD;--e-global-color-secondary:#E5D3C9;--e-global-color-text:#4E3B31;--e-global-color-accent:#D4AF37;--e-global-color-78dfc0e5:#FFF;--e-global-color-06e7425:#898989;--e-global-color-7519a6d:#FFFCFA;--e-global-color-93511ef:#FFEEED;--e-global-color-313ca5d:#F9C5D1;--e-global-color-f03103f:#FFC9CB;--e-global-color-99f04a9:#FF9DB4;--e-global-color-bdcc171:#FE9BA3;--e-global-color-2e15df2:#F46F8E;--e-global-color-3a385ed:#E84870;--e-global-color-530ac18:#FAD489;--e-global-color-7676028:#FFD700;--e-global-color-54ab637:#FCA68D;--e-global-color-70d4ea8:#C68D7A;--e-global-color-6e85336:#B7725B;--e-global-color-c2c0c0e:#3B2A24;--e-global-color-fec36aa:#4B3621;--e-global-color-96f241a:#3A2D2D;--e-global-color-07f5daf:#BAE8D4;--e-global-color-6c51c0b:#000000;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:#A1A1A1;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;line-height:24px;letter-spacing:0px;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19 a{color:#000000;font-size:14px;}.elementor-kit-19 a:hover{color:#7E5A4E;}.elementor-kit-19 h1{color:var( --e-global-color-primary );font-family:"Oswald", Sans-serif;font-size:72px;}.elementor-kit-19 h2{color:var( --e-global-color-primary );font-family:"Oswald", Sans-serif;font-size:36px;}.elementor-kit-19 h3{color:#7E5A4E;font-family:"Oswald", Sans-serif;font-size:18px;font-weight:bold;text-transform:uppercase;line-height:1.2em;}.elementor-kit-19 h4{color:var( --e-global-color-primary );font-family:"Oswald", Sans-serif;font-size:30px;}.elementor-kit-19 h5{color:#7E5A4E;font-family:"Oswald", Sans-serif;font-size:18px;font-weight:bold;text-transform:uppercase;}.elementor-kit-19 h6{color:var( --e-global-color-secondary );font-family:"Italianno", Sans-serif;font-size:30px;text-transform:capitalize;line-height:26px;letter-spacing:1.5px;}.elementor-kit-19 label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-19 input:not([type="button"]):not([type="submit"]),.elementor-kit-19 textarea,.elementor-kit-19 .elementor-field-textual{color:var( --e-global-color-text );padding:13px 0px 13px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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-kit-19 label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-19 h2{font-size:30px;}.elementor-kit-19 label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Gold Gradient Luxury Button */
.gold-gradient-btn {
  background: linear-gradient(90deg, #FFD700, #FFB700);
  color: #000000;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
  transition: background 0.4s ease, transform 0.3s ease;
  border: none;
}
.gold-gradient-btn:hover {
  background: linear-gradient(270deg, #FFD700, #FFB700);
  transform: scale(1.05);
}

/* 2. Glassy Gold Outline Button */
.glassy-outline-btn {
  background: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.glassy-outline-btn:hover {
  background: linear-gradient(90deg, #FFD700, #FFB700);
  color: #000000;
}

/* 3. Black & Gold Invert Button */
.black-gold-btn {
  background: #000000;
  color: #FFD700;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.black-gold-btn:hover {
  background: linear-gradient(90deg, #FFD700, #FFB700);
  color: #000000;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* 4. Metallic 3D Gold Button */
.metallic-gold-btn {
  background: linear-gradient(145deg, #FFD700, #FFC300);
  color: #000000;
  border-radius: 12px;
  box-shadow:
    inset 2px 2px 4px rgba(255, 255, 255, 0.5),
    inset -2px -2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.metallic-gold-btn:hover {
  transform: rotateX(5deg);
}


/* 5. Animated Gold Shine Button */
/* Animated Gold Shine Button – Elementor Safe */
.animated-shine-btn {
  border-radius: 50px;
  position: relative;
  overflow: hidden; /* This is crucial */
  display: inline-block;
}


.animated-shine-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 200%;
  height: 100%;

  /* === THE FIX IS HERE === */
  /* This creates a narrow, focused shine instead of a wide, soft one. */
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 70%
  );
 
  animation: shine 2.5s infinite linear;

 
}
@keyframes shine {
  to {
    /* Move the shine element completely across and off-screen to the right */
    transform: translateX(100%);
  }
}
/*hide the space in the mini cart */
.usk-cart-button-text{
    display:none;
}/* End custom CSS */