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

.cc_container .cc_message {
	font-size: 13px !important;
	color: #fff !important;
	line-height: 23px !important;
}

@media screen and (min-width: 768px) {
	.cc_container .cc_message {
		font-size: 13px !important;
		color: #fff !important;
		line-height: 23px !important;
	}
}

@media screen and (min-width: 500px) {
	.cc_container .cc_message {
		font-size: 13px !important;
		color: #fff !important;
		line-height: 23px !important;
	}
}

.cc_container a, .cc_container a:visited {
	color: #e1c19e !important;
}

.cc_container .cc_btn, 
.cc_container .cc_btn:visited {
	background-color: #e1c19e !important;
}

.cc_container .cc_btn {
	font-family: 'Montserrat', sans-serif !important;
	text-transform:uppercase !important;
	font-size:12px !important;
	color:#000 !important;
}

@media screen and (min-width: 768px) {
	.cc_container .cc_btn {
		font-family: 'Montserrat', sans-serif !important;
		text-transform:uppercase !important;
		font-size:12px !important;
		color:#000 !important;
	}
}

@media screen and (min-width: 500px) {
	.cc_container .cc_btn {
		font-family: 'Montserrat', sans-serif !important;
		text-transform:uppercase !important;
		font-size:12px !important;
		color:#000 !important;
	}
}

/* ======================= STOP: COOKIE CONSENT PLUGIN ============================*/

/* ======================= START: MODD TOP ============================*/

.sf-extended,
.drawer-navigation {
	background-color:#fff;
}

.extended-navigation a,
.drawer-navigation ul li &gt; a {
	color:#000;
}

.top-menu a, .dropdown-menu&gt;li&gt;a, .extended-navigation a {
	font-size: 14px;
}

.component-extended .extended-navigation ul li a {
    padding: 12px 0 !important;
}

/* Justering mobilmeny sÃ¥ att den linjerer mot bildkant */
.open-menu-btn {
    right: 25px;
}

/* ======================= STOP: MODD TOP ============================*/

/* ======================= START: MODD CONTENT ============================*/

input {
	height:45px;
	/*-webkit-appearance: none;*/
}

.sf_btn,
.sf_btn_synced {
  text-align: center;
}

.blue_button.sf-button {
	display: none;
}

.blue_button.sf-button,
.green_button.sf-button,
.sf-checkout #payment_button .green_button{
	padding: 9px 28px;
    font-family: 'Montserrat', sans-serif;
      text-transform:uppercase;
}

.sf-btn {
  letter-spacing: 0.8px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 28px;
  font-weight: 300;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  width: auto;
  display: none;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
}

.sf-btn:hover, .sf-btn:focus {
  color: #fff;
  transform: scale(1.03);
}
.sf-btn.show-btn {
  display: inline-block;
}

input[type='submit'] {
  letter-spacing: 0.8px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  width: auto;
  border: 0;
}
input[type='submit']:hover {
  color: #fff;
  transform: scale(1.03);
}

.sf-button {
  pointer-events: auto;
}

.shop_wrapper {
	margin-right:25px;
	margin-left:25px;	
}

/* JUSTERING FORM */

.form dt {
    margin-left: 10px;
}

.form dd {
	margin-bottom:25px;
}

/* SPECIALVIDD PÃ… KOLUMNER MED TEXT */

.tighter {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ======================= STOP: MODD CONTENT ============================*/

/* ======================= START: MODD PAGE BOTTOM ============================*/

footer {
    padding: 50px 0 0 0;
}

#specialfooter {

}

#specialfooter .bottommenu {
	max-width:1170px;
	margin:0 auto;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

#specialfooter .bm_logo {
	padding-bottom: 10px;
}

#specialfooter .bm_text h4 {
	font-size:10px;
}

#specialfooter .bm_menu p {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight: 600 !important;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size:15px;
}

#specialfooter .bm_menu p a{
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	font-weight: 600 !important;
	letter-spacing: 2px;
	font-size:13px;
}

#specialfooter .bm_menu p a:hover {
  color:#e1c19e;
}

#specialfooter .bm_social {
	text-align:right;
}

#specialfooter .bm_facebook {
	padding-right:10px;
	display:inline-block;
}

#specialfooter .bm_facebook img,
#specialfooter .bm_instagram img{
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#specialfooter .bm_facebook img:hover,
#specialfooter .bm_instagram img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#specialfooter .bm_instagram {
	display:inline-block;
}

#specialfooter .bm_copyright h4 {
	font-size:10px;
}

#specialfooter #design_by p {
	font-size:9px;
	font-weight:500;
	color:#D8D8D8;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#specialfooter #design_by {
    margin-top: 9px;
}

@media only screen and (max-width: 991px) {
	#specialfooter .bm_social {
		text-align:left;
	}
	#specialfooter .bm_text {
		margin-bottom:40px;
	}
	#specialfooter .bm_menu {
		margin-bottom:30px;
	}
	#specialfooter .bm_copyright {
		margin-top:40px;
	}
}

@media only screen and (max-width: 500px) {
	#specialfooter .bm_logo {
	    width: 200px;
	}
}

/* ======================= STOP: MODD PAGE BOTTOM ============================*/

/* ======================= START: FONTMODD ============================*/

p {
	font-size:14px;
	line-height:2em;
}

h1, h2, p, h3, h5, .text a {
	font-family: 'Libre Baskerville', serif;
}

h3 {
	text-decoration: underline;
    margin: 0 0 10px 0;
    font-size: 15px;
}

