@font-face {
  font-family: 'ApercuMedium';
  src: url('Apercu-Medium.eot');
  src: url('Apercu-Medium.eot?#iefix') format('embedded-opentype'),
       url('Apercu-Medium.svg#Apercu-Medium') format('svg'),
       url('Apercu-Medium.ttf') format('truetype'),
       url('Apercu-Medium.woff') format('woff'),
       url('Apercu-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OggRoman';
  src: url('Ogg-Roman.eot');
  src: url('Ogg-Roman.eot?#iefix') format('embedded-opentype'),
       url('Ogg-Roman.svg#Ogg-Roman') format('svg'),
       url('Ogg-Roman.ttf') format('truetype'),
       url('Ogg-Roman.woff') format('woff'),
       url('Ogg-Roman.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ApercuLight';
  src: url('Apercu-Light.eot');
  src: url('Apercu-Light.eot?#iefix') format('embedded-opentype'),
       url('Apercu-Light.svg#Apercu-Light') format('svg'),
       url('Apercu-Light.ttf') format('truetype'),
       url('Apercu-Light.woff') format('woff'),
       url('Apercu-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* IE */

@font-face {
    font-family: oggIE;
    src: url('Ogg-Roman.woff2') format('woff2'), url('Ogg-Roman.woff') format('woff'), url('Ogg-Roman.ttf') format('truetype'), url('Ogg-Roman.svg') format('svg'), url('Ogg-Roman.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

#maincontainer {
    height: 600px;
    width: 300px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid black;
background-color: white;
    overflow: hidden;
    position: relative;
}

img {
    position: absolute;
}

#backgroungImage {
    height: 600px;
    width: 300px;
    z-index: 99;
    top: 0px;
}

.productImage {
    top: 5px;
    height: 200px;
    width: 200px;
    left: 60px;
}

#price {
    font-family: Apercu;
    font-size: 10px;
    position: absolute;
    font-weight: 500;
    top: 15px;
    height: 39px;
    left: 74px;
    width: 219px;
    overflow: hidden;
}

#priceTag {
    font-size: 26px;
    font-weight: normal;
    text-align: left;
    left: 3px;
    position: absolute;
    top: 9px;
}

#only {
    top: -2px;
    left: 8px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.5px;
    position: absolute;
    font-family: ApercuMedium;
}

#copy1 {
    position: relative;
    text-align: center;
    line-height: 33px;
    font-family: OggRoman;
    text-transform: uppercase;
    color: #000000;
    font-size: 30px;
    z-index: 999;
    overflow: hidden;
    width: 260px;
}
#copy2 {
    position: relative;
    text-align: center;
    line-height: 23px;
    font-family: ApercuLight;
    color: #000000;
    font-size: 17px;
    z-index: 999;
    overflow: hidden;
    width: 260px;
}
#copy{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 152px;
    position: absolute;
    top: 38%;
    left: 28px;
}
#copySecond{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    position: absolute;
    top: 64%;
    left: 28px;
}
#cta {
    position: absolute;
}

#zalesLogo {
    z-index: 999;
    left: 80px;
    top: 535px;
    width: 135px;
}

#CTA {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97px;
    position: absolute;
    background-color: black;
    top: 76%;
    left: 147px;
}

#ctaText {
    position: absolute;
    z-index: 9999;
    font-family: ApercuMedium;
    text-transform: uppercase;
    background-color: black;
    color: white;
    font-weight: 100;
    font-size: 12px;
    margin: auto;
    width: 126px;
    text-align: center;
    letter-spacing: 1.2px;
    overflow: hidden;
    padding: 5px 10px;
    border: 2px solid black;
}