/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*


 */

#footer {
  border-top: solid 1px #000;
  border-bottom: solid 2px #000;
}

@font-face {
  font-family: "Harrington";
  src: url(HARNGTON-4a0f0341ea73e9bee16bec3472dd231bd627afdb17b9af3893d4e78e2f380c7b.TTF) format('truetype');
}

/* ----- Basic Content -----*/

body {
  background: #c7b299;
  font-family: Harrington, Papyrus, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  overflow-x: hidden;
}

.center {
  text-align: center;
  margin: auto;
  display: block;
}

.image_hover_div {
  position: relative;
}

.image_hover_div img.hover_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}

.image_hover_div img.main_hover_img {
  transition: opacity .2s;
}

.image_hover_div:hover img.hover_img {
  opacity: 1;
}

.image_hover_div:hover img.main_hover_img {
  opacity: 0;
}

.image_hover_highlight:hover {
  filter: brightness(120%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -moz-transform: scale(1.05);
  -o-filter: brightness(120%);
  -o-transform: scale(1.05);
  -ms-filter: brightness(120%);
  -ms-transform: scale(1.05);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.text_hover_highlight:hover {
  color: #003300;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:link,
a:visited {
  color: #800000;
}

a:hover {
  color: #006600;
}

h1 {
  color: #660000;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  line-height: 20px;
}

h2 {
  color: #006600;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  line-height: 20px;
}

h3 {
  color: #003300;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  line-height: 20px;
}

h4 {
  color: #800000;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  line-height: 20px;
}

h5 {
  color: #003300;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  line-height: 20px;
}

h6 {
  color: #800000;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  line-height: 20px;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-indent: 30px;
  font-size: 14px;
  color: #660000;
  line-height: 1.5;
}


.LightingItem {
  margin-bottom: 50px;
}

.LightingItem h2 {
  font-size: 20px;
  line-height: 16px;
  display: inline;
  text-decoration: underline;
}

.InfoH1::before {
  background: url(main_images/Ornaments/header_left-da5b2a428b0fa31d35d78b61443ba2c7f27807955a88a82be3a002611fe72a5d.png) no-repeat;
  content: '';
  display: inline-block;
  height: 30px;
  width: 32px;
  margin-right: 15px;
  margin-bottom: -5px;
}

.InfoH1::after {
  background: url(main_images/Ornaments/header_right-2f1da8f1c5f13af7729caaf10802cb70afaf4c5b115abaac02821819b6e5144c.png) no-repeat;
  content: '';
  display: inline-block;
  height: 30px;
  width: 32px;
  margin-left: 15px;
  margin-bottom: -5px;
}

.LightingItem h3 {
  font-size: 18px;
  display: inline;
  line-height: 16px;
  text-decoration: underline;
}

.LightingItem p {
  display: inline;
}

.InfoDiv {
  width: 75%;
  margin: auto;
  margin-bottom: 80px;
}

.right {
  float: right;
}

.left {
  float: left;
}



/* ----- Header Content -----*/

#mainHeader {
  width: 950px;
  margin: 0px auto;
  position: relative;
  /* Added for snowfall containment */
  overflow: visible;
  /* Ensure snow doesn't spill out */
}

#lampHeader {
  background-repeat: no-repeat;
  background-position: left center;
  height: 120px;
  width: 950px;
  margin: 20px auto;
}

.mainHeaderRight {
  margin-top: 10px;
  margin-bottom: 10px;
}

#header {
  margin: 0px auto 10px auto;
  width: 915px;
  /* Match body width */
  position: relative;
  text-align: center;
  /* Ensure images remain centered */
  z-index: 100;
  /* Ensure snow (children) falls ABOVE nav but BELOW body (1001) */
  overflow: visible;
}

/* ----- Nav Content -----*/



#nav {
  background: #22356f;
  margin: 0 auto;
  height: 86px;
  float: right;
  margin-top: 210px;
}

#nav_s {
  background: #22356f;
  margin: 0 auto;
  height: 69px;
  width: 650px;
  float: right;
  margin-top: 251px;
}

.nav_ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  margin-left: 35px;

}

.nav-c {
  margin: 0px auto;
  height: 60px;
  width: 750px;
  display: flex;
  justify-content: center;
}

.nav-c li {
  float: left;
  height: 50px;
  width: 170px;
  margin-top: 2px;
}

.nav-adjusted {
  margin-left: -20px;
}

#villaNav {
  position: relative;
  right: 40px;
}

/* ----- Main Content -----*/

#mainContent {
  background: #f9dfc0;
  border-radius: 10px;
  border: solid 1px grey;
  width: 915px;
  margin: 0px auto;
  margin-bottom: 22px;
  padding: 20px;
  padding-left: 30px;
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1001;
  /* Ensure body covers falling snow */
  box-shadow: 10px 10px 5px #888888;
}