h1 {
	line-height:1.5em;
	font-size: 35px;
    margin: 0 0 25px 0;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 25px;
    text-transform: uppercase;
}

h5 {
	font-weight: 400;
    font-size: 9px;
    color: #000000;
    letter-spacing: inherit;
    text-transform: inherit;
    margin: 0 0 10px 0;
}

input[type='submit'] {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-transform:uppercase;
}

.form_error p {
	color:red;
}

/* ======================= STOP: FONTMODD ============================*/

/* ======================= START: MENY STIGBYGEL  ============================*/

.il_bicchiere_della_staffa {
	margin-top:60px;
}

.i_heading p {
	font-size:12px;
}

.i_heading {
	margin-bottom:20px;
}

.i_content {}

.i_divider {
	display: inline-block;
    width: 40px;
    height: 4px;
    background: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.i_info p,
.i_explanation p{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-transform:uppercase;
}

.i_info {
	margin-bottom:10px;
}

.i_explanation {
	
}

.i_heading p,
.i_content p,
.i_info p,
.i_explanation p {
	margin-bottom: 0;
}

/* ======================= STOP: MENY STIGBYGEL  ============================*/

/* ======================= START: SHOP  ============================*/

.product .name, .sf-product .name, .product .price {
    font-family: 'Libre Baskerville', serif;
}


/* ======================= STOP: SHOP  ============================*/


/*********************************
START CB â€QUOTEâ€ 
***********************************/


.quote p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom:0;
}

.q_divider {
	display: inline-block;
    width: 40px;
    height: 5px;
    background: #000;
    margin-top: 30px;
    text-align: left;
}

.quote-inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 45px 30px;
}


/*********************************
STOP CB â€QUOTEâ€ 
***********************************/

/*********************************
START CB â€QUOTE PLUSâ€ 
***********************************/


.quote_plus p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom:0;
}

.qp_divider {
	display: inline-block;
    width: 40px;
    height: 5px;
    background: #000;
    margin-top: 30px;
    text-align: left;
}

.quote-plus-inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 45px 30px;
}

.quote-plus-name p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform:uppercase;
}

.quote-plus-name {
	margin-top:10px;
}

/*********************************
STOP CB â€QUOTE PLUSâ€ 
***********************************/

/*********************************
START CB â€ONE IMAGE CHAMPIONâ€ 
***********************************/


.oic_inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}


/*********************************
STOP CB â€ONE IMAGE CHAMPIONâ€ 
***********************************/

/*********************************
START CB â€TWO IMAGESâ€ 
***********************************/

@media only screen and (max-width: 768px) {
	.ti-one,
	.ti-two{
		max-width:400px;
		text-align:center;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.ti-one {
		margin-bottom:50px;
	}
}
/*********************************
STOP CB â€TWO IMAGES" 
***********************************/

/*********************************
START CB â€TWO IMAGES CHAMPIONâ€ 
***********************************/

.tic_inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
	.tic-one,
	.tic-two{
		max-width:400px;
		text-align:center;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.tic-one {
		margin-bottom:50px;
	}
}
/*********************************
STOP CB â€TWO IMAGES CHAMPION" 
***********************************/

/*********************************
START CB â€WRITTEN BYâ€ 
***********************************/

.written_by {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 30px;
}

/*********************************
STOP CB â€WRITTEN BYâ€ 
***********************************/

/*********************************
START CB â€ADDRESS FACEBOOKâ€ 
***********************************/

.address_facebook {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 25px;
    text-transform: uppercase;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 30px;
}

.af-address {
	margin-bottom:10px;
}

.af-facebook span a:hover,
.af-address span a:hover{
	color: #e1c19e;
}

/*********************************
STOP CB â€ADDRESS FACEBOOKâ€ 
***********************************/

/*********************************
START CB â€ADDRESS WEBâ€ 
***********************************/

.address_web {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 25px;
    text-transform: uppercase;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 30px;
}

.aw-address {
	margin-bottom:10px;
}

.aw-address span a:hover,
.aw-web span a:hover {
	color: #e1c19e;
}

/*********************************
STOP CB â€ADDRESS WEBâ€ 
***********************************/

/*********************************
START CB â€ADDRESS INSTAGRAMâ€ 
***********************************/

.address_instagram {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 25px;
    text-transform: uppercase;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 30px;
}

.ai-address {
	margin-bottom:10px;
}

.ai-address span a:hover,
.ai-instagram span a:hover {
	color: #e1c19e;
}

/*********************************
STOP CB â€ADDRESS INSTAGRAMâ€ 
***********************************/

/*********************************
START CB â€INSTAGRAMâ€ 
***********************************/

.instagram {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 25px;
    text-transform: uppercase;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 0 30px;
}

.instagram span a:hover {
	color: #e1c19e;
}

/*********************************
STOP CB â€INSTAGRAMâ€ 
***********************************/

/*********************************
START CB â€SELECTIONâ€ 
***********************************/

.selection_heading {
    padding-top: 20px;
}

.selection_heading h2 {
	margin: 0 0 10px 0;
	font-size: 24px;
}

.selection-inner {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	padding: 45px 30px;
}

.selection_link {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 25px;
    text-transform: uppercase;
	padding: 0 30px;
}

.ai-address {
	margin-bottom:10px;
}

.selection_link span a:hover {
	color: #e1c19e;
}
/*********************************
STOP CB â€SELECTIONâ€ 
***********************************/
</pre></body></html>