#cryozonic-stripe-accepted-cards img {
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img {
	opacity: 0.3;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img.active {
	opacity: 1;
}

input#cryozonic_stripe_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#cryozonic_stripe_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_cryozonic_stripe input[type="text"]
{
	width: 200px;
}

#three_d_secure_container, #three_d_secure_container iframe {
    width: 100%;
    height: 100%;
}
.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}
/* Customer Account */
.saved-cards label {
    display: inline;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#cryozonic_stripe_cc_cid {
    width: 40px;
}

/* Checkout */
ul#payment_form_cryozonic_stripe {
    padding-left: 20px;
}
ul#payment_form_cryozonic_stripe li {
    display: block;
}
ul#payment_form_cryozonic_stripe li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.cryozonic-stripe-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#cryozonic-stripe-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#cryozonic-stripe-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_cryozonic_stripe span.type.Visa { background: url(https://assets.shop.lomography.com/skin/frontend/base/default/cryozonic_stripe/img/visa.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.American.Express { background: url(https://assets.shop.lomography.com/skin/frontend/base/default/cryozonic_stripe/img/amex.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.MasterCard { background: url(https://assets.shop.lomography.com/skin/frontend/base/default/cryozonic_stripe/img/mastercard.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Discover { background: url(https://assets.shop.lomography.com/skin/frontend/base/default/cryozonic_stripe/img/discover.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Diners { background: url(https://assets.shop.lomography.com/skin/frontend/base/default/cryozonic_stripe/img/diners.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.JCB { background: url(https://assets.shop.lomography.com/skin/frontend/base/default/cryozonic_stripe/img/jcb.png) no-repeat; }

#payment_form_cryozonic_stripe span.type.Visa,
#payment_form_cryozonic_stripe span.type.American.Express,
#payment_form_cryozonic_stripe span.type.MasterCard,
#payment_form_cryozonic_stripe span.type.Discover,
#payment_form_cryozonic_stripe span.type.Diners,
#payment_form_cryozonic_stripe span.type.JCB {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
ul#payment_form_cryozonic_stripe li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section {
    display: none;
    text-align: center;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported li#apple-pay-section {
    display: block;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
ul#payment_form_cryozonic_stripe li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
ul#payment_form_cryozonic_stripe.apple-pay-success li#apple-pay-result {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li#cryozonic_stripe_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-success ul#saved-cards {
    display: none;
}
/**
* Giftvoucher reward template
*/
span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #008000;
}

.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
	width: 325px;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 325px;
	height: 57px;
}

.giftvoucher-product-info #recipient_email{
	width: 325px;
}