#mainContent::before {
  content: '';
  background-image: url(main_images/Ornaments/TopOrnament-b9d971c52ec88124620868c9d8da6564a619c35161b9f660d3a0bef309594a28.png);
  height: 100px;
  width: 955px;
  position: absolute;
  margin: auto;
  float: right;
  margin-top: -45px;
  margin-left: -25px;
  margin-bottom: 50px;
}

#bottom_ornament {
  margin-top: -50px;
  margin-left: -20px;
  margin-bottom: -15px;
}

#bottom_ornament_left {
  float: left;
  margin-top: -100px;
  margin-left: -25px;
}

#bottom_ornament_right {
  float: right;
  margin-top: -100px;
  margin-right: -15px;
}

#footer {
  width: 915px;
  font-size: 10px;
  clear: both;
  margin: 20px auto 20px;
  padding: 0px 0px 20px 20px;
  color: #22356f;
  text-align: center;
  position: relative;
}

#footer p {
  text-align: center;
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  font-family: Harrington, Papyrus, Helvetica, sans-serif;
}

#footer_logo {
  margin-bottom: 10px;
}

.BorderedDiv {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
}

/* ----- Image Styles -----*/


.ImgDropShadow {
  box-shadow: 5px 5px 5px #888888;
  margin: 5px 15px 15px 5px;
}

.BorderedImg {
  border: 2px solid #999;
  border-bottom-color: #EEE;
  border-right-color: #EEE;
  box-shadow: 10px 10px 5px #888888;
  margin: 5px 20px 15px 10px;
  border-radius: 10px;
}

.LampTextDiv {
  text-align: center;
}

.LampTextDiv h1 {
  text-decoration: underline;
  font-weight: bold;
  line-height: 2em;
  font-size: 32px;
}

.LampTextDiv h2 {
  color: #000066;
  font-size: 18px;
}


#LogoDiv {
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}

.LampImageRowDiv {
  margin: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-evenly;
  width: 95%;
  align-items: baseline;
}

.LampImageRowDiv img {
  border: 2px solid #999;
  border-bottom-color: #EEE;
  border-right-color: #EEE;
  box-shadow: 10px 10px 5px #888888;
  margin: 5px 20px 20px 10px;
  border-radius: 10px;
}

.SoldDivider {
  width: 900px;
  border-radius: 3px;
  height: 3px;
  background: #800000;
  margin-bottom: 30px;
}



.SoldLeft {
  float: left;
  margin-top: -25px;
  margin-left: 4px;
}

.SoldRight {
  float: right;
  margin-top: -25px;
  margin-right: 4px;
}

.SoldTextHeader {
  text-align: center;
  font-size: 4em;
  margin-top: 30px;
  margin-bottom: 18px;
}

.SoldInfoItem {
  margin-top: -25px;
  margin-bottom: 20px;
  color: #006600;
}

.LampImageRowCellDiv {
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  width: 170px;
}

.LampImageRowCellDiv h4 {
  display: block;
}

.DisclaimerDiv {
  width: 100%;
  margin-bottom: 50px;
}

.AccessoryInfoDiv {
  width: 100%;
  margin-bottom: 50px;
}

.AccessoryInfoDiv h3 {
  line-height: 20px;
}

.LampImageCellDiv {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

#LampInfoDiv {
  width: 95%;
  clear: both;
  float: right;
  margin: 20px 20px 40px 20px;
  overflow: hidden;
}

#LampInfoDiv h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  line-height: 2em;
}

#LampInfoDiv h1 {
  font-size: 4em;
  line-height: 1.25em;
}

#LampInfoDiv h3 {
  font-size: 30px;
  clear: both;
}

#LampInfoMainPhoto {
  float: left;
  width: 45%;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 20px;
  margin-bottom: 40px;
}

#LampInfoText {
  width: 50%;
  float: right;
  margin-right: 0px;
  margin-bottom: 40px;
}

.LampInfoHistory {
  color: #006600;
  font-size: 22px !important;
}

.LampDescription {
  color: #006600;
  text-indent: 1em;
  text-align: left;
  line-height: 1.25em;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.LampInfo {
  text-indent: 1em;
  text-align: left;
  margin-bottom: 10px;
}

.LampInfoItem {
  color: #003300;
  text-indent: 1em;
  text-align: left;
  font-size: 16px !important;
  line-height: 1.25em;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  clear: both;
}

.LampInfoPhotosDiv {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  clear: both;
  display: flex;
  justify-content: space-between;
}

.OverallHeightInfoItem::before {
  color: #006600;
  content: "Overall Height:";
}

.LampDimensionsInfoItem {
  color: #006600;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: -10px;
}

.GlobeDiameterInfoItem::before {
  color: #006600;
  content: "Globe Diameter:";
}

.BaseHeightInfoItem::before {
  color: #006600;
  content: "Base Height:";
}


.CircaInfoItem::before {
  color: #006600;
  content: "Circa:";
}

.RarityInfoItem::before {
  color: #006600;
  content: "*Rarity:";
}

.ConditionInfoItem::before {
  color: #006600;
  content: "Condition:";
}

.MFGNameInfoItem::before {
  color: #006600;
  content: "Mfg. Name:";
}

.MFGOriginInfoItem::before {
  color: #006600;
  content: "Mfg. Origin:";
}

.PriceInfoItem::before {
  color: #006600;
  content: "Price:";
}

.ItemSKUInfoItem::before {
  color: #006600;
  content: "Item SKU:";
}

.ItemNumberInfoItem {
  color: #660000;
}

.LampInfoPhotosDiv img {
  align-self: center;
}

.LampInfoVideoDiv {
  margin: auto;
  margin-bottom: 20px;
  clear: both;
  text-align: center;
}

#LampMainImage {
  margin-left: 55px;
  margin-bottom: 50px;
}

