<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.address-block {
    padding: 24px 24px 14px 24px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

#map {
    flex: 1;
    background-color: #e4e4e4;
}

/**
 * Orange Shape that goes over the map
 */
.parallelogram-shape {
    width: 156px;
    background: #ffffff;
    z-index: 1;
    margin: 0 -78px 0 17px;
    transform: skew(-37deg);
}

.parallelogram-shape::after {
    width: 27px;
    background: #f08724;
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    box-shadow: 6px 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    margin: 0 -15px 26px -15px;
    padding: 0 15px;
}

.bg-white {
    background-color: #ffffff;
}

body.onboarding {
    padding-top: 0;
}

@media(max-width: 768px)  {
    .box-shadow {
        margin: 0 0 5px 0;
        padding: 0 10px;
    }
}
nav.button-container {
    display: flex;
    align-items: stretch;
}

nav.button-container a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    flex-grow: 1;
    flex-basis: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    padding: 8px 6px 9px 5px;
    background-image: linear-gradient(to top, #eeeeee, #ffffff);
    text-align: center;
    text-decoration: none;
    color: #525f74;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e2e2e2;
}

nav.button-container a:not(:last-child) {
    border-right: solid 1px #e2e2e2;
}

nav.button-container a:not(:first-child) {
    border-left: solid 1px #e2e2e2;
}

nav.button-container a:hover,
nav.button-container a.active {
    color: #f08724;
}

nav.button-container a.active {
    border-bottom: 5px solid #f08724;
    padding-bottom: 4px;
}