.giftvoucher-product-info #recipient_name{
	width: 325px;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:link,:visited{text-decoration:none}:focus,:active,:hover{outline:0}a{-webkit-tap-highlight-color:transparent}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6,address{font-size:1em;font-weight:normal}html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,figure,form,fieldset,input,button,hr,select,dl,dt,dd{margin:0;padding:0}img{border:0}img,video,iframe{display:block}@font-face{font-family:'Ionicons';src:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/fonts/ionicons.eot?v=2.0.0");src:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/fonts/ionicons.woff?v=2.0.0") format("woff"),url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.icon-username-before:before,time:before,.label--required:before,.icon-card-before:before,.interactions__item--comments:before,.alert--success-with-icon:before,.alert--error-with-icon:before,.icon-notifications-before:before,.icon-heart-before:before,.interactions__item--likes:before,.icon-messages-before:before,.icon-openid-before:before,.icon-more-before:before,.icon-search-before:before,.icon-facebook-before:before,.interactions__item--facebook:before,.interactions__item--pinterest:before,.icon-twitter-before:before,.interactions__item--twitter:before,.icon-vimeo-before:before,.icon-card-single:before,.icon-close-single:before,.icon-language-single:before,.icon-help-single:before,.icon-stores-single:before,.inline-dropdown--icon .inline-dropdown__value:after{display:none;font-family:'Ionicons';font-weight:normal;font-style:normal;font-variant:normal;text-transform:none;line-height:0;text-decoration:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none}html.fontface .icon-username-before:before,html.fontface time:before,html.fontface .label--required:before,html.fontface .icon-card-before:before,html.fontface .interactions__item--comments:before,html.fontface .alert--success-with-icon:before,html.fontface .alert--error-with-icon:before,html.fontface .icon-notifications-before:before,html.fontface .icon-heart-before:before,html.fontface .interactions__item--likes:before,html.fontface .icon-messages-before:before,html.fontface .icon-openid-before:before,html.fontface .icon-more-before:before,html.fontface .icon-search-before:before,html.fontface .icon-facebook-before:before,html.fontface .interactions__item--facebook:before,html.fontface .interactions__item--pinterest:before,html.fontface .icon-twitter-before:before,html.fontface .interactions__item--twitter:before,html.fontface .icon-vimeo-before:before,html.fontface .icon-card-single:before,html.fontface .icon-close-single:before,html.fontface .icon-language-single:before,html.fontface .icon-help-single:before,html.fontface .icon-stores-single:before,html.fontface .inline-dropdown--icon .inline-dropdown__value:after,.inline-dropdown--icon html.fontface .inline-dropdown__value:after{display:inline}.icon-username-before:before{content:"\f3a0\00a0"}time:before{content:"\f3b3\00a0"}.label--required:before{content:"\f314\00a0"}.icon-card-before:before{content:"\f119\00a0"}.interactions__item--comments:before{content:"\f11e\00a0"}.alert--success-with-icon:before{content:"\f122\00a0"}.alert--error-with-icon:before{content:"\f12a\00a0"}.icon-notifications-before:before{content:"\f137\00a0"}.icon-heart-before:before,.interactions__item--likes:before{content:"\f141\00a0"}.icon-messages-before:before{content:"\f474\00a0"}.icon-openid-before:before{content:"\f4d3\00a0"}.icon-more-before:before{content:"\f20b\00a0"}.icon-search-before:before{content:"\f21f\00a0"}.icon-facebook-before:before,.interactions__item--facebook:before{content:"\f231\00a0"}.interactions__item--pinterest:before{content:"\f2b1\00a0"}.icon-twitter-before:before,.interactions__item--twitter:before{content:"\f243\00a0"}.icon-vimeo-before:before{content:"\f245\00a0"}.inline-dropdown--icon .inline-dropdown__value:after{content:"\00a0\f104"}.icon-card-single:before{content:"\f119"}.icon-close-single:before{content:"\f12a"}.icon-language-single:before{content:"\f276"}.icon-help-single:before{content:"\f27c"}.icon-stores-single:before{content:"\f203"}.icon-card-single:before{content:"\f119"}.icon-close-single:before{content:"\f12a"}.icon-language-single:before{content:"\f276"}.icon-help-single:before{content:"\f27c"}.icon-stores-single:before{content:"\f203"}@-webkit-keyframes effect-tada{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%, 20%{-webkit-transform:scale3d(0.9375, 0.9375, 0.9375) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9375, 0.9375, 0.9375) rotate3d(0, 0, 1, -3deg)}30%, 50%, 70%, 90%{-webkit-transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, 3deg)}40%, 60%, 80%{-webkit-transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes effect-tada{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%, 20%{-webkit-transform:scale3d(0.9375, 0.9375, 0.9375) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9375, 0.9375, 0.9375) rotate3d(0, 0, 1, -3deg)}30%, 50%, 70%, 90%{-webkit-transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, 3deg)}40%, 60%, 80%{-webkit-transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.0625, 1.0625, 1.0625) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@-webkit-keyframes effect-bounce{0%, 20%, 53%, 80%, 100%{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%, 43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -0.5em, 0);transform:translate3d(0, -0.5em, 0)}90%{-webkit-transform:translate3d(0, -0.125em, 0);transform:translate3d(0, -0.125em, 0)}}@keyframes effect-bounce{0%, 20%, 53%, 80%, 100%{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%, 43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -0.5em, 0);transform:translate3d(0, -0.5em, 0)}90%{-webkit-transform:translate3d(0, -0.125em, 0);transform:translate3d(0, -0.125em, 0)}}@-webkit-keyframes effect-shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-0.5em, 0, 0);transform:translate3d(-0.5em, 0, 0)}20%, 40%, 60%, 80%{-webkit-transform:translate3d(0.5em, 0, 0);transform:translate3d(0.5em, 0, 0)}}@keyframes effect-shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-0.5em, 0, 0);transform:translate3d(-0.5em, 0, 0)}20%, 40%, 60%, 80%{-webkit-transform:translate3d(0.5em, 0, 0);transform:translate3d(0.5em, 0, 0)}}@-webkit-keyframes effect-swing{20%{-webkit-transform:rotate3d(0, 0, 1, 12deg);transform:rotate3d(0, 0, 1, 12deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -8deg);transform:rotate3d(0, 0, 1, -8deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 4deg);transform:rotate3d(0, 0, 1, 4deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -4deg);transform:rotate3d(0, 0, 1, -4deg)}100%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes effect-swing{20%{-webkit-transform:rotate3d(0, 0, 1, 12deg);transform:rotate3d(0, 0, 1, 12deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -8deg);transform:rotate3d(0, 0, 1, -8deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 4deg);transform:rotate3d(0, 0, 1, 4deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -4deg);transform:rotate3d(0, 0, 1, -4deg)}100%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@-webkit-keyframes effect-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes effect-fade-out{0%{opacity:1}100%{opacity:0}}.effect-tada,.effect-bounce,.effect-shake,.effect-swing,.effect-fade-out{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.effect-tada{-webkit-animation-name:effect-tada;animation-name:effect-tada}.effect-bounce{-webkit-animation-name:effect-bounce;animation-name:effect-bounce}.effect-shake{-webkit-animation-name:effect-shake;animation-name:effect-shake}.effect-swing{-webkit-animation-name:effect-swing;animation-name:effect-swing;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}.effect-fade-out{-webkit-animation-name:effect-fade-out;animation-name:effect-fade-out}.alert{margin-top:8px;margin-bottom:8px}.alert:first-child{margin-top:0}.alert:last-child{margin-bottom:0}.alert--success,.alert--success-with-icon{color:#9bc585}.alert--error,.alert--error-with-icon{color:#fb5850}.asset{position:relative}.asset__item{position:absolute;width:100%;height:100%;left:0;top:0}.asset+.asset{margin-top:4px}.asset__item--rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.asset__item--rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.asset__item--rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.asset__overlay{position:absolute;padding:8px;left:0;bottom:0}.asset__overlay--left{left:0;right:auto}.asset__overlay--right{right:0;left:auto}.asset__overlay--top{top:0;bottom:auto}.asset__overlay--bottom{bottom:0;top:auto}.asset--border:after{pointer-events:none;content:'';border:1px solid rgba(0,0,0,0.0625);position:absolute;width:100%;height:100%;left:0;top:0}html.no-touch .asset--hide-overlay .asset__overlay{display:none}html.no-touch .asset--hide-overlay:hover .asset__overlay{display:block}.avatar{position:relative;padding-bottom:100%}.avatar__item{position:absolute;width:100%;height:100%;left:0;top:0}.avatar__item{border-radius:50%;background-size:cover;background-color:#efefef;background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/avatar/avatar.svg")}html.no-svg .avatar__item{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/avatar/avatar.png")}.avatar__item[src$='.jpg']{background:none}.avatar:after{display:none;position:absolute;left:85.3553390593%;top:85.3553390593%;content:'';width:24px;height:24px;margin:-12px 0 0 -12px;border-radius:12px;pointer-events:none}.avatar--staff:after{display:block;background-size:62.5%;background-position:center;background-repeat:no-repeat;background-color:rgba(10,146,218,0.875);background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/avatar/staff.svg")}html.no-svg .avatar--staff:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/avatar/staff.png")}.avatar--karma:after{display:block;content:attr(data-karma);color:#ffffff;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700;font-size:10px;font-size:0.625rem;line-height:1.9229;line-height:24px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.avatar--karma[data-karma="0"]:after{background-color:rgba(191,191,191,0.875)}.avatar--karma[data-karma="1"]:after{background-color:rgba(191,191,190,0.875)}.avatar--karma[data-karma="2"]:after{background-color:rgba(190,191,190,0.875)}.avatar--karma[data-karma="3"]:after{background-color:rgba(190,191,189,0.875)}.avatar--karma[data-karma="4"]:after{background-color:rgba(190,191,189,0.875)}.avatar--karma[data-karma="5"]:after{background-color:rgba(189,191,188,0.875)}.avatar--karma[data-karma="6"]:after{background-color:rgba(189,191,188,0.875)}.avatar--karma[data-karma="7"]:after{background-color:rgba(188,191,187,0.875)}.avatar--karma[data-karma="8"]:after{background-color:rgba(188,191,186,0.875)}.avatar--karma[data-karma="9"]:after{background-color:rgba(188,192,186,0.875)}.avatar--karma[data-karma="10"]:after{background-color:rgba(187,192,185,0.875)}.avatar--karma[data-karma="11"]:after{background-color:rgba(187,192,185,0.875)}.avatar--karma[data-karma="12"]:after{background-color:rgba(187,192,184,0.875)}.avatar--karma[data-karma="13"]:after{background-color:rgba(186,192,183,0.875)}.avatar--karma[data-karma="14"]:after{background-color:rgba(186,192,183,0.875)}.avatar--karma[data-karma="15"]:after{background-color:rgba(186,192,182,0.875)}.avatar--karma[data-karma="16"]:after{background-color:rgba(185,192,182,0.875)}.avatar--karma[data-karma="17"]:after{background-color:rgba(185,192,181,0.875)}.avatar--karma[data-karma="18"]:after{background-color:rgba(185,192,181,0.875)}.avatar--karma[data-karma="19"]:after{background-color:rgba(184,192,180,0.875)}.avatar--karma[data-karma="20"]:after{background-color:rgba(184,192,179,0.875)}.avatar--karma[data-karma="21"]:after{background-color:rgba(183,192,179,0.875)}.avatar--karma[data-karma="22"]:after{background-color:rgba(183,192,178,0.875)}.avatar--karma[data-karma="23"]:after{background-color:rgba(183,192,178,0.875)}.avatar--karma[data-karma="24"]:after{background-color:rgba(182,192,177,0.875)}.avatar--karma[data-karma="25"]:after{background-color:rgba(182,193,177,0.875)}.avatar--karma[data-karma="26"]:after{background-color:rgba(182,193,176,0.875)}.avatar--karma[data-karma="27"]:after{background-color:rgba(181,193,175,0.875)}.avatar--karma[data-karma="28"]:after{background-color:rgba(181,193,175,0.875)}.avatar--karma[data-karma="29"]:after{background-color:rgba(181,193,174,0.875)}.avatar--karma[data-karma="30"]:after{background-color:rgba(180,193,174,0.875)}.avatar--karma[data-karma="31"]:after{background-color:rgba(180,193,173,0.875)}.avatar--karma[data-karma="32"]:after{background-color:rgba(179,193,172,0.875)}.avatar--karma[data-karma="33"]:after{background-color:rgba(179,193,172,0.875)}.avatar--karma[data-karma="34"]:after{background-color:rgba(179,193,171,0.875)}.avatar--karma[data-karma="35"]:after{background-color:rgba(178,193,171,0.875)}.avatar--karma[data-karma="36"]:after{background-color:rgba(178,193,170,0.875)}.avatar--karma[data-karma="37"]:after{background-color:rgba(178,193,170,0.875)}.avatar--karma[data-karma="38"]:after{background-color:rgba(177,193,169,0.875)}.avatar--karma[data-karma="39"]:after{background-color:rgba(177,193,168,0.875)}.avatar--karma[data-karma="40"]:after{background-color:rgba(177,193,168,0.875)}.avatar--karma[data-karma="41"]:after{background-color:rgba(176,193,167,0.875)}.avatar--karma[data-karma="42"]:after{background-color:rgba(176,194,167,0.875)}.avatar--karma[data-karma="43"]:after{background-color:rgba(176,194,166,0.875)}.avatar--karma[data-karma="44"]:after{background-color:rgba(175,194,165,0.875)}.avatar--karma[data-karma="45"]:after{background-color:rgba(175,194,165,0.875)}.avatar--karma[data-karma="46"]:after{background-color:rgba(174,194,164,0.875)}.avatar--karma[data-karma="47"]:after{background-color:rgba(174,194,164,0.875)}.avatar--karma[data-karma="48"]:after{background-color:rgba(174,194,163,0.875)}.avatar--karma[data-karma="49"]:after{background-color:rgba(173,194,163,0.875)}.avatar--karma[data-karma="50"]:after{background-color:rgba(173,194,162,0.875)}.avatar--karma[data-karma="51"]:after{background-color:rgba(173,194,161,0.875)}.avatar--karma[data-karma="52"]:after{background-color:rgba(172,194,161,0.875)}.avatar--karma[data-karma="53"]:after{background-color:rgba(172,194,160,0.875)}.avatar--karma[data-karma="54"]:after{background-color:rgba(172,194,160,0.875)}.avatar--karma[data-karma="55"]:after{background-color:rgba(171,194,159,0.875)}.avatar--karma[data-karma="56"]:after{background-color:rgba(171,194,159,0.875)}.avatar--karma[data-karma="57"]:after{background-color:rgba(170,194,158,0.875)}.avatar--karma[data-karma="58"]:after{background-color:rgba(170,194,157,0.875)}.avatar--karma[data-karma="59"]:after{background-color:rgba(170,195,157,0.875)}.avatar--karma[data-karma="60"]:after{background-color:rgba(169,195,156,0.875)}.avatar--karma[data-karma="61"]:after{background-color:rgba(169,195,156,0.875)}.avatar--karma[data-karma="62"]:after{background-color:rgba(169,195,155,0.875)}.avatar--karma[data-karma="63"]:after{background-color:rgba(168,195,154,0.875)}.avatar--karma[data-karma="64"]:after{background-color:rgba(168,195,154,0.875)}.avatar--karma[data-karma="65"]:after{background-color:rgba(168,195,153,0.875)}.avatar--karma[data-karma="66"]:after{background-color:rgba(167,195,153,0.875)}.avatar--karma[data-karma="67"]:after{background-color:rgba(167,195,152,0.875)}.avatar--karma[data-karma="68"]:after{background-color:rgba(167,195,152,0.875)}.avatar--karma[data-karma="69"]:after{background-color:rgba(166,195,151,0.875)}.avatar--karma[data-karma="70"]:after{background-color:rgba(166,195,150,0.875)}.avatar--karma[data-karma="71"]:after{background-color:rgba(165,195,150,0.875)}.avatar--karma[data-karma="72"]:after{background-color:rgba(165,195,149,0.875)}.avatar--karma[data-karma="73"]:after{background-color:rgba(165,195,149,0.875)}.avatar--karma[data-karma="74"]:after{background-color:rgba(164,195,148,0.875)}.avatar--karma[data-karma="75"]:after{background-color:rgba(164,196,148,0.875)}.avatar--karma[data-karma="76"]:after{background-color:rgba(164,196,147,0.875)}.avatar--karma[data-karma="77"]:after{background-color:rgba(163,196,146,0.875)}.avatar--karma[data-karma="78"]:after{background-color:rgba(163,196,146,0.875)}.avatar--karma[data-karma="79"]:after{background-color:rgba(163,196,145,0.875)}.avatar--karma[data-karma="80"]:after{background-color:rgba(162,196,145,0.875)}.avatar--karma[data-karma="81"]:after{background-color:rgba(162,196,144,0.875)}.avatar--karma[data-karma="82"]:after{background-color:rgba(161,196,143,0.875)}.avatar--karma[data-karma="83"]:after{background-color:rgba(161,196,143,0.875)}.avatar--karma[data-karma="84"]:after{background-color:rgba(161,196,142,0.875)}.avatar--karma[data-karma="85"]:after{background-color:rgba(160,196,142,0.875)}.avatar--karma[data-karma="86"]:after{background-color:rgba(160,196,141,0.875)}.avatar--karma[data-karma="87"]:after{background-color:rgba(160,196,141,0.875)}.avatar--karma[data-karma="88"]:after{background-color:rgba(159,196,140,0.875)}.avatar--karma[data-karma="89"]:after{background-color:rgba(159,196,139,0.875)}.avatar--karma[data-karma="90"]:after{background-color:rgba(159,196,139,0.875)}.avatar--karma[data-karma="91"]:after{background-color:rgba(158,196,138,0.875)}.avatar--karma[data-karma="92"]:after{background-color:rgba(158,197,138,0.875)}.avatar--karma[data-karma="93"]:after{background-color:rgba(158,197,137,0.875)}.avatar--karma[data-karma="94"]:after{background-color:rgba(157,197,136,0.875)}.avatar--karma[data-karma="95"]:after{background-color:rgba(157,197,136,0.875)}.avatar--karma[data-karma="96"]:after{background-color:rgba(156,197,135,0.875)}.avatar--karma[data-karma="97"]:after{background-color:rgba(156,197,135,0.875)}.avatar--karma[data-karma="98"]:after{background-color:rgba(156,197,134,0.875)}.avatar--karma[data-karma="99"]:after{background-color:rgba(155,197,134,0.875)}.avatar--karma[data-karma="100"]:after{background-color:rgba(155,197,133,0.875)}body{min-height:100%;background-color:#efefef;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;line-height:1.75;color:#202020}.breadcrumb{font-size:12px;font-size:0.75rem;line-height:1.85583;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;text-transform:uppercase;height:64px;line-height:64px;padding-left:16px;padding-right:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}html[lang='tr'] .breadcrumb{text-transform:none}.breadcrumb,.breadcrumb__item,.breadcrumb a{color:gray}.breadcrumb a:hover{color:#000000}.breadcrumb a+a:before,.breadcrumb__item+.breadcrumb__item:before{color:gray;content:' › ';padding-left:0.25em;padding-right:0.25em}.breadcrumb--black-text,.breadcrumb--black-text__item,.breadcrumb--black-text a{color:rgba(0,0,0,0.5)}.breadcrumb--black-text a:hover{color:#000000}.breadcrumb--black-text a+a:before,.breadcrumb--black-text .breadcrumb__item+.breadcrumb__item:before{color:rgba(0,0,0,0.5)}.breadcrumb--white-text,.breadcrumb--white-text__item,.breadcrumb--white-text a{color:rgba(255,255,255,0.5)}.breadcrumb--white-text a:hover{color:#ffffff}.breadcrumb--white-text a+a:before,.breadcrumb--white-text .breadcrumb__item+.breadcrumb__item:before{color:rgba(255,255,255,0.5)}.button{cursor:pointer;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700;text-transform:uppercase;font-size:10px;font-size:0.625rem;letter-spacing:0.125em;line-height:1;padding:1.75em;border-radius:1.75em;margin:0;margin-bottom:4px;border:1px solid transparent;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}html[lang='tr'] .button{text-transform:none}.button--small{font-size:9px;font-size:0.5625rem;padding:0.875em;border-radius:0.875em;letter-spacing:0}.button--disabled,.button--disabled:disabled{cursor:not-allowed}.button--loading,.button--loading:disabled{cursor:wait}.button--full-width{width:100%}.button--single{margin-bottom:0}.button,.button--ghost:enabled:hover,.button--borderless:enabled:hover,.button--primary,.button--primary--ghost:enabled:hover,.button--primary--borderless:enabled:hover{background-color:#0a92da;border-color:transparent;color:#ffffff}.button:disabled,.button.button--disabled:disabled,.button--primary:disabled,.button--primary.button--disabled:disabled{color:#85c9ed}.button--ghost,.button--primary--ghost{background-color:transparent;border-color:#0a92da;color:#0a92da}.button--ghost:disabled,.button--ghost.button--disabled:disabled,.button--primary--ghost:disabled,.button--primary--ghost.button--disabled:disabled{background-color:transparent;border-color:rgba(10,146,218,0.5);color:rgba(10,146,218,0.5)}.button--borderless,.button--primary--borderless{background-color:transparent;color:#0a92da}.button--borderless:enabled,.button--primary--borderless:enabled{text-decoration:underline}.button--borderless:enabled:hover,.button--primary--borderless:enabled:hover{text-decoration:none}.button--borderless:disabled,.button--borderless.button--disabled:disabled,.button--primary--borderless:disabled,.button--primary--borderless.button--disabled:disabled{background-color:transparent;color:rgba(10,146,218,0.5)}.button.button--loading:disabled,.button--ghost.button--loading:disabled,.button--borderless.button--loading:disabled,.button--primary.button--loading:disabled,.button--primary--ghost.button--loading:disabled,.button--primary--borderless.button--loading:disabled{background-color:#29a0df;border-color:transparent;color:#85c9ed}.button:enabled:active,.button--ghost:enabled:active,.button--borderless:enabled:active,.button--primary:enabled:active,.button--primary--ghost:enabled:active,.button--primary--borderless:enabled:active{background-color:#29a0df}.button--negative,.button--negative--ghost:enabled:hover,.button--negative--borderless:enabled:hover{background-color:#fb5850;border-color:transparent;color:#ffffff}.button--negative:disabled,.button--negative.button--disabled:disabled{color:#fdaca8}.button--negative--ghost{background-color:transparent;border-color:#fb5850;color:#fb5850}.button--negative--ghost:disabled,.button--negative--ghost.button--disabled:disabled{background-color:transparent;border-color:rgba(251,88,80,0.5);color:rgba(251,88,80,0.5)}.button--negative--borderless{background-color:transparent;color:#fb5850}.button--negative--borderless:enabled{text-decoration:underline}.button--negative--borderless:enabled:hover{text-decoration:none}.button--negative--borderless:disabled,.button--negative--borderless.button--disabled:disabled{background-color:transparent;color:rgba(251,88,80,0.5)}.button--negative.button--loading:disabled,.button--negative--ghost.button--loading:disabled,.button--negative--borderless.button--loading:disabled{background-color:#fc6d66;border-color:transparent;color:#fdaca8}.button--negative:enabled:active,.button--negative--ghost:enabled:active,.button--negative--borderless:enabled:active{background-color:#fc6d66}.button--positive,.button--positive--ghost:enabled:hover,.button--positive--borderless:enabled:hover{background-color:#9bc585;border-color:transparent;color:#ffffff}.button--positive:disabled,.button--positive.button--disabled:disabled{color:#cde2c2}.button--positive--ghost{background-color:transparent;border-color:#9bc585;color:#9bc585}.button--positive--ghost:disabled,.button--positive--ghost.button--disabled:disabled{background-color:transparent;border-color:rgba(155,197,133,0.5);color:rgba(155,197,133,0.5)}.button--positive--borderless{background-color:transparent;color:#9bc585}.button--positive--borderless:enabled{text-decoration:underline}.button--positive--borderless:enabled:hover{text-decoration:none}.button--positive--borderless:disabled,.button--positive--borderless.button--disabled:disabled{background-color:transparent;color:rgba(155,197,133,0.5)}.button--positive.button--loading:disabled,.button--positive--ghost.button--loading:disabled,.button--positive--borderless.button--loading:disabled{background-color:#a8cc94;border-color:transparent;color:#cde2c2}.button--positive:enabled:active,.button--positive--ghost:enabled:active,.button--positive--borderless:enabled:active{background-color:#a8cc94}.button--muted,.button--muted--ghost:enabled:hover,.button--muted--borderless:enabled:hover{background-color:#dfdfdf;border-color:transparent;color:#000000}.button--muted:disabled,.button--muted.button--disabled:disabled{color:#707070}.button--muted--ghost{background-color:transparent;border-color:#dfdfdf;color:#dfdfdf}.button--muted--ghost:disabled,.button--muted--ghost.button--disabled:disabled{background-color:transparent;border-color:rgba(223,223,223,0.5);color:rgba(223,223,223,0.5)}.button--muted--borderless{background-color:transparent;color:#dfdfdf}.button--muted--borderless:enabled{text-decoration:underline}.button--muted--borderless:enabled:hover{text-decoration:none}.button--muted--borderless:disabled,.button--muted--borderless.button--disabled:disabled{background-color:transparent;color:rgba(223,223,223,0.5)}.button--muted.button--loading:disabled,.button--muted--ghost.button--loading:disabled,.button--muted--borderless.button--loading:disabled{background-color:#c3c3c3;border-color:transparent;color:#707070}.button--muted:enabled:active,.button--muted--ghost:enabled:active,.button--muted--borderless:enabled:active{background-color:#e3e3e3}.circle{display:block;width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,0.125);background-color:rgba(0,0,0,0.125)}.circle--white-border{border-color:rgba(255,255,255,0.125)}.circle__icon{display:block;width:100%;height:100%;border-radius:50%;background-size:16px;background-position:center;background-repeat:no-repeat;opacity:0.875}.circle__icon--like{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/like.svg")}html.no-svg .circle__icon--like{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/like.png")}.circle__icon--liked{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/liked.svg")}html.no-svg .circle__icon--liked{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/liked.png")}.circle__icon--wait{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/wait.svg")}html.no-svg .circle__icon--wait{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/wait.png")}.circle__icon--link{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/link.svg")}html.no-svg .circle__icon--link{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/link.png")}.circle__icon--next{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/next.svg")}html.no-svg .circle__icon--next{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/next.png")}.circle__icon--previous{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/previous.svg")}html.no-svg .circle__icon--previous{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/previous.png")}.circle__icon--close{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/close.svg")}html.no-svg .circle__icon--close{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/close.png")}.circle__icon--more{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/more.svg")}html.no-svg .circle__icon--more{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/more.png")}.circle__icon--checkmark{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/checkmark.svg")}html.no-svg .circle__icon--checkmark{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/circle/checkmark.png")}.form__item+.form__item,.form__item+.form__group{margin-top:32px}@media (min-width: 480px){.form__group:after{content:'';clear:both;display:table}.form__group .form__item{width:100%;width:calc(50% - 8px)}.form__group .form__item:nth-child(2){margin-top:calc(0px)}.form__group .form__item:nth-child(odd){float:left}.form__group .form__item:nth-child(even){float:right}}.form__group+.form__group,.form__group+.form__item{margin-top:32px}.form--spacing-none .form__item+.form__item,.form--spacing-none .form__item+.form__group,.form--spacing-none .form__group+.form__group,.form--spacing-none .form__group+.form__item{margin-top:0px}.form--spacing-xxs .form__item+.form__item,.form--spacing-xxs .form__item+.form__group,.form--spacing-xxs .form__group+.form__group,.form--spacing-xxs .form__group+.form__item{margin-top:2px}.form--spacing-xs .form__item+.form__item,.form--spacing-xs .form__item+.form__group,.form--spacing-xs .form__group+.form__group,.form--spacing-xs .form__group+.form__item{margin-top:4px}.form--spacing-s .form__item+.form__item,.form--spacing-s .form__item+.form__group,.form--spacing-s .form__group+.form__group,.form--spacing-s .form__group+.form__item{margin-top:8px}.form--spacing-m .form__item+.form__item,.form--spacing-m .form__item+.form__group,.form--spacing-m .form__group+.form__group,.form--spacing-m .form__group+.form__item{margin-top:16px}.form--spacing-l .form__item+.form__item,.form--spacing-l .form__item+.form__group,.form--spacing-l .form__group+.form__group,.form--spacing-l .form__group+.form__item{margin-top:32px}.form--spacing-xl .form__item+.form__item,.form--spacing-xl .form__item+.form__group,.form--spacing-xl .form__group+.form__group,.form--spacing-xl .form__group+.form__item{margin-top:64px}hr{border:none;padding-left:16px;padding-right:16px}hr:after{content:'';display:block;border-top:1px solid #dfdfdf;max-width:704px;margin-left:auto;margin-right:auto}@media (min-width: 736px){hr:after{max-width:none;width:704px}}.hr--no-padding{padding-left:0;padding-right:0}@media (min-width: 992px){.hr--breakpoints-until-width-l:after,.hr--breakpoints-until-width-xl:after,.hr--breakpoints-until-full-width:after{width:960px}}@media (min-width: 1248px){.hr--breakpoints-until-width-l:after,.hr--breakpoints-until-width-xl:after,.hr--breakpoints-until-full-width:after{width:1216px}}@media (min-width: 1504px){.hr--breakpoints-until-width-xl:after{width:1472px}}@media (min-width: 1504px){.hr--breakpoints-until-full-width:after{width:auto}}.hr--fluid-until-width-l:after{width:auto;max-width:1216px}.hr--fluid-until-width-xl:after{width:auto;max-width:1472px}.hr--fluid-until-full-width:after{width:auto;max-width:100%}.hr--fluid:after{width:auto}html{overflow-y:scroll;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:subpixel-antialiased;font-size:16px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 735px), only screen and (min-moz-device-pixel-ratio: 1.3) and (max-width: 735px), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333) and (max-width: 735px), only screen and (min-resolution: 125dpi) and (max-width: 735px), only screen and (min-resolution: 1.3dppx) and (max-width: 735px){html{font-size:15px}}.icon-size-s{font-size:16px}.icon-size-m{font-size:32px}.icon-size-l{font-size:48px}.inline-dropdown{position:relative}.inline-dropdown__value{white-space:nowrap}.inline-dropdown--icon .inline-dropdown__value{margin-right:0.5em}.inline-dropdown__select{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.interactions{font-size:12px;font-size:0.75rem;line-height:1.85583;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700;text-transform:uppercase;color:#bfbfbf}html[lang='tr'] .interactions{text-transform:none}.interactions__item{color:inherit;margin-right:0.5em}.interactions__item:last-child{margin-right:0}.interactions__item--likes{color:#fb5850}.interactions__item--facebook{color:#425f99}.interactions__item--twitter{color:#55acee}.interactions__item--pinterest{color:#bd081c}.label{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;font-size:12px;font-size:0.75rem;line-height:1.85583;display:block;cursor:inherit}.label[for]{cursor:pointer}.label--required,.label--required:before{color:#fb5850}html.fontface .label--required{color:inherit}.label--inline,.form__item--inline-labels .label{display:inline;width:auto;margin-right:1em}.label--inline:last-child,.form__item--inline-labels .label:last-child{margin-right:0}.label input[type=checkbox],.label input[type=radio]{font-size:1em;margin-right:0.25em}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loading-block:after,.loading-background:after,.loading-overlay:after{position:absolute;content:'';display:block;font-size:32px;width:1em;height:1em;background-size:100% 100%;background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/loading/loading-black.svg");left:50%;top:50%;margin:-0.5em 0 0 -0.5em;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loading;animation-name:loading}html.no-svg .loading-block:after,html.no-svg .loading-background:after,html.no-svg .loading-overlay:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/loading/loading-black.png")}.loading-block--black:after,.loading-background--black:after,.loading-overlay--black:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/loading/loading-black.svg")}html.no-svg .loading-block--black:after,html.no-svg .loading-background--black:after,html.no-svg .loading-overlay--black:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/loading/loading-black.png")}.loading-block--white:after,.loading-background--white:after,.loading-overlay--white:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/loading/loading-white.svg")}html.no-svg .loading-block--white:after,html.no-svg .loading-background--white:after,html.no-svg .loading-overlay--white:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/base/loading/loading-white.png")}.loading-block{display:block;position:relative;margin-left:auto;margin-right:auto;width:32px;height:32px}.loading-background{position:relative;min-height:32px}.loading-background>*{visibility:hidden}.loading-overlay{background-color:rgba(255,255,255,0.9375);position:fixed;left:0;top:0;right:0;bottom:0;z-index:1}.loading-overlay--black{background-color:rgba(255,255,255,0.9375)}.loading-overlay--white{background-color:rgba(0,0,0,0.9375)}.loading-block--size-s{width:16px;height:16px}.loading-block--size-s:after,.loading-background--size-s:after,.loading-overlay--size-s:after{font-size:16px}.loading-block--size-m{width:32px;height:32px}.loading-block--size-m:after,.loading-background--size-m:after,.loading-overlay--size-m:after{font-size:32px}.loading-block--size-l{width:48px;height:48px}.loading-block--size-l:after,.loading-background--size-l:after,.loading-overlay--size-l:after{font-size:48px}.media:after{content:'';clear:both;display:table}.media__figure{float:left;width:48px}.media__body{padding-left:64px}.meta{word-wrap:break-word;font-size:14px;font-size:0.875rem;line-height:1.79912}.meta__term,.meta__data{display:inline}.meta__term{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700;text-transform:uppercase;font-size:12px;font-size:0.75rem;line-height:1.85583}html[lang='tr'] .meta__term{text-transform:none}.meta__data{margin-right:1em}.meta__tag:before{opacity:0.25;content:'#'}.pagination,.order{font-size:12px;font-size:0.75rem;line-height:1.85583;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;text-transform:uppercase;text-align:center;margin-left:auto;margin-right:auto;padding:16px;max-width:1216px}html[lang='tr'] .pagination,html[lang='tr'] .order{text-transform:none}.pagination:first-child,.order:first-child{padding-top:0}.pagination:last-child,.order:last-child{padding-bottom:0}.pagination,.pagination a,.order,.order a{color:gray}.pagination__item,.order__item{margin-right:1.5em}.pagination__item a,.order__item a{position:relative}.pagination__item a:before,.order__item a:before{border-radius:100%;position:absolute;content:'';top:-0.75em;right:-0.75em;bottom:-0.75em;left:-0.75em}.pagination__item a.active,.pagination__item a:hover,.order__item a.active,.order__item a:hover{color:#202020}h1,h2,h3{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:300}h1{font-size:26px;font-size:1.625rem;line-height:1.34584}@media (min-width: 736px){h1{font-size:48px;font-size:3rem}}h2{font-size:20px;font-size:1.25rem;line-height:1.49501}@media (min-width: 736px){h2{font-size:32px;font-size:2rem}}h3{font-size:17px;font-size:1.0625rem;line-height:1.60084}@media (min-width: 736px){h3{font-size:24px;font-size:1.5rem}}h4{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;font-size:14px;font-size:0.875rem;line-height:1.79912}h5{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700;text-transform:uppercase;font-size:12px;font-size:0.75rem;line-height:1.85583}html[lang='tr'] h5{text-transform:none}small{display:block;font-size:12px;font-size:0.75rem;line-height:1.85583;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400}.select{display:block}.select--full-width{width:100%}.select--max-full-width{max-width:100%}.select--inline{display:inline;width:auto}.select+.select,.label+.select{margin-top:4px}.share:after{content:'';clear:both;display:table}.share__item{height:20px;line-height:0;float:left;margin-right:0.5em;margin-bottom:4px}.share__item:last-child{margin-right:0}html.no-js .share{display:none}.table{width:100%;border-spacing:0;border-width:1px 0 0 1px;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;text-align:left}.table,.table th,.table td{border-color:#dfdfdf;border-style:solid}.table,.table tr,.table th,.table td{margin:0;padding:0}.table th,.table tfoot td{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700}.table th,.table td{vertical-align:top;border-width:0 1px 1px 0;padding:8px}.table--striped tbody tr:nth-child(odd){background-color:#efefef}.table--striped tbody tr:nth-child(even){background-color:none}.table--fixed-layout{table-layout:fixed}.table--reduced{border-width:0}.table--reduced th,.table--reduced td{border-width:0}.table--reduced th:first-child,.table--reduced td:first-child{padding-left:0}.table--reduced th:last-child,.table--reduced td:last-child{padding-right:0}.table--reduced th{padding-top:0}.table--reduced tbody td{border-bottom-width:1px}.table--reduced tbody tr:first-child td{border-top-width:1px}.table--reduced tfoot td{padding-bottom:0}.taxonomy{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400}.taxonomy__item[data-popularity="0"]{color:#85c9ed;font-weight:300}.taxonomy__item[data-popularity="1"]{color:#81c7ec;font-weight:300}.taxonomy__item[data-popularity="2"]{color:#7dc5eb;font-weight:300}.taxonomy__item[data-popularity="3"]{color:#79c3eb;font-weight:300}.taxonomy__item[data-popularity="4"]{color:#75c2ea;font-weight:300}.taxonomy__item[data-popularity="5"]{color:#71c0ea;font-weight:300}.taxonomy__item[data-popularity="6"]{color:#6ebee9;font-weight:300}.taxonomy__item[data-popularity="7"]{color:#6abde8;font-weight:300}.taxonomy__item[data-popularity="8"]{color:#66bbe8;font-weight:300}.taxonomy__item[data-popularity="9"]{color:#62b9e7;font-weight:300}.taxonomy__item[data-popularity="10"]{color:#5eb7e7;font-weight:300}.taxonomy__item[data-popularity="11"]{color:#5ab6e6}.taxonomy__item[data-popularity="12"]{color:#57b4e6}.taxonomy__item[data-popularity="13"]{color:#53b2e5}.taxonomy__item[data-popularity="14"]{color:#4fb1e4}.taxonomy__item[data-popularity="15"]{color:#4bafe4}.taxonomy__item[data-popularity="16"]{color:#47ade3}.taxonomy__item[data-popularity="17"]{color:#43ace3}.taxonomy__item[data-popularity="18"]{color:#40aae2}.taxonomy__item[data-popularity="19"]{color:#3ca8e2}.taxonomy__item[data-popularity="20"]{color:#38a6e1}.taxonomy__item[data-popularity="21"]{color:#34a5e0}.taxonomy__item[data-popularity="22"]{color:#30a3e0;font-weight:700}.taxonomy__item[data-popularity="23"]{color:#2ca1df;font-weight:700}.taxonomy__item[data-popularity="24"]{color:#29a0df;font-weight:700}.taxonomy__item[data-popularity="25"]{color:#259ede;font-weight:700}.taxonomy__item[data-popularity="26"]{color:#219cdd;font-weight:700}.taxonomy__item[data-popularity="27"]{color:#1d9bdd;font-weight:700}.taxonomy__item[data-popularity="28"]{color:#1999dc;font-weight:700}.taxonomy__item[data-popularity="29"]{color:#1597dc;font-weight:700}.taxonomy__item[data-popularity="30"]{color:#1295db;font-weight:700}.taxonomy__item[data-popularity="31"]{color:#0e94db;font-weight:700}.taxonomy__item[data-popularity="32"]{color:#0a92da;font-weight:700}.taxonomy__item a{color:inherit}.taxonomy--cloud .taxonomy__item{display:inline;margin-right:1em}.taxonomy--cloud .taxonomy__item:last-child{margin-right:0}.taxonomy--list .taxonomy__item{position:relative;padding-left:0.25em;padding-right:0.25em}.taxonomy--list .taxonomy__item:before{display:block;content:'';background-color:#e0f1fa;height:100%;width:0;left:0;top:0;position:absolute;border-radius:0.25em}.taxonomy--list .taxonomy__item[data-percent="0"]:before{width:0%}.taxonomy--list .taxonomy__item[data-percent="1"]:before{width:1%}.taxonomy--list .taxonomy__item[data-percent="2"]:before{width:2%}.taxonomy--list .taxonomy__item[data-percent="3"]:before{width:3%}.taxonomy--list .taxonomy__item[data-percent="4"]:before{width:4%}.taxonomy--list .taxonomy__item[data-percent="5"]:before{width:5%}.taxonomy--list .taxonomy__item[data-percent="6"]:before{width:6%}.taxonomy--list .taxonomy__item[data-percent="7"]:before{width:7%}.taxonomy--list .taxonomy__item[data-percent="8"]:before{width:8%}.taxonomy--list .taxonomy__item[data-percent="9"]:before{width:9%}.taxonomy--list .taxonomy__item[data-percent="10"]:before{width:10%}.taxonomy--list .taxonomy__item[data-percent="11"]:before{width:11%}.taxonomy--list .taxonomy__item[data-percent="12"]:before{width:12%}.taxonomy--list .taxonomy__item[data-percent="13"]:before{width:13%}.taxonomy--list .taxonomy__item[data-percent="14"]:before{width:14%}.taxonomy--list .taxonomy__item[data-percent="15"]:before{width:15%}.taxonomy--list .taxonomy__item[data-percent="16"]:before{width:16%}.taxonomy--list .taxonomy__item[data-percent="17"]:before{width:17%}.taxonomy--list .taxonomy__item[data-percent="18"]:before{width:18%}.taxonomy--list .taxonomy__item[data-percent="19"]:before{width:19%}.taxonomy--list .taxonomy__item[data-percent="20"]:before{width:20%}.taxonomy--list .taxonomy__item[data-percent="21"]:before{width:21%}.taxonomy--list .taxonomy__item[data-percent="22"]:before{width:22%}.taxonomy--list .taxonomy__item[data-percent="23"]:before{width:23%}.taxonomy--list .taxonomy__item[data-percent="24"]:before{width:24%}.taxonomy--list .taxonomy__item[data-percent="25"]:before{width:25%}.taxonomy--list .taxonomy__item[data-percent="26"]:before{width:26%}.taxonomy--list .taxonomy__item[data-percent="27"]:before{width:27%}.taxonomy--list .taxonomy__item[data-percent="28"]:before{width:28%}.taxonomy--list .taxonomy__item[data-percent="29"]:before{width:29%}.taxonomy--list .taxonomy__item[data-percent="30"]:before{width:30%}.taxonomy--list .taxonomy__item[data-percent="31"]:before{width:31%}.taxonomy--list .taxonomy__item[data-percent="32"]:before{width:32%}.taxonomy--list .taxonomy__item[data-percent="33"]:before{width:33%}.taxonomy--list .taxonomy__item[data-percent="34"]:before{width:34%}.taxonomy--list .taxonomy__item[data-percent="35"]:before{width:35%}.taxonomy--list .taxonomy__item[data-percent="36"]:before{width:36%}.taxonomy--list .taxonomy__item[data-percent="37"]:before{width:37%}.taxonomy--list .taxonomy__item[data-percent="38"]:before{width:38%}.taxonomy--list .taxonomy__item[data-percent="39"]:before{width:39%}.taxonomy--list .taxonomy__item[data-percent="40"]:before{width:40%}.taxonomy--list .taxonomy__item[data-percent="41"]:before{width:41%}.taxonomy--list .taxonomy__item[data-percent="42"]:before{width:42%}.taxonomy--list .taxonomy__item[data-percent="43"]:before{width:43%}.taxonomy--list .taxonomy__item[data-percent="44"]:before{width:44%}.taxonomy--list .taxonomy__item[data-percent="45"]:before{width:45%}.taxonomy--list .taxonomy__item[data-percent="46"]:before{width:46%}.taxonomy--list .taxonomy__item[data-percent="47"]:before{width:47%}.taxonomy--list .taxonomy__item[data-percent="48"]:before{width:48%}.taxonomy--list .taxonomy__item[data-percent="49"]:before{width:49%}.taxonomy--list .taxonomy__item[data-percent="50"]:before{width:50%}.taxonomy--list .taxonomy__item[data-percent="51"]:before{width:51%}.taxonomy--list .taxonomy__item[data-percent="52"]:before{width:52%}.taxonomy--list .taxonomy__item[data-percent="53"]:before{width:53%}.taxonomy--list .taxonomy__item[data-percent="54"]:before{width:54%}.taxonomy--list .taxonomy__item[data-percent="55"]:before{width:55%}.taxonomy--list .taxonomy__item[data-percent="56"]:before{width:56%}.taxonomy--list .taxonomy__item[data-percent="57"]:before{width:57%}.taxonomy--list .taxonomy__item[data-percent="58"]:before{width:58%}.taxonomy--list .taxonomy__item[data-percent="59"]:before{width:59%}.taxonomy--list .taxonomy__item[data-percent="60"]:before{width:60%}.taxonomy--list .taxonomy__item[data-percent="61"]:before{width:61%}.taxonomy--list .taxonomy__item[data-percent="62"]:before{width:62%}.taxonomy--list .taxonomy__item[data-percent="63"]:before{width:63%}.taxonomy--list .taxonomy__item[data-percent="64"]:before{width:64%}.taxonomy--list .taxonomy__item[data-percent="65"]:before{width:65%}.taxonomy--list .taxonomy__item[data-percent="66"]:before{width:66%}.taxonomy--list .taxonomy__item[data-percent="67"]:before{width:67%}.taxonomy--list .taxonomy__item[data-percent="68"]:before{width:68%}.taxonomy--list .taxonomy__item[data-percent="69"]:before{width:69%}.taxonomy--list .taxonomy__item[data-percent="70"]:before{width:70%}.taxonomy--list .taxonomy__item[data-percent="71"]:before{width:71%}.taxonomy--list .taxonomy__item[data-percent="72"]:before{width:72%}.taxonomy--list .taxonomy__item[data-percent="73"]:before{width:73%}.taxonomy--list .taxonomy__item[data-percent="74"]:before{width:74%}.taxonomy--list .taxonomy__item[data-percent="75"]:before{width:75%}.taxonomy--list .taxonomy__item[data-percent="76"]:before{width:76%}.taxonomy--list .taxonomy__item[data-percent="77"]:before{width:77%}.taxonomy--list .taxonomy__item[data-percent="78"]:before{width:78%}.taxonomy--list .taxonomy__item[data-percent="79"]:before{width:79%}.taxonomy--list .taxonomy__item[data-percent="80"]:before{width:80%}.taxonomy--list .taxonomy__item[data-percent="81"]:before{width:81%}.taxonomy--list .taxonomy__item[data-percent="82"]:before{width:82%}.taxonomy--list .taxonomy__item[data-percent="83"]:before{width:83%}.taxonomy--list .taxonomy__item[data-percent="84"]:before{width:84%}.taxonomy--list .taxonomy__item[data-percent="85"]:before{width:85%}.taxonomy--list .taxonomy__item[data-percent="86"]:before{width:86%}.taxonomy--list .taxonomy__item[data-percent="87"]:before{width:87%}.taxonomy--list .taxonomy__item[data-percent="88"]:before{width:88%}.taxonomy--list .taxonomy__item[data-percent="89"]:before{width:89%}.taxonomy--list .taxonomy__item[data-percent="90"]:before{width:90%}.taxonomy--list .taxonomy__item[data-percent="91"]:before{width:91%}.taxonomy--list .taxonomy__item[data-percent="92"]:before{width:92%}.taxonomy--list .taxonomy__item[data-percent="93"]:before{width:93%}.taxonomy--list .taxonomy__item[data-percent="94"]:before{width:94%}.taxonomy--list .taxonomy__item[data-percent="95"]:before{width:95%}.taxonomy--list .taxonomy__item[data-percent="96"]:before{width:96%}.taxonomy--list .taxonomy__item[data-percent="97"]:before{width:97%}.taxonomy--list .taxonomy__item[data-percent="98"]:before{width:98%}.taxonomy--list .taxonomy__item[data-percent="99"]:before{width:99%}.taxonomy--list .taxonomy__item[data-percent="100"]:before{width:100%}.taxonomy--list .taxonomy__item a{position:relative;display:block}.taxonomy--list .taxonomy__item+.taxonomy__item{margin-top:4px}.textfield-and-button{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;font-size:14px;font-size:0.875rem;line-height:1.79912;border:1px solid #dfdfdf;display:block;border-radius:0.875em;position:relative;overflow:hidden;background-color:#ffffff}.textfield-and-button,.textfield-and-button__button{padding-left:0.875em;padding-right:0.875em}.textfield-and-button__textfield,.textfield-and-button__button{background-color:inherit;font-family:inherit;font-size:inherit;line-height:normal;border:none;padding-top:1em;padding-bottom:1em;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.textfield-and-button__textfield{width:100%}.textfield-and-button__button{cursor:pointer;border-width:0;border-left-width:inherit;border-style:inherit;border-color:inherit;position:absolute;right:0;top:0}.label+.textfield-and-button{margin-top:4px}.textfield{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;font-size:14px;font-size:0.875rem;line-height:1.79912;width:100%;margin:0;border:1px solid #dfdfdf;background-color:#efefef;resize:none;display:block;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;border-radius:0.875em;padding:0.5em 0.875em 0.375em}.textfield:disabled{cursor:not-allowed}.textfield:focus{border-color:#bfbfbf}.textfield--inline{display:inline;width:auto}.textfield+.textfield,.label+.textfield{margin-top:4px}.footer .textfield,.header .textfield{background-color:#ffffff}time{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;font-size:12px;font-size:0.75rem;line-height:1.85583;color:#bfbfbf}a,.link{color:#0a92da}.font-family-sans-serif{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400}.font-family-sans-serif-light{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:300}.font-family-sans-serif-bold{font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700}.font-family-serif{font-family:'Mercury SSm A', 'Mercury SSm B', Georgia, serif;font-weight:400}.font-family-serif-light{font-family:'Mercury SSm A', 'Mercury SSm B', Georgia, serif;font-weight:400}.font-family-serif-bold{font-family:'Mercury SSm A', 'Mercury SSm B', Georgia, serif;font-weight:700}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-size-xxxs{font-size:8px;font-size:0.5rem;line-height:2.00499}.font-size-xxs{font-size:10px;font-size:0.625rem;line-height:1.9229}.font-size-xs{font-size:12px;font-size:0.75rem;line-height:1.85583}.font-size-s{font-size:14px;font-size:0.875rem;line-height:1.79912}.font-size-m{font-size:16px;font-size:1rem;line-height:1.75}.font-size-l{font-size:18px;font-size:1.125rem;line-height:1.70667}.font-size-xl{font-size:17px;font-size:1.0625rem;line-height:1.60084}@media (min-width: 736px){.font-size-xl{font-size:24px;font-size:1.5rem}}.font-size-xxl{font-size:20px;font-size:1.25rem;line-height:1.49501}@media (min-width: 736px){.font-size-xxl{font-size:32px;font-size:2rem}}.font-size-xxxl{font-size:26px;font-size:1.625rem;line-height:1.34584}@media (min-width: 736px){.font-size-xxxl{font-size:48px;font-size:3rem}}.font-size-xxxxl{font-size:32px;font-size:2rem;line-height:1.24001}@media (min-width: 736px){.font-size-xxxxl{font-size:64px;font-size:4rem}}.paragraphs-xxxs{font-size:8px;font-size:0.5rem;line-height:2.00499}.paragraphs-xxxs h1,.paragraphs-xxxs h2,.paragraphs-xxxs h3,.paragraphs-xxxs h4,.paragraphs-xxxs h5,.paragraphs-xxxs p,.paragraphs-xxxs ul,.paragraphs-xxxs ol,.paragraphs-xxxs small,.paragraphs-xxxs blockquote,.paragraphs-xxxs figure,.paragraphs-xxxs hr,.paragraphs-xxxs dl{margin-top:16px;margin-top:1.0025rem;margin-bottom:16px;margin-bottom:1.0025rem}.paragraphs-xxxs h1:first-child,.paragraphs-xxxs h2:first-child,.paragraphs-xxxs h3:first-child,.paragraphs-xxxs h4:first-child,.paragraphs-xxxs h5:first-child,.paragraphs-xxxs p:first-child,.paragraphs-xxxs ul:first-child,.paragraphs-xxxs ol:first-child,.paragraphs-xxxs small:first-child,.paragraphs-xxxs blockquote:first-child,.paragraphs-xxxs figure:first-child,.paragraphs-xxxs hr:first-child,.paragraphs-xxxs dl:first-child{margin-top:0}.paragraphs-xxxs h1:last-child,.paragraphs-xxxs h2:last-child,.paragraphs-xxxs h3:last-child,.paragraphs-xxxs h4:last-child,.paragraphs-xxxs h5:last-child,.paragraphs-xxxs p:last-child,.paragraphs-xxxs ul:last-child,.paragraphs-xxxs ol:last-child,.paragraphs-xxxs small:last-child,.paragraphs-xxxs blockquote:last-child,.paragraphs-xxxs figure:last-child,.paragraphs-xxxs hr:last-child,.paragraphs-xxxs dl:last-child{margin-bottom:0}.paragraphs-xxs{font-size:10px;font-size:0.625rem;line-height:1.9229}.paragraphs-xxs h1,.paragraphs-xxs h2,.paragraphs-xxs h3,.paragraphs-xxs h4,.paragraphs-xxs h5,.paragraphs-xxs p,.paragraphs-xxs ul,.paragraphs-xxs ol,.paragraphs-xxs small,.paragraphs-xxs blockquote,.paragraphs-xxs figure,.paragraphs-xxs hr,.paragraphs-xxs dl{margin-top:19px;margin-top:1.20182rem;margin-bottom:19px;margin-bottom:1.20182rem}.paragraphs-xxs h1:first-child,.paragraphs-xxs h2:first-child,.paragraphs-xxs h3:first-child,.paragraphs-xxs h4:first-child,.paragraphs-xxs h5:first-child,.paragraphs-xxs p:first-child,.paragraphs-xxs ul:first-child,.paragraphs-xxs ol:first-child,.paragraphs-xxs small:first-child,.paragraphs-xxs blockquote:first-child,.paragraphs-xxs figure:first-child,.paragraphs-xxs hr:first-child,.paragraphs-xxs dl:first-child{margin-top:0}.paragraphs-xxs h1:last-child,.paragraphs-xxs h2:last-child,.paragraphs-xxs h3:last-child,.paragraphs-xxs h4:last-child,.paragraphs-xxs h5:last-child,.paragraphs-xxs p:last-child,.paragraphs-xxs ul:last-child,.paragraphs-xxs ol:last-child,.paragraphs-xxs small:last-child,.paragraphs-xxs blockquote:last-child,.paragraphs-xxs figure:last-child,.paragraphs-xxs hr:last-child,.paragraphs-xxs dl:last-child{margin-bottom:0}.paragraphs-xs{font-size:12px;font-size:0.75rem;line-height:1.85583}.paragraphs-xs h1,.paragraphs-xs h2,.paragraphs-xs h3,.paragraphs-xs h4,.paragraphs-xs h5,.paragraphs-xs p,.paragraphs-xs ul,.paragraphs-xs ol,.paragraphs-xs small,.paragraphs-xs blockquote,.paragraphs-xs figure,.paragraphs-xs hr,.paragraphs-xs dl{margin-top:22px;margin-top:1.39187rem;margin-bottom:22px;margin-bottom:1.39187rem}.paragraphs-xs h1:first-child,.paragraphs-xs h2:first-child,.paragraphs-xs h3:first-child,.paragraphs-xs h4:first-child,.paragraphs-xs h5:first-child,.paragraphs-xs p:first-child,.paragraphs-xs ul:first-child,.paragraphs-xs ol:first-child,.paragraphs-xs small:first-child,.paragraphs-xs blockquote:first-child,.paragraphs-xs figure:first-child,.paragraphs-xs hr:first-child,.paragraphs-xs dl:first-child{margin-top:0}.paragraphs-xs h1:last-child,.paragraphs-xs h2:last-child,.paragraphs-xs h3:last-child,.paragraphs-xs h4:last-child,.paragraphs-xs h5:last-child,.paragraphs-xs p:last-child,.paragraphs-xs ul:last-child,.paragraphs-xs ol:last-child,.paragraphs-xs small:last-child,.paragraphs-xs blockquote:last-child,.paragraphs-xs figure:last-child,.paragraphs-xs hr:last-child,.paragraphs-xs dl:last-child{margin-bottom:0}.paragraphs-s{font-size:14px;font-size:0.875rem;line-height:1.79912}.paragraphs-s h1,.paragraphs-s h2,.paragraphs-s h3,.paragraphs-s h4,.paragraphs-s h5,.paragraphs-s p,.paragraphs-s ul,.paragraphs-s ol,.paragraphs-s small,.paragraphs-s blockquote,.paragraphs-s figure,.paragraphs-s hr,.paragraphs-s dl{margin-top:25px;margin-top:1.57423rem;margin-bottom:25px;margin-bottom:1.57423rem}.paragraphs-s h1:first-child,.paragraphs-s h2:first-child,.paragraphs-s h3:first-child,.paragraphs-s h4:first-child,.paragraphs-s h5:first-child,.paragraphs-s p:first-child,.paragraphs-s ul:first-child,.paragraphs-s ol:first-child,.paragraphs-s small:first-child,.paragraphs-s blockquote:first-child,.paragraphs-s figure:first-child,.paragraphs-s hr:first-child,.paragraphs-s dl:first-child{margin-top:0}.paragraphs-s h1:last-child,.paragraphs-s h2:last-child,.paragraphs-s h3:last-child,.paragraphs-s h4:last-child,.paragraphs-s h5:last-child,.paragraphs-s p:last-child,.paragraphs-s ul:last-child,.paragraphs-s ol:last-child,.paragraphs-s small:last-child,.paragraphs-s blockquote:last-child,.paragraphs-s figure:last-child,.paragraphs-s hr:last-child,.paragraphs-s dl:last-child{margin-bottom:0}.paragraphs-m{font-size:16px;font-size:1rem;line-height:1.75}.paragraphs-m h1,.paragraphs-m h2,.paragraphs-m h3,.paragraphs-m h4,.paragraphs-m h5,.paragraphs-m p,.paragraphs-m ul,.paragraphs-m ol,.paragraphs-m small,.paragraphs-m blockquote,.paragraphs-m figure,.paragraphs-m hr,.paragraphs-m dl{margin-top:28px;margin-top:1.75rem;margin-bottom:28px;margin-bottom:1.75rem}.paragraphs-m h1:first-child,.paragraphs-m h2:first-child,.paragraphs-m h3:first-child,.paragraphs-m h4:first-child,.paragraphs-m h5:first-child,.paragraphs-m p:first-child,.paragraphs-m ul:first-child,.paragraphs-m ol:first-child,.paragraphs-m small:first-child,.paragraphs-m blockquote:first-child,.paragraphs-m figure:first-child,.paragraphs-m hr:first-child,.paragraphs-m dl:first-child{margin-top:0}.paragraphs-m h1:last-child,.paragraphs-m h2:last-child,.paragraphs-m h3:last-child,.paragraphs-m h4:last-child,.paragraphs-m h5:last-child,.paragraphs-m p:last-child,.paragraphs-m ul:last-child,.paragraphs-m ol:last-child,.paragraphs-m small:last-child,.paragraphs-m blockquote:last-child,.paragraphs-m figure:last-child,.paragraphs-m hr:last-child,.paragraphs-m dl:last-child{margin-bottom:0}.paragraphs-l{font-size:18px;font-size:1.125rem;line-height:1.70667}.paragraphs-l h1,.paragraphs-l h2,.paragraphs-l h3,.paragraphs-l h4,.paragraphs-l h5,.paragraphs-l p,.paragraphs-l ul,.paragraphs-l ol,.paragraphs-l small,.paragraphs-l blockquote,.paragraphs-l figure,.paragraphs-l hr,.paragraphs-l dl{margin-top:31px;margin-top:1.92rem;margin-bottom:31px;margin-bottom:1.92rem}.paragraphs-l h1:first-child,.paragraphs-l h2:first-child,.paragraphs-l h3:first-child,.paragraphs-l h4:first-child,.paragraphs-l h5:first-child,.paragraphs-l p:first-child,.paragraphs-l ul:first-child,.paragraphs-l ol:first-child,.paragraphs-l small:first-child,.paragraphs-l blockquote:first-child,.paragraphs-l figure:first-child,.paragraphs-l hr:first-child,.paragraphs-l dl:first-child{margin-top:0}.paragraphs-l h1:last-child,.paragraphs-l h2:last-child,.paragraphs-l h3:last-child,.paragraphs-l h4:last-child,.paragraphs-l h5:last-child,.paragraphs-l p:last-child,.paragraphs-l ul:last-child,.paragraphs-l ol:last-child,.paragraphs-l small:last-child,.paragraphs-l blockquote:last-child,.paragraphs-l figure:last-child,.paragraphs-l hr:last-child,.paragraphs-l dl:last-child{margin-bottom:0}.text-align-left{text-align:left}.text-align-right{text-align:right}.text-align-center{text-align:center}.text-align-justify{text-align:justify}.text-transform-uppercase{text-transform:uppercase}html[lang='tr'] .text-transform-uppercase{text-transform:none}.text-transform-none{text-transform:none}.text-decoration-underline,.text-decoration-underline-hover:hover{text-decoration:underline}.color-inherit,.color-inherit-hover:hover{color:inherit}.color-text,.color-text-hover:hover{color:#202020}.color-link,.color-link-hover:hover{color:#0a92da}.color-black,.color-black-hover:hover{color:#000000}.color-white,.color-white-hover:hover{color:#ffffff}.color-negative,.color-negative-hover:hover{color:#fb5850}.color-positive,.color-positive-hover:hover{color:#9bc585}.color-muted,.color-muted-hover:hover{color:#bfbfbf}.links-muted a,.links-muted .link{color:gray}.links-muted a:hover,.links-muted .link:hover{color:#404040}.ordered-list{list-style-type:decimal}.unordered-list{list-style-type:circle}.ordered-list,.unordered-list{list-style-position:inside}@media (min-width: 992px){.ordered-list,.unordered-list{list-style-position:outside}}strong{font-weight:700}strike,del{color:gray}.banner .adunit{display:none}.banner .adunit iframe{background-color:#000000}.banner.eq704 .adunit,.banner.eq192 .adunit{display:block}.comments__item:after{content:'';clear:both;display:table}.comments__item__figure{float:left;width:13.63636%}.comments__item__body{padding-left:18.18182%}@media (min-width: 736px){.comments__item__figure{width:96px}.comments__item__body{padding-left:128px}}.comments__item--flipped .comments__item__figure{float:right}.comments__item--flipped .comments__item__body{padding-left:0;padding-right:18.18182%}@media (min-width: 736px){.comments__item--flipped .comments__item__body{padding-right:128px}}.comments__item__body{font-family:'Mercury SSm A', 'Mercury SSm B', Georgia, serif;font-weight:400;font-size:14px;font-size:0.875rem;line-height:1.79912}.comments__item__body blockquote p{display:inline}.comments__form{text-align:right}.comments__item+.comments__item,.comments__group+.comments__form{margin-top:32px}.content{background-color:#ffffff;padding-bottom:32px}@media (min-width: 736px){.content{padding-bottom:64px}}.content__item{padding:32px 16px}@media (min-width: 736px){.content__item{padding-top:64px;padding-bottom:64px}}.content__item__header,.content__item__footer{margin-left:auto;margin-right:auto;max-width:704px}@media (min-width: 992px){.content__item__header,.content__item__footer{max-width:960px}}@media (min-width: 1248px){.content__item__header,.content__item__footer{max-width:1216px}}.content__item__header{margin-bottom:32px;text-align:center}.content__item__footer{margin-top:32px}.footer{padding:64px 16px}@media (min-width: 736px){.footer{padding-top:128px;padding-bottom:128px}}.footer .footer__item+.footer__item{margin-top:32px}@media (min-width: 736px){.footer .footer__item+.footer__item{margin-top:64px}}.group__item+.group__item{margin-top:16px}.group--spacing-none>.group__item+.group__item{margin-top:0px}.group--spacing-xxs>.group__item+.group__item{margin-top:2px}.group--spacing-xs>.group__item+.group__item{margin-top:4px}.group--spacing-s>.group__item+.group__item{margin-top:8px}.group--spacing-m>.group__item+.group__item{margin-top:16px}.group--spacing-l>.group__item+.group__item{margin-top:32px}.group--spacing-xl>.group__item+.group__item{margin-top:64px}.header{background-color:#ffffff}.layout{margin-left:auto;margin-right:auto;max-width:704px}@media (min-width: 736px){.layout{max-width:none;width:704px}}.layout__item--2nd,.layout__item--3rd,.layout__item--4th,.layout__item--5th{margin-top:32px}@media (min-width: 736px){.layout--sequential-half-half:after{content:'';clear:both;display:table}.layout--sequential-half-half .layout__item{float:left}.layout--sequential-half-half .layout__item--2nd{margin-top:0;margin-left:64px}}@media (min-width: 736px){.layout--sequential-half-half{width:704px}.layout--sequential-half-half .layout__item{width:320px}}@media (min-width: 992px){.layout--sequential-half-half-from-width-m:after{content:'';clear:both;display:table}.layout--sequential-half-half-from-width-m .layout__item{float:left}.layout--sequential-half-half-from-width-m .layout__item--2nd{margin-top:0;margin-left:64px}}@media (min-width: 992px){.layout--sequential-half-half,.layout--sequential-half-half-from-width-m{width:960px}.layout--sequential-half-half .layout__item,.layout--sequential-half-half-from-width-m .layout__item{width:448px}}@media (min-width: 1248px){.layout--sequential-half-half,.layout--sequential-half-half-from-width-m{width:1216px}.layout--sequential-half-half .layout__item,.layout--sequential-half-half-from-width-m .layout__item{width:576px}}@media (min-width: 736px){.layout--sequential-third-third-third{width:704px}.layout--sequential-third-third-third:after{content:'';clear:both;display:table}.layout--sequential-third-third-third .layout__item{float:left;width:192px}.layout--sequential-third-third-third .layout__item--2nd,.layout--sequential-third-third-third .layout__item--3rd{margin-top:0;margin-left:64px}}@media (min-width: 992px){.layout--sequential-third-third-third-from-width-m:after{content:'';clear:both;display:table}.layout--sequential-third-third-third-from-width-m .layout__item{float:left}.layout--sequential-third-third-third-from-width-m .layout__item--2nd,.layout--sequential-third-third-third-from-width-m .layout__item--3rd{margin-top:0}}@media (min-width: 992px){.layout--sequential-third-third-third,.layout--sequential-third-third-third-from-width-m{width:960px}.layout--sequential-third-third-third .layout__item,.layout--sequential-third-third-third-from-width-m .layout__item{width:278px}.layout--sequential-third-third-third .layout__item--2nd,.layout--sequential-third-third-third .layout__item--3rd,.layout--sequential-third-third-third-from-width-m .layout__item--2nd,.layout--sequential-third-third-third-from-width-m .layout__item--3rd{margin-left:63px}}@media (min-width: 1248px){.layout--sequential-third-third-third,.layout--sequential-third-third-third-from-width-m{width:1216px}.layout--sequential-third-third-third .layout__item,.layout--sequential-third-third-third-from-width-m .layout__item{width:364px}.layout--sequential-third-third-third .layout__item--2nd,.layout--sequential-third-third-third .layout__item--3rd,.layout--sequential-third-third-third-from-width-m .layout__item--2nd,.layout--sequential-third-third-third-from-width-m .layout__item--3rd{margin-left:62px}}@media (min-width: 736px){.layout--sequential-fourth-fourth-fourth-fourth:after{content:'';clear:both;display:table}.layout--sequential-fourth-fourth-fourth-fourth .layout__item{float:left}.layout--sequential-fourth-fourth-fourth-fourth .layout__item--2nd,.layout--sequential-fourth-fourth-fourth-fourth .layout__item--3rd,.layout--sequential-fourth-fourth-fourth-fourth .layout__item--4th{margin-top:0;margin-left:64px}}@media (min-width: 736px){.layout--sequential-fourth-fourth-fourth-fourth{width:704px}.layout--sequential-fourth-fourth-fourth-fourth .layout__item{width:128px}}@media (min-width: 992px){.layout--sequential-fourth-fourth-fourth-fourth{width:960px}.layout--sequential-fourth-fourth-fourth-fourth .layout__item{width:192px}}@media (min-width: 1248px){.layout--sequential-fourth-fourth-fourth-fourth{width:1216px}.layout--sequential-fourth-fourth-fourth-fourth .layout__item{width:256px}}@media (min-width: 480px){.layout--sequential-fourth-fourth-and-fourth-fourth .layout__wrapper:after{content:'';clear:both;display:table}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item{width:45.45455%}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--1st,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--3rd{float:left}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--2nd,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--4th{float:right}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--1st,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--2nd{margin-top:0}}@media (min-width: 736px){.layout--sequential-fourth-fourth-and-fourth-fourth{width:704px}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item{width:320px}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--1st,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--2nd,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--3rd,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--4th{float:left}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--2nd,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--4th{margin-left:64px}}@media (min-width: 992px){.layout--sequential-fourth-fourth-and-fourth-fourth{width:960px}.layout--sequential-fourth-fourth-and-fourth-fourth:after{content:'';clear:both;display:table}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__wrapper{float:left;width:448px}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__wrapper--2nd{margin-left:64px}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item{width:192px}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--3rd,.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item--4th{margin-top:0}}@media (min-width: 1248px){.layout--sequential-fourth-fourth-and-fourth-fourth{width:1216px}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__wrapper{width:576px}.layout--sequential-fourth-fourth-and-fourth-fourth .layout__item{width:256px}}@media (min-width: 992px){.layout--rearranged-small-large-small{width:960px}.layout--rearranged-small-large-small:after{content:'';clear:both;display:table}.layout--rearranged-small-large-small .layout__wrapper{width:100%}.layout--rearranged-small-large-small .layout__wrapper:after{clear:right}.layout--rearranged-small-large-small .layout__item--1st,.layout--rearranged-small-large-small .layout__item--3rd,.layout--rearranged-small-large-small .layout__item--4th{width:704px;float:right}.layout--rearranged-small-large-small .layout__item--2nd{width:192px;float:left;margin-top:0}}@media (min-width: 1248px){.layout--rearranged-small-large-small{width:1216px}.layout--rearranged-small-large-small .layout__wrapper{float:left;margin-right:-256px}.layout--rearranged-small-large-small .layout__wrapper:after{clear:none}.layout--rearranged-small-large-small .layout__item--1st,.layout--rearranged-small-large-small .layout__item--3rd{margin-right:256px}.layout--rearranged-small-large-small .layout__item--4th{margin-top:0;width:192px;float:right}}@media (min-width: 992px){.layout--sequential-small-large-small{width:960px}.layout--sequential-small-large-small:after{content:'';clear:both;display:table}.layout--sequential-small-large-small .layout__item--1st{float:left;width:192px;margin-right:64px}.layout--sequential-small-large-small .layout__item--2nd{float:left;width:704px;margin-top:0}.layout--sequential-small-large-small .layout__item--3rd{float:right;width:704px}}@media (min-width: 1248px){.layout--sequential-small-large-small{width:1216px}.layout--sequential-small-large-small .layout__item--3rd{width:192px;margin-top:0}}@media (min-width: 992px){.layout--single-large{width:960px;padding-left:256px}}@media (min-width: 1248px){.layout--single-large{width:704px;padding-left:0}}@media (min-width: 992px){.layout--sequential-medium-large{width:960px}.layout--sequential-medium-large:after{content:'';clear:both;display:table}.layout--sequential-medium-large .layout__item--1st{float:left;width:192px;margin-right:64px}.layout--sequential-medium-large .layout__item--2nd{float:left;width:704px;margin-top:0}}@media (min-width: 1248px){.layout--sequential-medium-large{width:1216px}.layout--sequential-medium-large .layout__item--1st{width:448px}}@media (min-width: 992px){.layout--sequential-large-medium{width:960px}.layout--sequential-large-medium:after{content:'';clear:both;display:table}.layout--sequential-large-medium .layout__item--1st{float:left;width:704px;margin-right:64px}.layout--sequential-large-medium .layout__item--2nd{float:left;width:192px;margin-top:0}}@media (min-width: 1248px){.layout--sequential-large-medium{width:1216px}.layout--sequential-large-medium .layout__item--2nd{width:448px}}@media (min-width: 992px){.layout--sequential-small-fluid:after,.layout--rearranged-small-fluid:after{content:'';clear:both;display:table}.layout--sequential-small-fluid .layout__item--1st,.layout--rearranged-small-fluid .layout__item--1st{width:192px}.layout--sequential-small-fluid .layout__item--2nd,.layout--rearranged-small-fluid .layout__item--2nd{margin-top:0}}@media (min-width: 992px){.layout--sequential-small-fluid .layout__item--1st{float:left}.layout--sequential-small-fluid .layout__item--2nd{margin-left:256px}}@media (min-width: 992px){.layout--rearranged-small-fluid .layout__item--1st{float:right}.layout--rearranged-small-fluid .layout__item--2nd{margin-right:256px}}@media (min-width: 992px){.layout--sequential-fluid-small:after,.layout--rearranged-fluid-small:after{content:'';clear:both;display:table}.layout--sequential-fluid-small .layout__wrapper,.layout--rearranged-fluid-small .layout__wrapper{width:100%}.layout--sequential-fluid-small .layout__item--2nd,.layout--rearranged-fluid-small .layout__item--2nd{margin-top:0;width:192px}}@media (min-width: 992px){.layout--sequential-fluid-small .layout__wrapper{float:left;margin-right:-256px}.layout--sequential-fluid-small .layout__item--1st{margin-right:256px}.layout--sequential-fluid-small .layout__item--2nd{float:right}}@media (min-width: 992px){.layout--rearranged-fluid-small .layout__wrapper{float:right;margin-left:-256px}.layout--rearranged-fluid-small .layout__item--1st{margin-left:256px}.layout--rearranged-fluid-small .layout__item--2nd{float:left}}@media (min-width: 992px){.layout--sequential-medium-fluid:after,.layout--rearranged-medium-fluid:after{content:'';clear:both;display:table}.layout--sequential-medium-fluid .layout__item--1st,.layout--rearranged-medium-fluid .layout__item--1st{width:448px}.layout--sequential-medium-fluid .layout__item--2nd,.layout--rearranged-medium-fluid .layout__item--2nd{margin-top:0}}@media (min-width: 992px){.layout--sequential-medium-fluid .layout__item--1st{float:left}.layout--sequential-medium-fluid .layout__item--2nd{margin-left:512px}}@media (min-width: 992px){.layout--rearranged-medium-fluid .layout__item--1st{float:right}.layout--rearranged-medium-fluid .layout__item--2nd{margin-right:512px}}@media (min-width: 992px){.layout--sequential-fluid-medium:after,.layout--rearranged-fluid-medium:after{content:'';clear:both;display:table}.layout--sequential-fluid-medium .layout__wrapper,.layout--rearranged-fluid-medium .layout__wrapper{width:100%}.layout--sequential-fluid-medium .layout__item--2nd,.layout--rearranged-fluid-medium .layout__item--2nd{margin-top:0;width:448px}}@media (min-width: 992px){.layout--sequential-fluid-medium .layout__wrapper{float:left;margin-right:-512px}.layout--sequential-fluid-medium .layout__item--1st{margin-right:512px}.layout--sequential-fluid-medium .layout__item--2nd{float:right}}@media (min-width: 992px){.layout--rearranged-fluid-medium .layout__wrapper{float:right;margin-left:-512px}.layout--rearranged-fluid-medium .layout__item--1st{margin-left:512px}.layout--rearranged-fluid-medium .layout__item--2nd{float:left}}@media (min-width: 992px){.layout--breakpoints-until-width-l,.layout--breakpoints-until-width-xl,.layout--breakpoints-until-full-width{width:960px}}@media (min-width: 1248px){.layout--breakpoints-until-width-l,.layout--breakpoints-until-width-xl,.layout--breakpoints-until-full-width{width:1216px}}@media (min-width: 1504px){.layout--breakpoints-until-width-xl{width:1472px}}@media (min-width: 1504px){.layout--breakpoints-until-full-width{width:auto}}.layout--fluid-until-width-l{width:auto;max-width:1216px}.layout--fluid-until-width-xl{width:auto;max-width:1472px}.layout--fluid-until-full-width{width:auto;max-width:100%}.margin-none{margin:0px}.margin-top-none{margin-top:0px}.margin-bottom-none{margin-bottom:0px}.margin-left-none{margin-left:0px}.margin-right-none{margin-right:0px}.margin-vertical-none{margin-top:0px;margin-bottom:0px}.margin-horizontal-none{margin-left:0px;margin-right:0px}.padding-none{padding:0px}.padding-top-none{padding-top:0px}.padding-bottom-none{padding-bottom:0px}.padding-left-none{padding-left:0px}.padding-right-none{padding-right:0px}.padding-vertical-none{padding-top:0px;padding-bottom:0px}.padding-horizontal-none{padding-left:0px;padding-right:0px}.margin-xxs{margin:2px}.margin-top-xxs{margin-top:2px}.margin-bottom-xxs{margin-bottom:2px}.margin-left-xxs{margin-left:2px}.margin-right-xxs{margin-right:2px}.margin-vertical-xxs{margin-top:2px;margin-bottom:2px}.margin-horizontal-xxs{margin-left:2px;margin-right:2px}.padding-xxs{padding:2px}.padding-top-xxs{padding-top:2px}.padding-bottom-xxs{padding-bottom:2px}.padding-left-xxs{padding-left:2px}.padding-right-xxs{padding-right:2px}.padding-vertical-xxs{padding-top:2px;padding-bottom:2px}.padding-horizontal-xxs{padding-left:2px;padding-right:2px}.margin-xs{margin:4px}.margin-top-xs{margin-top:4px}.margin-bottom-xs{margin-bottom:4px}.margin-left-xs{margin-left:4px}.margin-right-xs{margin-right:4px}.margin-vertical-xs{margin-top:4px;margin-bottom:4px}.margin-horizontal-xs{margin-left:4px;margin-right:4px}.padding-xs{padding:4px}.padding-top-xs{padding-top:4px}.padding-bottom-xs{padding-bottom:4px}.padding-left-xs{padding-left:4px}.padding-right-xs{padding-right:4px}.padding-vertical-xs{padding-top:4px;padding-bottom:4px}.padding-horizontal-xs{padding-left:4px;padding-right:4px}.margin-s{margin:8px}.margin-top-s{margin-top:8px}.margin-bottom-s{margin-bottom:8px}.margin-left-s{margin-left:8px}.margin-right-s{margin-right:8px}.margin-vertical-s{margin-top:8px;margin-bottom:8px}.margin-horizontal-s{margin-left:8px;margin-right:8px}.padding-s{padding:8px}.padding-top-s{padding-top:8px}.padding-bottom-s{padding-bottom:8px}.padding-left-s{padding-left:8px}.padding-right-s{padding-right:8px}.padding-vertical-s{padding-top:8px;padding-bottom:8px}.padding-horizontal-s{padding-left:8px;padding-right:8px}.margin-m{margin:16px}.margin-top-m{margin-top:16px}.margin-bottom-m{margin-bottom:16px}.margin-left-m{margin-left:16px}.margin-right-m{margin-right:16px}.margin-vertical-m{margin-top:16px;margin-bottom:16px}.margin-horizontal-m{margin-left:16px;margin-right:16px}.padding-m{padding:16px}.padding-top-m{padding-top:16px}.padding-bottom-m{padding-bottom:16px}.padding-left-m{padding-left:16px}.padding-right-m{padding-right:16px}.padding-vertical-m{padding-top:16px;padding-bottom:16px}.padding-horizontal-m{padding-left:16px;padding-right:16px}.margin-l{margin:32px}.margin-top-l{margin-top:32px}.margin-bottom-l{margin-bottom:32px}.margin-left-l{margin-left:32px}.margin-right-l{margin-right:32px}.margin-vertical-l{margin-top:32px;margin-bottom:32px}.margin-horizontal-l{margin-left:32px;margin-right:32px}.padding-l{padding:32px}.padding-top-l{padding-top:32px}.padding-bottom-l{padding-bottom:32px}.padding-left-l{padding-left:32px}.padding-right-l{padding-right:32px}.padding-vertical-l{padding-top:32px;padding-bottom:32px}.padding-horizontal-l{padding-left:32px;padding-right:32px}.margin-xl{margin:64px}.margin-top-xl{margin-top:64px}.margin-bottom-xl{margin-bottom:64px}.margin-left-xl{margin-left:64px}.margin-right-xl{margin-right:64px}.margin-vertical-xl{margin-top:64px;margin-bottom:64px}.margin-horizontal-xl{margin-left:64px;margin-right:64px}.padding-xl{padding:64px}.padding-top-xl{padding-top:64px}.padding-bottom-xl{padding-bottom:64px}.padding-left-xl{padding-left:64px}.padding-right-xl{padding-right:64px}.padding-vertical-xl{padding-top:64px;padding-bottom:64px}.padding-horizontal-xl{padding-left:64px;padding-right:64px}.textblock{font-family:'Mercury SSm A', 'Mercury SSm B', Georgia, serif;font-weight:400;font-size:16px;font-size:1rem;line-height:1.75;max-width:704px}.textblock h1,.textblock h2,.textblock h3,.textblock h4,.textblock h5,.textblock p,.textblock ul,.textblock ol,.textblock small,.textblock blockquote,.textblock figure,.textblock hr,.textblock dl{margin-top:28px;margin-top:1.75rem;margin-bottom:28px;margin-bottom:1.75rem}.textblock h1:first-child,.textblock h2:first-child,.textblock h3:first-child,.textblock h4:first-child,.textblock h5:first-child,.textblock p:first-child,.textblock ul:first-child,.textblock ol:first-child,.textblock small:first-child,.textblock blockquote:first-child,.textblock figure:first-child,.textblock hr:first-child,.textblock dl:first-child{margin-top:0}.textblock h1:last-child,.textblock h2:last-child,.textblock h3:last-child,.textblock h4:last-child,.textblock h5:last-child,.textblock p:last-child,.textblock ul:last-child,.textblock ol:last-child,.textblock small:last-child,.textblock blockquote:last-child,.textblock figure:last-child,.textblock hr:last-child,.textblock dl:last-child{margin-bottom:0}.textblock__header h1,.textblock__header h2,.textblock__header h3,.textblock__header h4,.textblock__header h5,.textblock__header p,.textblock__header ul,.textblock__header ol,.textblock__header small,.textblock__header blockquote,.textblock__header figure,.textblock__header hr,.textblock__header dl,.textblock__footer h1,.textblock__footer h2,.textblock__footer h3,.textblock__footer h4,.textblock__footer h5,.textblock__footer p,.textblock__footer ul,.textblock__footer ol,.textblock__footer small,.textblock__footer blockquote,.textblock__footer figure,.textblock__footer hr,.textblock__footer dl{margin-top:0;margin-bottom:0}.textblock__header{margin-bottom:28px;margin-bottom:1.75rem}@media (min-width: 736px){.textblock__header{margin-bottom:56px;margin-bottom:3.5rem}}.textblock__footer{margin-top:28px;margin-top:1.75rem}@media (min-width: 736px){.textblock__footer{margin-top:56px;margin-top:3.5rem}}@media (min-width: 736px){.textblock h1,.textblock h2,.textblock hr,.textblock figure,.textblock form{margin-top:56px;margin-top:3.5rem;margin-bottom:56px;margin-bottom:3.5rem}}.textblock figure figcaption{margin-top:7px;margin-top:0.4375rem;font-size:12px;font-size:0.75rem;line-height:1.85583;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400}.textblock ul,.textblock ol,.textblock blockquote{padding-left:9.09091%}@media (min-width: 736px){.textblock ul,.textblock ol,.textblock blockquote{padding-left:64px}}.textblock ul,.textblock ol{list-style-position:outside}.textblock ul{list-style-type:circle}.textblock ol{list-style-type:decimal}.textblock em{font-style:italic}.textblock em strong{font-weight:400}.textblock strong{font-weight:700}.textblock strong em{font-style:normal}.textblock blockquote{font-style:italic}.textblock blockquote em{font-style:normal}.textblock hr:after{max-width:45.45455%}@media (min-width: 736px){.textblock hr:after{max-width:320px}}.textblock--full-width{max-width:none}@media (min-width: 992px){.textblock--extend-left-side,.textblock--extend-right-side,.textblock--extend-both-sides{max-width:960px}.textblock--extend-left-side h2,.textblock--extend-left-side h3,.textblock--extend-left-side h4,.textblock--extend-left-side h5,.textblock--extend-left-side p,.textblock--extend-left-side ul,.textblock--extend-left-side ol,.textblock--extend-left-side blockquote,.textblock--extend-left-side figcaption,.textblock--extend-right-side h2,.textblock--extend-right-side h3,.textblock--extend-right-side h4,.textblock--extend-right-side h5,.textblock--extend-right-side p,.textblock--extend-right-side ul,.textblock--extend-right-side ol,.textblock--extend-right-side blockquote,.textblock--extend-right-side figcaption,.textblock--extend-both-sides h2,.textblock--extend-both-sides h3,.textblock--extend-both-sides h4,.textblock--extend-both-sides h5,.textblock--extend-both-sides p,.textblock--extend-both-sides ul,.textblock--extend-both-sides ol,.textblock--extend-both-sides blockquote,.textblock--extend-both-sides figcaption{max-width:704px}.textblock--extend-left-side h2,.textblock--extend-left-side h3,.textblock--extend-left-side h4,.textblock--extend-left-side h5,.textblock--extend-left-side p,.textblock--extend-left-side ul,.textblock--extend-left-side ol,.textblock--extend-left-side blockquote,.textblock--extend-left-side figcaption,.textblock--extend-both-sides h2,.textblock--extend-both-sides h3,.textblock--extend-both-sides h4,.textblock--extend-both-sides h5,.textblock--extend-both-sides p,.textblock--extend-both-sides ul,.textblock--extend-both-sides ol,.textblock--extend-both-sides blockquote,.textblock--extend-both-sides figcaption{margin-left:auto}}@media (min-width: 1248px){.textblock--extend-left-side,.textblock--extend-right-side,.textblock--extend-both-sides{max-width:1216px}.textblock--extend-both-sides h2,.textblock--extend-both-sides h3,.textblock--extend-both-sides h4,.textblock--extend-both-sides h5,.textblock--extend-both-sides p,.textblock--extend-both-sides ul,.textblock--extend-both-sides ol,.textblock--extend-both-sides blockquote,.textblock--extend-both-sides figcaption{margin-right:auto}}@media (min-width: 1248px){.textblock--extend-left-side hr:after{margin-right:192px}}@media (min-width: 1248px){.textblock--extend-right-side hr:after{margin-left:192px}}@media (min-width: 992px){.textblock--extend-both-sides hr:after{margin-right:192px}}@media (min-width: 1248px){.textblock--extend-both-sides hr:after{margin-right:auto}}.cards{position:relative}.cards--resizing .asset{background-color:#000000}.cards--resizing .asset__item{display:none}.cards__item+.cards__item{margin-top:32px;border-top:1px solid #dfdfdf;padding-top:32px}.cookie{display:none}.cookie__remove{position:relative;color:inherit}.cookie__remove:before{border-radius:100%;position:absolute;content:'';top:-1em;right:-1em;bottom:-1em;left:-1em}.grid{position:relative}.grid--resizing .asset{background-color:#000000}.grid--resizing .asset__item{display:none}.grid+.grid,.grid__item+.grid__item,.asset+.grid,.grid+.asset{margin-top:4px}.grid .asset{background-color:#000000}.hero{background-color:#000000;position:relative;overflow:hidden}.hero__background{display:block}.hero__background,.hero__background a{position:absolute;width:100%;height:100%;left:0;top:0}.hero__background--noise:after,.hero__background--mesh:after{pointer-events:none;content:'';position:absolute;width:100%;height:100%;left:0;top:0}.hero__background--noise:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/stylesheets/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAGPklEQVR4AdSW4a6rMAyDAwM2aPv+r3slgqtYn7S/9ywTKHhpYnBSiBgxIu5DZ133kCUifw2t0vGKNUZ0yyKPmUe8ZoZjYiOuGdetYq3tlXtsmSFtK4U+dmOrpXvf/l6SjaD9pwcj2xSkaxEXORIUxphKCzkSbTcmX9ZtlQ7ZGmnLxM8S+ZvPn40p6CzLneRuSfJ3PsgmSop/iDqVQx4ombLQ2TAwkwdQcC+p9kKfkd40jByzJVo+PVtNjbeCDdPiUzK/ffTv9tIlqB5PSNo5/2lO0SbB2zIbtZHyREiXCl5QQtxQO4sO614boZ/RbLou4ecJ3diV1RdiJZvHP1RJsM4nNQtU8YMz9fvvELLZbFnSrwn2bCcKb2o17EZ1UE+LyGymqDFYXHO87Rxju7C3hSDieqIOQVhJneSp53kTfhyxIALeJ10OomEcfSEXtBn2Y2nXU+eXVBPqqzmPpguGynfpV9kGe0Sst4+tr5TYi79Mz00KUqcveyWuyOFPfsmqxiXkrvNWfnL5+q50afUPqIwsJN9xnx+0W89487XR7Pquzbr+sWkZLfkWQ8k8sCAtOxL9rSx+DtwQ381Uuj0s3gWjktwXEc69ZrUbW+KMcDOlOBHSfLgGVMmvtYLMSrvupkdZ3KOpnHY0K9I5alCo/6vmbHcrV2EompOcjzSk7/+68ydiaeeuShVKc6FVZyTKh48x29s2tKLPndSnnYF2dqpykw/bfNSp/Ry8QwgXx/ct98K9edE9c3e4ZQsD3Bfb8r7J5dg9iLiFxB4cwcuyN2b9NM9Pj0HD2/RWfZJAeswK6nYQxjUkIfH3JwoOThbIRahAiI2XP6Q7rz7VtobQs2Owhpa5+1cwDXc3EbR6goKPgMM903JaRT2kDT+SDgzR+BLvYPHYf8zq7aGYnK5Y2SFf8o+bnMCKiNcyUD6QC59nspz6FWhlHvP6vdceOePVGdjUtfBcjzRXVo/c2k+jZieZdIDGj0fvSQIw1PAZzOE3TNrBKVOUHxHNZKMyCbHm78hAHumFglHVpM2BLp7uQSjzQgk+gm185fjfuH86u4sULYFw3/ekADsEUlaCh8dspsoeywMReDOXnxKUc32yzCPt+HkI821PgOTAsL/MJ061ZZ5edcwLCEZ/4SQX0eHXVBBcvFHMSC+YLqcqv+k8vFMcPFqn/QYrvyXN1wXd+6qibaK8FYVQQqjrY1rVFFb3Fcp0Frz5NNOudcXXAQObgDgCUtHP2GNJFaulsOT4RMXrU98DYhlNgs97hFOxSG2zs0OGa8XDSLFMiI+oZc6d8JxNb1WO9trA/0z1tBZiqhE1nkYvMFdPtlUu1neyu7n8yC5iDhIA+HjErHPM0YeYRNe1mXMXSkQWHoeTsS8aPm0aCC8hglnAetq3l+w6wLPHDt/JTyN6387YVPcfX450j1iLJEVK0a6Jvi59jIxU9Hl4hXTADH3DgezTDBk8uj/pi3K0X0eQzRINLlJOC2FlcQA2Z95yDo0wP+GTiApxABbVeIQg7s1SRlGBpU0ulekVhOpSd7cGZpcrop8jYnqY8Jt8MGkJPNnVmp8Zwfx5svxWA2B5T3XM3N0Lubj/+jrX7SlRMVXi02us245AXza7bb7BsIQBJw22cPQO5USWHSfKbQnz/0/a2i27szLQsDVcYXl+7zz1i37MRyeD4t9D2HveqHRW7WhPSvV4OaPlVQsDhn+ehC5HPvo3xG7lEPwl1bGJVjNJofRLfkTCuV/QMYbIdqOtoueHHd1qCnWdPhdzvPYsUjAhostH7Iv58AM8Qq97wEH0FndQ/AlTX4m2dhX5DUGPDCT6y95PY1k3sbnLyl8ebL0p+jALabcrnzx3cnP3givszpHGc5TEWFQKAUWE3+uQ5QDmIJKRxSJ5JCci28TiNVaBOEkPdYfJZBiQPburBTcAabe+ZvBne7T82bViWmd/VZVqs9xaSLVqO9jHpCK0/Y9OUzvsxOcExbty5oILRGnNp3Z0N8jqrvvhonjD97wZ90yabaxLFrsfRDq7Xd0ONg3HsV8nKgv/HOYSXD5Fg5QK9iD2aySFSqxzjXG3/4GJviCi4W15h5c7xk9e08rSo19BG/whJfJff8GFXTww556/hdOlvhtervwDpqDh0d+1EqIAAAAASUVORK5CYII=")}.hero__background--mesh:after{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/stylesheets/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIW2NgcGAAAwcAAkoAgZZW4NcAAAAASUVORK5CYII=")}.hero__top,.hero__middle,.hero__bottom{position:relative}.lightbox__image{cursor:-webkit-zoom-in;cursor:zoom-in;background-repeat:no-repeat;background-size:cover;opacity:1}.lightbox__image--animate{transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out}.lightbox__image--opened{cursor:-webkit-zoom-out;cursor:zoom-out}.lightbox__background{background-color:#101010;transition:opacity 250ms ease-in-out;opacity:0.0;visibility:hidden;position:absolute;left:0;top:0;right:0;bottom:0;cursor:-webkit-zoom-out;cursor:zoom-out}.lightbox__background--show{opacity:0.9375;visibility:visible}.lightbox__background--close{visibility:visible;cursor:auto}.lightbox__previous,.lightbox__next,.lightbox__close{position:fixed;display:none;z-index:2}.lightbox__previous{left:16px;bottom:16px}.lightbox__next{right:16px;bottom:16px}.lightbox__close{right:16px;top:16px}.modal{padding:7px;width:100%;margin-left:auto;margin-right:auto;max-width:704px;z-index:1}.modal__body{box-shadow:0 8px 16px rgba(0,0,0,0.0625);border:1px solid rgba(0,0,0,0.125);border-radius:8px;background-color:#f7f7f7;background-color:rgba(247,247,247,0.96875);background-clip:padding-box;overflow:hidden}.modal__body{padding:16px}.modal--background .modal__body:before{content:'';background:rgba(0,0,0,0.5);position:fixed;z-index:-1;left:0;top:0;right:0;bottom:0}.modal--background .modal__body{background:#ffffff}.navigation{position:relative;height:65px;font-size:12px;font-size:0.75rem;line-height:1.85583}.navigation__bar,.navigation__sitemap{text-transform:uppercase;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700}html[lang='tr'] .navigation__bar,html[lang='tr'] .navigation__sitemap{text-transform:none}.navigation__bar{background:#ffffff;color:#000000;padding:16px;height:65px}.navigation__bar:after{content:'';clear:both;display:table}.navigation__bar__group:after{content:'';clear:both;display:table}.navigation__bar__group--left{float:left}.navigation__bar__group--right{float:right}.navigation__bar__item{float:left;height:33px;line-height:30px;padding-top:3px;margin-right:16px}.navigation__bar__item--line{width:1px;background-color:rgba(0,0,0,0.125)}.navigation__bar__item--text:after{content:'';clear:both;display:table}.navigation__bar__item--text a{color:inherit;float:left;white-space:nowrap}.navigation__bar__item--text a:hover,.navigation__bar__item--text a.active{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/core/black.gif");background-repeat:no-repeat;background-position:0 24px;background-size:100% 3px}.navigation__bar__item--icon a{position:relative;display:block;height:27px;margin-bottom:3px;background-repeat:no-repeat;background-position:center}.navigation__bar__item--icon a:before{position:absolute;left:-8px;top:0;height:100%;padding:0 16px;content:''}.navigation__bar__item--icon span{display:none}.navigation__bar__item--lomography a{width:171px;background-size:171px 21px;background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/lomography-black.svg")}html.no-svg .navigation__bar__item--lomography a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/lomography-black.png")}.navigation__bar__item--lomography a:before{width:187px}.navigation__bar__item--search a{width:15px;background-size:15px 15px;background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/search-black.svg")}html.no-svg .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/search-black.png")}.navigation__bar__item--search a:before{width:31px}.navigation__bar__item--sitemap a{width:15px;background-size:15px 15px;background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/sitemap-black.svg")}html.no-svg .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/sitemap-black.png")}.navigation__bar__item--sitemap a:before{width:31px}.navigation__bar__item--size-s{display:none}.navigation__bar--size-s .navigation__bar__item--size-s,.navigation__bar--size-m .navigation__bar__item--size-s,.navigation__bar--size-l .navigation__bar__item--size-s{display:block}.navigation__bar__item--size-m{display:none}.navigation__bar--size-m .navigation__bar__item--size-m,.navigation__bar--size-l .navigation__bar__item--size-m{display:block}.navigation__bar__item--size-l{display:none}.navigation__bar--size-l .navigation__bar__item--size-l{display:block}.navigation__bar__group:last-child .navigation__bar__item:last-child{margin-right:0}.navigation__bar--semi-transparent-black-background{background-color:rgba(0,0,0,0.125)}.navigation__bar--black-background{background-color:#000000}.navigation__bar--white-background{background-color:#ffffff}.navigation__bar--semi-transparent-black-line .navigation__bar__item--line{background-color:rgba(0,0,0,0.125)}.navigation__bar--black-line .navigation__bar__item--line{background-color:#000000}.navigation__bar--semi-transparent-white-line .navigation__bar__item--line{background-color:rgba(255,255,255,0.125)}.navigation__bar--white-line .navigation__bar__item--line{background-color:#ffffff}.navigation__bar--black-text{color:#000000}.navigation__bar--black-text .navigation__bar__item--text a:hover,.navigation__bar--black-text .navigation__bar__item--text a.active{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/core/black.gif")}.navigation__bar--black-text .navigation__bar__item--line{background-color:rgba(0,0,0,0.125)}.navigation__bar--black-text .navigation__bar__item--lomography a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/lomography-black.svg")}html.no-svg .navigation__bar--black-text .navigation__bar__item--lomography a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/lomography-black.png")}.navigation__bar--black-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/search-black.svg")}html.no-svg .navigation__bar--black-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/search-black.png")}.navigation__bar--black-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/sitemap-black.svg")}html.no-svg .navigation__bar--black-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/sitemap-black.png")}.navigation__bar--white-text{color:#ffffff}.navigation__bar--white-text .navigation__bar__item--text a:hover,.navigation__bar--white-text .navigation__bar__item--text a.active{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/core/white.gif")}.navigation__bar--white-text .navigation__bar__item--lomography a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/lomography-white.svg")}html.no-svg .navigation__bar--white-text .navigation__bar__item--lomography a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/lomography-white.png")}.navigation__bar--white-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/search-white.svg")}html.no-svg .navigation__bar--white-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/search-white.png")}.navigation__bar--white-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/sitemap-white.svg")}html.no-svg .navigation__bar--white-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/sitemap-white.png")}.navigation--search .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.svg")}html.no-svg .navigation--search .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.png")}.navigation--search .navigation__bar--black-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.svg")}html.no-svg .navigation--search .navigation__bar--black-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.png")}.navigation--search .navigation__bar--white-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-white.svg")}html.no-svg .navigation--search .navigation__bar--white-text .navigation__bar__item--search a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-white.png")}.navigation--sitemap .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.svg")}html.no-svg .navigation--sitemap .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.png")}.navigation--sitemap .navigation__bar--black-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.svg")}html.no-svg .navigation--sitemap .navigation__bar--black-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-black.png")}.navigation--sitemap .navigation__bar--white-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-white.svg")}html.no-svg .navigation--sitemap .navigation__bar--white-text .navigation__bar__item--sitemap a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/modules/navigation/close-white.png")}.navigation--cart .navigation__bar__item--cart a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/core/black.gif");background-repeat:no-repeat;background-position:0 24px;background-size:100% 3px}.navigation--cart .navigation__bar--black-text .navigation__bar__item--cart a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/core/black.gif")}.navigation--cart .navigation__bar--white-text .navigation__bar__item--cart a{background-image:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/images/core/white.gif")}.navigation--cart .navigation__cart{display:block}.navigation--search .navigation__search{display:block}.navigation--sitemap .navigation__sitemap{display:block}.navigation__cart,.navigation__search,.navigation__sitemap{padding:7px;width:100%;position:absolute;top:65px;top:49px;right:0;z-index:1;display:none}.navigation__cart__body,.navigation__search__body,.navigation__sitemap__body{box-shadow:0 8px 16px rgba(0,0,0,0.0625);border:1px solid rgba(0,0,0,0.125);border-radius:8px;background-color:#f7f7f7;background-color:rgba(247,247,247,0.96875);background-clip:padding-box;overflow:hidden}@media (min-width: 480px){.navigation__cart,.navigation__search,.navigation__sitemap{max-width:352px}}.navigation__cart__body{padding:16px}.navigation__search__form{display:block;position:relative;overflow:hidden}.navigation__search__form__textfield,.navigation__search__form__button{font-size:12px;font-size:0.75rem;line-height:1.85583;border:none;color:inherit;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.navigation__search__form__textfield{padding:16px;background-color:transparent;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400;width:100%}.navigation__search__form__button{padding:16px;background-color:inherit;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:700;text-transform:uppercase;cursor:pointer;border-left:1px solid #dfdfdf;position:absolute;right:0;top:0}html[lang='tr'] .navigation__search__form__button{text-transform:none}.navigation__search__form__button:hover{color:#0a92da}.navigation__sitemap__item a{position:relative;color:#000000;display:block}.navigation__sitemap__item a:before{border-radius:100%;position:absolute;content:'';top:-1em;right:-1em;bottom:-1em;left:-1em}.navigation__sitemap__item a:hover{color:#0a92da}.navigation__sitemap__item--top{padding:16px}.navigation__sitemap__item--top+.navigation__sitemap__item--top{border-top:1px solid #dfdfdf}.navigation__sitemap__item--sub{padding-top:8px;padding-left:8px}.teaser{margin-left:auto;margin-right:auto;max-width:704px}.teaser__header{padding-bottom:16px}.teaser__body{padding-top:16px}@media (min-width: 992px){.teaser{max-width:960px}.teaser--figure-left:after,.teaser--figure-right:after{content:'';clear:both;display:table}.teaser--figure-left .teaser__header,.teaser--figure-left .teaser__figure,.teaser--figure-left .teaser__body,.teaser--figure-right .teaser__header,.teaser--figure-right .teaser__figure,.teaser--figure-right .teaser__body{width:448px}.teaser--figure-left .teaser__header,.teaser--figure-right .teaser__header{padding-bottom:8px}.teaser--figure-left .teaser__body,.teaser--figure-right .teaser__body{padding-top:8px}.teaser--figure-left .teaser__figure{float:left;clear:left}.teaser--figure-left .teaser__header,.teaser--figure-left .teaser__body{float:right;clear:right}.teaser--figure-right .teaser__figure{float:right;clear:right}.teaser--figure-right .teaser__header,.teaser--figure-right .teaser__body{float:left;clear:left}}@media (min-width: 1248px){.teaser{max-width:1216px}.teaser--figure-left .teaser__header,.teaser--figure-left .teaser__figure,.teaser--figure-left .teaser__body,.teaser--figure-right .teaser__header,.teaser--figure-right .teaser__figure,.teaser--figure-right .teaser__body{width:576px}}@media (max-width: 991px){.teaser--figure-left-until-width-m:after,.teaser--figure-right-until-width-m:after{content:'';clear:both;display:table}.teaser--figure-left-until-width-m .teaser__header,.teaser--figure-left-until-width-m .teaser__figure,.teaser--figure-left-until-width-m .teaser__body,.teaser--figure-right-until-width-m .teaser__header,.teaser--figure-right-until-width-m .teaser__figure,.teaser--figure-right-until-width-m .teaser__body{width:45.45455%}.teaser--figure-left-until-width-m .teaser__header,.teaser--figure-right-until-width-m .teaser__header{padding-bottom:8px}.teaser--figure-left-until-width-m .teaser__body,.teaser--figure-right-until-width-m .teaser__body{padding-top:8px}.teaser--figure-left-until-width-m .teaser__figure{float:left;clear:left}.teaser--figure-left-until-width-m .teaser__header,.teaser--figure-left-until-width-m .teaser__body{float:right;clear:right}.teaser--figure-right-until-width-m .teaser__figure{float:right;clear:right}.teaser--figure-right-until-width-m .teaser__header,.teaser--figure-right-until-width-m .teaser__body{float:left;clear:left}}.guides{background-color:rgba(10,146,218,0.25)}@media (min-width: 736px){.guides{background:url("https://assets.shop.lomography.com/skin/frontend/rwd/lomography/assets/stylesheets/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAABCAIAAAC+O+cgAAAAHUlEQVQoz2NYfuPzkEYHHn8f0mioh//N9z+HNAIAb7uP39q48YsAAAAASUVORK5CYII=") left top}}@-moz-document url-prefix(){select.textfield{box-sizing:content-box;width:auto;width:calc(100% - 1.75em - 2px);height:25px;height:1.57423rem}}.click-through{pointer-events:none}.clickable-area{position:relative}.clickable-area:before{border-radius:100%;position:absolute;content:'';top:-1em;right:-1em;bottom:-1em;left:-1em}.responsive{overflow-x:auto;overflow-scrolling:touch}.lazy{display:none}.no-wrap{white-space:nowrap}.truncate{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.clearfix:after{content:'';clear:both;display:table}.float-left{float:left}.float-right{float:right}.margin-left{margin-left:0;margin-right:auto}.margin-right{margin-left:auto;margin-right:0}.margin-center{margin-left:auto;margin-right:auto}.display-inline{display:inline}.display-block{display:block}.width-auto{width:auto}.height-auto{height:auto}.line-height-single{line-height:1}.max-width-xxs{max-width:192px}.max-width-xs{max-width:448px}.max-width-s{max-width:704px}.max-width-m{max-width:960px}.max-width-l{max-width:1216px}.max-width-xl{max-width:1472px}.hide-until-width-xs{display:none}@media (min-width: 480px){.hide-until-width-xs{display:block}}.hide-until-width-s{display:none}@media (min-width: 736px){.hide-until-width-s{display:block}}.hide-until-width-m{display:none}@media (min-width: 992px){.hide-until-width-m{display:block}}.hide-until-width-l{display:none}@media (min-width: 1248px){.hide-until-width-l{display:block}}.background-color-black{background-color:#000000}.background-color-white{background-color:#ffffff}.background-color-negative{background-color:#fb5850}.background-color-positive{background-color:#9bc585}.background-color-link{background-color:#0a92da}.background-color-grey-lightest{background-color:#efefef}@-webkit-keyframes ripple{100%{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}}@keyframes ripple{100%{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}}.ripple{position:relative;overflow:hidden;-webkit-font-smoothing:subpixel-antialiased}.ripple__radial{pointer-events:none;display:block;position:absolute;background-color:rgba(255,255,255,0.25);border-radius:100%;opacity:1;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.ripple__radial--animate{-webkit-animation:ripple 375ms linear;animation:ripple 375ms linear}.theme--candy{background-color:#f0d3d3;color:#1b40cc}.theme--candy .button,.theme--candy .button--ghost:enabled:hover,.theme--candy .button--borderless:enabled:hover,.theme--candy .button--muted,.theme--candy .button--muted--ghost:enabled:hover,.theme--candy .button--muted--borderless:enabled:hover{background-color:#f24866;border-color:transparent;color:#ffffff}.theme--candy .button:disabled,.theme--candy .button.button--disabled:disabled,.theme--candy .button--muted:disabled,.theme--candy .button--muted.button--disabled:disabled{color:#f9a4b3}.theme--candy .button--ghost,.theme--candy .button--muted--ghost{background-color:transparent;border-color:#f24866;color:#f24866}.theme--candy .button--ghost:disabled,.theme--candy .button--ghost.button--disabled:disabled,.theme--candy .button--muted--ghost:disabled,.theme--candy .button--muted--ghost.button--disabled:disabled{background-color:transparent;border-color:rgba(242,72,102,0.5);color:rgba(242,72,102,0.5)}.theme--candy .button--borderless,.theme--candy .button--muted--borderless{background-color:transparent;color:#f24866}.theme--candy .button--borderless:enabled,.theme--candy .button--muted--borderless:enabled{text-decoration:underline}.theme--candy .button--borderless:enabled:hover,.theme--candy .button--muted--borderless:enabled:hover{text-decoration:none}.theme--candy .button--borderless:disabled,.theme--candy .button--borderless.button--disabled:disabled,.theme--candy .button--muted--borderless:disabled,.theme--candy .button--muted--borderless.button--disabled:disabled{background-color:transparent;color:rgba(242,72,102,0.5)}.theme--candy .button.button--loading:disabled,.theme--candy .button--ghost.button--loading:disabled,.theme--candy .button--borderless.button--loading:disabled,.theme--candy .button--muted.button--loading:disabled,.theme--candy .button--muted--ghost.button--loading:disabled,.theme--candy .button--muted--borderless.button--loading:disabled{background-color:#f45f79;border-color:transparent;color:#f9a4b3}.theme--candy .button:enabled:active,.theme--candy .button--ghost:enabled:active,.theme--candy .button--borderless:enabled:active,.theme--candy .button--muted:enabled:active,.theme--candy .button--muted--ghost:enabled:active,.theme--candy .button--muted--borderless:enabled:active{background-color:#f45f79}.theme--candy a,.theme--candy .link{color:#f24866}.theme--candy .color-muted{color:#bbaed1}.theme--candy .textblock__footer{color:#868ad0}.theme--candy .table,.theme--candy .table th,.theme--candy .table td{border-color:#d5c1d2}.theme--candy .table--striped tbody tr:nth-child(odd){background-color:#e3cad3}.theme--candy .grid--resizing .asset{background-color:#f24866}.theme--candy .asset--border:after{border:none}.theme--candy hr:after{border-top-color:#d5c1d2}.catalog-grid{max-width:704px}.catalog-grid__item{margin-top:64px}.catalog-grid__item:first-child{margin-top:0}.catalog-grid--one-row .catalog-grid__item{display:none}.catalog-grid--one-row .catalog-grid__item:first-child{display:block}@media (max-width: 479px){.catalog-grid--one-row .catalog-grid__item:nth-child(-n+3){display:block}}.catalog-grid--two-rows .catalog-grid__item{display:none}.catalog-grid--two-rows .catalog-grid__item:nth-child(-n+2){display:block}@media (min-width: 480px){.catalog-grid:after{content:'';clear:both;display:table}}@media (min-width: 480px) and (max-width: 735px){.catalog-grid__item{width:45.45455%}.catalog-grid__item:nth-child(2n+1){float:left;clear:both}.catalog-grid__item:nth-child(2n+2){float:right}.catalog-grid__item:nth-child(-n+2){clear:none;margin-top:0}.catalog-grid--one-row .catalog-grid__item:nth-child(-n+2){display:block}.catalog-grid--two-rows .catalog-grid__item:nth-child(-n+4){display:block}}@media (min-width: 736px){.catalog-grid{max-width:none;width:704px}.catalog-grid__item{width:192px;margin-left:64px;float:left}.catalog-grid__item:nth-child(-n+3){margin-top:0}.catalog-grid__item:nth-child(3n+1){margin-left:0}.catalog-grid__item:nth-child(3n+4){clear:left}.catalog-grid--one-row .catalog-grid__item:nth-child(-n+3){display:block}.catalog-grid--two-rows .catalog-grid__item:nth-child(-n+6){display:block}}@media (min-width: 992px){.catalog-grid--three-three-columns{width:960px}.catalog-grid--three-three-columns .catalog-grid__item{width:278px;margin-left:63px}.catalog-grid--three-three-columns .catalog-grid__item:nth-child(3n+1){margin-left:0}}@media (min-width: 1248px){.catalog-grid--three-three-columns{width:1216px}.catalog-grid--three-three-columns .catalog-grid__item{width:362px;margin-left:65px}.catalog-grid--three-three-columns .catalog-grid__item:nth-child(3n+1){margin-left:0}}@media (min-width: 1248px){.catalog-grid--three-four-columns{width:960px}.catalog-grid--three-four-columns .catalog-grid__item:nth-child(3n+1){margin-left:64px}.catalog-grid--three-four-columns .catalog-grid__item:nth-child(3n+4){clear:none}.catalog-grid--three-four-columns .catalog-grid__item:nth-child(-n+4){margin-top:0}.catalog-grid--three-four-columns .catalog-grid__item:nth-child(4n+1){margin-left:0}.catalog-grid--three-four-columns .catalog-grid__item:nth-child(4n+5){clear:left}}@media (min-width: 1248px){.catalog-grid--three-four-columns.catalog-grid--one-row .catalog-grid__item:nth-child(-n+4){display:block}}@media (min-width: 1248px){.catalog-grid--three-four-columns.catalog-grid--two-rows .catalog-grid__item:nth-child(-n+8){display:block}}@media (min-width: 992px){.catalog-grid--four-five-columns{width:960px}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(3n+1){margin-left:64px}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(3n+4){clear:none}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(-n+4){margin-top:0}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(4n+1){margin-left:0}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(4n+5){clear:left}}@media (min-width: 1248px){.catalog-grid--four-five-columns{width:1216px}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(4n+1){margin-left:64px}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(4n+5){clear:none}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(-n+5){margin-top:0}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(5n+1){margin-left:0}.catalog-grid--four-five-columns .catalog-grid__item:nth-child(5n+6){clear:left}}@media (min-width: 992px){.catalog-grid--four-five-columns.catalog-grid--one-row .catalog-grid__item:nth-child(-n+4){display:block}}@media (min-width: 1248px){.catalog-grid--four-five-columns.catalog-grid--one-row .catalog-grid__item:nth-child(-n+5){display:block}}@media (min-width: 992px){.catalog-grid--four-five-columns.catalog-grid--two-rows .catalog-grid__item:nth-child(-n+8){display:block}}@media (min-width: 1248px){.catalog-grid--four-five-columns.catalog-grid--two-rows .catalog-grid__item:nth-child(-n+10){display:block}}@media (min-width: 992px){.catalog-grid--four-four-columns{width:960px}.catalog-grid--four-four-columns .catalog-grid__item:nth-child(3n+1){margin-left:64px}.catalog-grid--four-four-columns .catalog-grid__item:nth-child(3n+4){clear:none}.catalog-grid--four-four-columns .catalog-grid__item:nth-child(-n+4){margin-top:0}.catalog-grid--four-four-columns .catalog-grid__item:nth-child(4n+1){margin-left:0}.catalog-grid--four-four-columns .catalog-grid__item:nth-child(4n+5){clear:left}}@media (min-width: 1248px){.catalog-grid--four-four-columns{width:1216px}.catalog-grid--four-four-columns .catalog-grid__item{width:256px}}@media (min-width: 992px){.catalog-grid--four-four-columns.catalog-grid--one-row .catalog-grid__item:nth-child(-n+4){display:block}}@media (min-width: 992px){.catalog-grid--four-four-columns.catalog-grid--two-rows .catalog-grid__item:nth-child(-n+8){display:block}}@media (min-width: 992px) and (max-width: 1247px){.catalog-grid--two-three-columns{width:448px}.catalog-grid--two-three-columns .catalog-grid__item{margin-left:64px}.catalog-grid--two-three-columns .catalog-grid__item:nth-child(2n){clear:none}.catalog-grid--two-three-columns .catalog-grid__item:nth-child(2n+1){margin-left:0}.catalog-grid--two-three-columns .catalog-grid__item:nth-child(2n+3){clear:left}.catalog-grid--two-three-columns .catalog-grid__item:nth-child(3){margin-top:64px}}@media (min-width: 992px) and (max-width: 1247px){.catalog-grid--two-three-columns.catalog-grid--one-row .catalog-grid__item:nth-child(3){display:none}}@media (min-width: 992px) and (max-width: 1247px){.catalog-grid--two-three-columns.catalog-grid--two-rows .catalog-grid__item:nth-child(n+5){display:none}}.catalog-grid--one-two-columns .catalog-grid__item{display:none}@media (max-width: 479px){.catalog-grid--one-two-columns .catalog-grid__item:nth-child(-n+3){display:block}}@media (min-width: 480px) and (max-width: 735px){.catalog-grid--one-two-columns .catalog-grid__item:nth-child(-n+2){display:block}}@media (min-width: 736px) and (max-width: 991px){.catalog-grid--one-two-columns .catalog-grid__item:nth-child(-n+3){display:block}}@media (min-width: 992px) and (max-width: 1247px){.catalog-grid--one-two-columns{width:192px}.catalog-grid--one-two-columns .catalog-grid__item{float:none;margin-left:0}.catalog-grid--one-two-columns .catalog-grid__item:nth-child(-n+3){margin-top:56px;margin-top:3.5rem;display:block}.catalog-grid--one-two-columns .catalog-grid__item:first-child{margin-top:0}}@media (min-width: 1248px){.catalog-grid--one-two-columns{width:448px}.catalog-grid--one-two-columns .catalog-grid__item{width:448px;margin-left:0;float:none}.catalog-grid--one-two-columns .catalog-grid__item:nth-child(-n+3){margin-top:56px;margin-top:3.5rem;display:block}.catalog-grid--one-two-columns .catalog-grid__item:first-child{margin-top:0}.catalog-grid--one-two-columns .catalog-grid__item .catalog-item:after{content:'';clear:both;display:table}.catalog-grid--one-two-columns .catalog-grid__item .catalog-item__figure{float:left;width:45.45455%}.catalog-grid--one-two-columns .catalog-grid__item .catalog-item__body{margin-top:0;padding-left:54.54545%}}@media (max-width: 479px){.catalog-item:after{content:'';clear:both;display:table}.catalog-item__figure{float:left;width:45.45455%}.catalog-item__body{padding-left:54.54545%}}@media (min-width: 480px){.catalog-item__figure+.catalog-item__body{margin-top:16px}}.catalog-product{margin-left:auto;margin-right:auto;max-width:704px}@media (min-width: 736px){.catalog-product{max-width:none;width:704px}}.catalog-product__item--header h1,.catalog-product__item--header p{margin-top:28px;margin-top:1.75rem;margin-bottom:28px;margin-bottom:1.75rem}.catalog-product__item--header h1:first-child,.catalog-product__item--header p:first-child{margin-top:0}.catalog-product__item--header h1:last-child,.catalog-product__item--header p:last-child{margin-bottom:0}.catalog-product__item--form,.catalog-product__item--body,.catalog-product__item--footer{margin-top:56px;margin-top:3.5rem}.catalog-product__item--body h2,.catalog-product__item--body h3{text-align:center}@media (max-width: 735px){.catalog-product__item--footer{margin-top:64px}}@media (min-width: 736px) and (max-width: 991px){.catalog-product__item--footer{margin-top:128px}}@media (min-width: 992px){.catalog-product{width:960px}.catalog-product:after{content:'';clear:both;display:table}.catalog-product__item--body{float:left;width:704px}.catalog-product__item--form,.catalog-product__item--footer{clear:right;float:right;width:192px}}@media (min-width: 1248px){.catalog-product{width:1216px}.catalog-product__item--form,.catalog-product__item--footer{width:448px}}.tree{font-size:12px;font-size:0.75rem;line-height:1.85583;font-family:'Whitney SSm A', 'Whitney SSm B', Helvetica, sans-serif;font-weight:400}.tree__item>.tree{padding-left:16px}
ul.messages
{
  padding-bottom: 32px;
}

.old-price
{
  color: #bfbfbf;
  text-decoration: line-through;
}

.special-price
{
  color: #fb5850;
}

.is-hidden-on-large-sizes
{
  display: block;
}

.is-hidden-on-small-sizes
{
  display: none;
}

@media (min-width: 992px)
{
  .is-hidden-on-large-sizes
  {
    display: none;
  }

  .is-hidden-on-small-sizes
  {
    display: block;
  }
}

.icon-secure-before:before, .icon-shipping-before:before
{
  display: none;
  font-family: 'Ionicons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  
}

html.fontface .icon-secure-before:before
{
  display: inline;
  content: "\f200\00a0";
}

html.fontface .icon-shipping-before:before
{
  display: inline;
  content: "\f117\00a0";
}

select.textfield
{
  line-height: normal;
}

fieldset
{
  border: none;
}

.form__item + .form__item, .form__item + .form__group, .form__group + .form__group, .form__group + .form__item
{
  margin-top: 16px;
}

dt.active + dd
{
  margin-bottom: 16px;
}

select.address-select
{
  max-width: 100%;
}

td.last, .a-right
{
  text-align: right;
}