#LampMainImage,
#LampShadeImage,
#LampFontImage,
#LampBaseImage,
#LampFootImage,
#LampDetailImage {
  display: none;
}

#DarkSelector {
  display: none;
  height: 40px;
}

/* .slideThree */
.slideThree {
  width: 86px;
  height: 26px;
  background: #333;
  margin: 10px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
  content: "Light";
  color: #FFF;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.slideThree:before {
  content: "Dark";
  color: #27ae60;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}

.slideThree label {
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.slideThree input[type="checkbox"] {
  visibility: hidden;
}

.slideThree input[type="checkbox"]:checked+label {
  left: 43px;
}

/* end .slideThree */
/* ====== Winter Mode (Snow & Icicles) ====== */
/* Snowflake Base */
/* line 5, app/assets/stylesheets/seasonal_mode.scss */
.snowflake {
  position: absolute;
  top: -15px;
  background: white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
  /* High z-index to be on top */
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  width: 6px;
  height: 6px;
  opacity: 0.8;
}

/* line 19, app/assets/stylesheets/seasonal_mode.scss */
.snowflake:nth-child(3n) {
  width: 3px;
  height: 3px;
}

/* line 24, app/assets/stylesheets/seasonal_mode.scss */
.snowflake:nth-child(3n+1) {
  width: 5px;
  height: 5px;
}

/* line 29, app/assets/stylesheets/seasonal_mode.scss */
.snowflake:nth-child(3n+2) {
  width: 7px;
  height: 7px;
}

/* line 34, app/assets/stylesheets/seasonal_mode.scss */
.snowflake.large {
  width: 10px;
  height: 10px;
  opacity: 0.6;
  animation-duration: 60s !important;
  /* Adjusted for longer fall distance */
  /* Override inline duration if set */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
}

@keyframes snowfall {
  0% {
    transform: translateX(0) translateY(-15px) rotate(0deg);
  }
  25% {
    transform: translateX(var(--drift)) translateY(100px) rotate(90deg);
  }
  50% {
    transform: translateX(calc(var(--drift) * -0.5)) translateY(200px) rotate(180deg);
  }
  75% {
    transform: translateX(calc(var(--drift) * 0.8)) translateY(300px) rotate(270deg);
  }
  100% {
    transform: translateX(var(--drift)) translateY(420px) rotate(360deg);
  }
}

@keyframes twinkle {
  0%,
100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

/* ====== Holly Corners (Christmas Only) ====== */
/* line 81, app/assets/stylesheets/seasonal_mode.scss */
#holly_corner_left,
#holly_corner_right {
  display: none;
}

/* line 86, app/assets/stylesheets/seasonal_mode.scss */
#holly_corner_left {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100px;
  height: 100px;
  /* object-fit: scale-down; */
  /* Not needed for div/container approach usually */
  z-index: 2000;
  /* Above header elements and body */
  overflow: hidden;
}

/* line 99, app/assets/stylesheets/seasonal_mode.scss */
#holly_corner_right {
  position: absolute;
  top: -5px;
  right: -5px;
  transform: scaleX(-1);
  width: 100px;
  height: 100px;
  /* object-fit: scale-down; */
  z-index: 2000;
  overflow: hidden;
}

/* line 111, app/assets/stylesheets/seasonal_mode.scss */
.holly_corner_scaled {
  width: 500px;
  /* Original size */
  height: auto;
  /* Maintain aspect ratio */
  transform: scale(0.2);
  /* Scale down to 20% */
  transform-origin: top left;
  /* Scale from the top-left corner */
}

/* Show holly corners only during Winter Mode */
/* line 123, app/assets/stylesheets/seasonal_mode.scss */
#mainHeader.winter-mode #holly_corner_left,
#mainHeader.winter-mode #holly_corner_right {
  display: block;
}

/* line 128, app/assets/stylesheets/seasonal_mode.scss */
#icicles-container {
  position: relative;
  width: 900px;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 50;
  margin: 0 auto;
}