nav.button-container a.active::after {
    content: ' ';
    position: absolute;
    top: 105%;
    width: 0;
    height: 0;
    left: calc(50% - 8px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f08724;
}

nav.button-container a:hover .nav-icon,
nav.button-container a.active .nav-icon {
    background-position-y: -32px;
}

nav.button-container .button-text {
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (min-device-width: 768px) {
    nav.button-container a {
        padding: 14px 8px 12px 15px;
        border-top: none;
    }

    nav.button-container .button-icon {
        margin-right: 5px;
    }

    nav.button-container a.active {
        padding-bottom: 8px;
    }

    nav.button-container a.active::after {
        top: 100%;

        left: calc(50% - 12px);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #f08724;
    }
}

@media (min-device-width: 992px) {
    nav.button-container a {
        padding: 14px 15px 12px 15px;
    }
}

/**
Icons
 */
.nav-icon {
    display: inline-block;

    background-image: url(/assets/images/icons/rvo-seller-profile-icons.svg);
    background-repeat: no-repeat;

    width: 32px;
    height: 32px;

    margin-bottom: -7px;
}

.nav-icon.icon-tyre {
    background-position: 0 0;
}

.nav-icon.icon-alloy {
    background-position: -32px 0;
}

.nav-icon.icon-contact {
    background-position: -64px 0;
}

.nav-icon.icon-service {
    background-position: -96px 0;
}

.nav-icon.icon-gallery {
    background-position: -128px 0;
}

.nav-icon.icon-rating {
    background-position: -160px 0;
}

nav.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}
.onboarding .box-frame{
    border: solid 1px #dae2e8;
}

.total-text {
    font-size: 1.285rem;
}
.item-details {
    margin-top: 10px;
    border-top: #DFE6EB solid 1px;
}

.mobile-padding {
    padding: 10px;
}

.backlink-box {
    border-bottom: solid 1px #dae2e8;
}

.share-button {
    visibility: hidden;
}

.item-details-wrapper {
    padding: 0;
}

.small-text {
    font-size: 14px;
}

.alloy-fb-button {
    text-align: center;
}

@media (min-width: 768px) {
    .col-sm-offset-details-box {
        margin-left: 2.333333%;
    }

    .col-sm-details-box {
        width: 72.666667%;
    }

    .item-details {
        margin-top: 0;
        border-top: none;
    }

    .mobile-padding {
        padding: 0;
    }

    .box-frame.backlink-box,
    .backlink-box {
        border-bottom: none;
    }

    .fb-share-button {
        margin-left: 12px;
    }

    .info-item p {
        max-width: 180px;
        margin-left:  auto;
        margin-right: auto;
        text-align: center;
    }
}

.backlink-box a {
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.backlink-box a i {
    border-right: solid 1px #dae2e8;
    padding: 1px 15px 1px 0;
    font-size: 40px;
    margin-left: -2px;
}

.backlink-box a .link-text {
    margin-left: 10px;
}

.item-image {
    text-align: center;
}

.item-image img {
    max-height: 180px;
    max-width: 180px;
    margin: 0 auto;
}

.centred-item {
    text-align: center;
}

.details-item {
    overflow-wrap: break-word;
}

.product-type-text {
    margin-bottom: 8px;
    padding-left: 28px;
}

.spacer-top-4 {
    margin-top: 4px;
}

.info-item p {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #525f74;
}

.main-price {
    height: 18px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.56;
    letter-spacing: normal;
    text-align: right;
    color: #f08724;
}

.price-legend {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: right;
    color: #526073;
    margin: 0 0 0 0;
}

.add-to-cart {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.similar-alloy-list .product {
    padding: 10px;
    min-height: 80px;
    border: 1px solid #DFE6EB;
}

.similar-alloy-list .product.alloy-combination {
    background-image: url("/assets/images/alloy_combination/alloy_combination_corner_right.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.similar-alloy-list .product .image {
    background: no-repeat top center;
    background-size: contain;
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 10px;
}

/* loading bar 3D view */
.reel-preloader {
    background: #eb8713 !important;
    height: 10px !important;
}

.gallery-3d {
    position: absolute;
    z-index: 21480;
    display: none;
}

.gallery-images .play-button {
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    color: #fca640;
    margin-top: -75px;
    margin-left: -38px;
    display: none;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border: 3px solid #fca640;
    border-radius: 200px;
    text-align: center;
    line-height: 80px;
    padding-left: 11px;
}

#threed-colors {
    display: none;
}

.gallery-images {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}

.gallery-images .play-button:before {
    content: "\f04b";
    font-family: icons;
    font-size: 50px;
    font-size: 3.125rem;
    text-shadow: 1px 1px 12px #000000;
}

.btn-o.add-to-cart {
    padding-top: 11px;
    padding-bottom: 11px;
}

.mr-0 {
    margin-right: 0;
}

.item-details {
    padding: 25px 25px;
}

.item-details.image-box {
    padding-top: 14px;
}

@media (min-width: 1400px) {
    .item-details {
        padding: 50px 35px;
    }

    .item-details.image-box {
        padding-top: 24px;
    }
}

@media (max-width: 991px) {
    .item-image img {
        max-height: 197px;
        max-width: 100%;
    }

    .main-price {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .price-legend {
        font-size: 14px;
    }

    .item-title-small {
        font-size: 20px;
    }

    .btn-o.add-to-cart {
        padding: 11px;
        white-space: nowrap;
        font-size: 14px;
        width: fit-content;
        float: right;
    }
}

@media (min-width: 1024px) {
    .item-title-small {
        font-size: 28px;
    }

    .btn-o.add-to-cart {
        padding: 16px 31px;
        white-space: nowrap;
    }
}

.table-responsive {
    border: none;
}

.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td {
    padding-top: 2px;
    padding-bottom: 2px;
}

@media (max-width: 767px) {
    .item-title-small {
        font-size: 16px;
    }

    .tyre-label {
        float: right;
    }

    .item-image {
        text-align: left;
        max-width: fit-content;
        padding: 0;
    }

    .item-image p {
        max-width: 132px;
        font-size: 10px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .item-image img {
        max-height: 72px;
        max-width: 72px;
    }

    .item-image .product-data-images {
        margin-right: 21px;
    }

    .image-box {
        padding: 24px;
        margin-top: 12px;
        border-top: none;
    }

    .item-details-wrapper {
        margin-top: 6px;
    }

    .main-price {
        font-size: 26px;
        margin-bottom: 18px;
        line-height: 18px;
    }

    .price-legend {
        font-size: 14px;
    }

    .gallery-images {
        max-height: 100%;
    }
}

@media (max-width: 375px) {
    .col-xxs-12 {
        width: 100%;
    }

    .info-item p {
        font-size: 10px;
        text-align: left;
        margin: 0 0 2px 1px;
    }

    .item-title-small {
        font-size: 20px;
    }

    .item-image {
        padding-left: 0;
        padding-right: 0;
    }

    .share-button {
        float: left;
    }
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/assets/images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/assets/images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)&gt;*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:21474!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#F08724;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}</pre></body></html>