<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.product-designer {
 overflow: hidden;
}

.product-designer .designer-content {
  background: url("../images/vazo.jpg") center center no-repeat; 
  border: 1px dashed #CCC;
  position: relative;
margin-bottom: 15px;
height: 580px;
}


@media (min-width:0px) and (max-width:767px){ .product-designer .designer-content .canvas-stage { margin-top: 40px; padding-left:5px;}}
@media (min-width:768px) and (max-width:1023px){ .product-designer .designer-content .canvas-stage { margin-top: 50px; padding-left:10px;}}
@media (min-width:1024px) and (max-width:1279px){ .product-designer .designer-content .canvas-stage { margin-top: 100px; padding-left:70px;} }
@media (min-width:1280px) and (max-width:1599px){ .product-designer .designer-content .canvas-stage {margin-top: 100px; padding-left:115px;}}
@media (min-width:1600px) and (max-width:7000px){ .product-designer .designer-content .canvas-stage { margin-top: 100px; padding-left:230px;}}

.product-designer .designer-content .canvas-stage {
overflow: hidden;
margin-right:auto;margin-left:auto;
text-align: center;
}
.product-designer .designer-content .canvas-stage canvas {
 overflow: hidden;
  border-radius: 50%;
  border: 1px dashed #CCC;
}
.product-designer .designer-content .canvas-stage a.delete-button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 8px;
  font: 14px/18px Oswald, sans-serif;
  color: #919191;
}
.product-designer .designer-buttons {
  flex: auto;
  margin: 0 0 0 0px;
}
.product-designer .designer-buttons h2 {
  font: 400 18px/22px Oswald, sans-serif;
  padding: 0 0 5px;
  margin: 20px 0 8px;
  border-bottom: 1px solid #DDD;
}

.backgrounds a.bg {
  display: block;
  margin: 0 0 7px;
width: 100%;
  border-radius: 50%;
}

.backgrounds a.bg img {
  border-radius: 50%;
}

.product-designer .designer-buttons a {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 5px;
  font: 14px/18px Oswald, sans-serif;
  color: #919191;
  margin-right: 10px;
}
.product-designer .designer-buttons a i {
  font: 16px/18px 'LineAwesome';
  margin-right: 5px;
}
.product-designer .designer-buttons a:hover {
  color: #313131;
  text-decoration: none;
}
.product-designer .designer-buttons label {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 8px;
  font: 14px/18px Oswald, sans-serif;
  color: #919191;
  margin-right: 0px;
cursor: pointer;
text-align: center;
}
.product-designer .designer-buttons label#background {
  width: 100%;
  display: block;
height: 38px;
  text-align: left;
  cursor: pointer;
  color: #FFF;
  background: #ed2b7a;
  font: 16px/14px Oswald, sans-serif;
}

.product-designer .designer-buttons label:hover {
  color: #313131;
  text-decoration: none;
}
.product-designer .designer-buttons label input {
  position: absolute;
  width: 83px;
height: 0px;
  opacity: 0;
  font-size: 30px;
  filter: alpha(opacity=0);
cursor: pointer;
top: 0;
left: 0;
}

.product-designer .designer-buttons label button {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}



.border-block {
  border: 1px solid #ed2b7a;
  border-radius: 5px;
  padding: 15px 15px;
  margin: 35px 0;
  position: relative;
 background: #fff;
}
.border-block.b-gray {
  border-color: #E3E3E3;
}
.border-block.ta-l &gt; .title {
  text-align: left;
}
.border-block &gt; .title {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;

}
.border-block &gt; .title h2, .border-block &gt; .title h3 {
  font: 18px/2px Oswald;
  color: #ed2b7a;
  background: #FFF;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
 background: none;
}
.border-block &gt; .more {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  text-align: center;
}

.pd-content {
color: #505255;
font: 400 15px/24px; }


@media (min-width:0px) and (max-width:767px){ .designer-image { height: 350px; width: 100%; background: url("../images/vazo_mobil.jpg") center center no-repeat; }}
@media (min-width:768px) and (max-width:1023px){ .designer-image { height: 400px; width: 100%; background: url("../images/vazo_mobil.jpg") center center no-repeat; }}
@media (min-width:1024px) and (max-width:1279px){ .designer-image { height: 450px; width: 100%; background: url("../images/vazo_orta.jpg") center center no-repeat; } }
@media (min-width:1280px) and (max-width:5000px){ .designer-image { height: 600px; width: 100%; background: url("../images/vazo.jpg") center center no-repeat; }}

.designer-image {
 overflow: hidden;
  position: relative;
  transition: all ease 0.5s;
  border-radius: 6px;
  display: none;
}



@media (min-width:0px) and (max-width:767px){ .designer-image .img-wrapper {margin-top: 60px;}}
@media (min-width:768px) and (max-width:1023px){ .designer-image .img-wrapper {margin-top: 100px;}}
@media (min-width:1024px) and (max-width:1279px){ .designer-image .img-wrapper {margin-top: 85px;}}
@media (min-width:1280px) and (max-width:5000px){ .designer-image .img-wrapper {margin-top: 130px;}}

.designer-image .img-wrapper {
overflow: hidden;
text-align: center;
padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto;
}

@media (min-width:0px) and (max-width:479px){ .designer-image .img-wrapper img{width: 85%;}}
@media (min-width:480px) and (max-width:767px){ .designer-image .img-wrapper img{width: 55%;}}
@media (min-width:768px) and (max-width:1023px){ .designer-image .img-wrapper img{width: 80%;}}
@media (min-width:1024px) and (max-width:1599px){ .designer-image .img-wrapper img{width: 70%;}}
@media (min-width:1600px) and (max-width:5000px){ .designer-image .img-wrapper img{width: 50%;}}

.designer-image .img-wrapper img {
 overflow: hidden;
  height: 100%;
  border-radius: 50%;
}
.designer-image .designer-image-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #FF0000;
  opacity: 0.6;
  font: 27px/20px 'LineAwesome';
}


</pre></body></html>