@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* .navpro.navpro .justify-center {
    flex-wrap: wrap !important;
} */
 .cms-home {
    overflow-x: hidden;
}
.nav-sections .orientation-horizontal .level0>a.level-top {
    padding: 30px 15px !important;
    font-size: 20px;
}
.minicart-wrapper .action.showcart:before{
    background-image: url(./images/minicart-icon.svg);
}
.page-header .block-search .action.search{
    background-image: url(./images/search.svg);
}
span.action.close {
    width: 0;
    height: 0;
    display: inline-block;
}
.cms-index-index .jumbotron>.easyslide-wrapper .swiper-button-next::before, .cms-index-index .jumbotron>.easyslide-wrapper .swiper-button-prev::before {
    content: '';
    display: block;
    width: 35px;
    height: 115px;
    background-color: #fff;
    opacity: .3;
    position: absolute;
    top: -50px;
}
.cms-index-index .jumbotron>.easyslide-wrapper .swiper-button-next::before, .cms-index-index .jumbotron>.easyslide-wrapper .swiper-button-prev::before {
    width: 70px;
    height: 230px;
    top: -108px;
}
.easyslide-wrapper a.easyslide-link, .easyslide-wrapper a.easyslide-link img {
    height: 100%;
    object-fit: cover;
	width: 100%;
}
 .easyslide-wrapper {
    overflow: hidden;
}
[class].swiper-button-next.swiper-button-white{
    background-image: url(./images/next-button.svg);
}
[class].swiper-button-prev.swiper-button-white{
    background-image: url(./images/prev-button.svg);
}
.swiper-pagination {
    left: 0;
    width: 100%;
    bottom: 0.4em;
    top: auto;
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ccc;
    margin: 0px 4px;
    border-radius: 050%;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    background: #007aff;
}
.hero .block-title [role=heading] {
    box-sizing: border-box;
    padding: 12px 0;
    word-break: break-all;
}
h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: 2.75rem;
    margin-bottom: 1.6rem;
    line-height: 4.8rem;
}
.block-heta-produkter .link-accent {
    font-family: 'Barlow Semi Condensed';
}
.easycatalogimg-listing {
    padding: 0;
    margin: 0;
    list-style: none;
}
.easycatalogimg-grid {
    display: flex;
    gap: var(--item-gap);
    flex-wrap: wrap;
    margin: 0;
    --item-gap: 0px;
    --item-padding: 10px 10px 30px 10px;
    --item-margin: 0px;
}
.easycatalogimg-grid.easycatalogimg-cols-4 .item {
    width: 25%;
    margin: 0;
}
.easycatalogimg .parent-category-wrapper {
    position: relative;
}
.easycatalogimg .parent-category-over {
    position: absolute;
    bottom: clamp(10px, 2vw, 40px);
    left: clamp(10px, 2vw, 40px);
    z-index: 10;
}
.easycatalogimg .parent-category-over .name {
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 10px rgb(0 0 0 / 50%);
}
.argento-force-primary-button-with-right-arrow span::after, 
.cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary span::after, 
.image-block.element .info .action.primary span::after, 
.background-divider.element .content .action span::after, 
.element.product-info .product-item .tocart span::after {
    background-image: url(./images/btn-white-arrow.svg);
    width: 17px;
    height: 17px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}
.cms-index-index .block-categories .departments-link {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.cms-index-index a.button:not(.primary), .cms-index-index .column.main .block .actions-toolbar .action.view {
    background: 0 0;
    border: 2px solid #202633;
    color: #333;
    display: inline-block;
    font-family: 'Barlow Semi Condensed',sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
    font-size: 2rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 18px;
}
.argento-force-button-with-right-arrow:hover, .cms-index-index a.button:not(.primary):hover, .cms-index-index .column.main .block .actions-toolbar .action.view:hover {
    background: #202633;
    border: 2px solid #202633;
    color: #ffffff;
}
.argento-force-button-with-right-arrow span::after, .cms-index-index a.button:not(.primary) span::after, .cms-index-index .column.main .block .actions-toolbar .action.view span::after {
    width: 17px;
    height: 17px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    background-image: url(./images/btn-arrow.svg);
}   
.argento-force-button-with-right-arrow:hover span::after, .argento-force-button-with-right-arrow:focus span::after, .argento-force-button-with-right-arrow:active span::after, .cms-index-index a.button:not(.primary):hover span::after, .cms-index-index a.button:not(.primary):focus span::after, .cms-index-index a.button:not(.primary):active span::after, .cms-index-index .column.main .block .actions-toolbar .action.view:hover span::after, .cms-index-index .column.main .block .actions-toolbar .action.view:focus span::after, .cms-index-index .column.main .block .actions-toolbar .action.view:active span::after{
    background-image: url(./images/btn-white-arrow.svg);
}
.cms-index-index .jumbotron + .jumbotron.block-brands, .cms-index-index .jumbotron.block-categories + .jumbotron {
    border-top: 2px solid #F7F7F7;
}
ol.products.list.items.product-items {
    padding-top: 5px;
}
.jumbotron>.container {
    padding: 5px 10px;
    margin: 0 auto;
    width: auto;
    max-width: 1260px;
    box-sizing: border-box;
    overflow: hidden !important;
}
 .jumbotron .swiper-container {
    overflow: visible;
}
.hero .block-title {
    text-align: center;
}
.column.main .block-title [aria-level="2"] {
    display: inline-block;
    position: relative;
}
.hero .block-title [role=heading][aria-level="2"] {
    padding-left: 100px;
    padding-right: 100px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero .block-title [role=heading][aria-level="2"]::after, .hero .block-title [role=heading][aria-level="2"]::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background-color: #f7f7f7;
    width: 80px;
    height: 3px;
}
.hero .block-title [role=heading][aria-level="2"]::before {
    left: 0;
}
.hero .block-title [role=heading][aria-level="2"]::after, .hero .block-title [role=heading][aria-level="2"]::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background-color: #f7f7f7;
    width: 80px;
    height: 3px;
}
.hero .block-title [role=heading][aria-level="2"]::after {
    right: 0;
}

.product-item-info .product-image-container {
    height: 100%;
}

.product-item .product-item-info {
    border: 1px solid transparent;
}
.product-item .action.towishlist::before {
    width: 20px;
    height: 20px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: contrast(.5);
    background-image: url(./images/wishlist.svg);
}
.cms-index-index .column.main .block .actions-toolbar {
    padding: 20px 0 30px;
    text-align: center;
}
[class].swiper-button-prev.swiper-button-black 
 {
   background-image: url(./images/nav-prev.svg);
}
 [class].swiper-button-next.swiper-button-black{
  background-image: url(./images/nav-next.svg);
}


.social-icons a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.social-icons a i {
    color: #fff;
}
/*********10-02-2026********/
.page-header  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header .header.panel .header-slider .swiper-slide > * {
    font-size: 15px;
    vertical-align: middle;
    line-height: 20px;
    margin: 0px 3px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.logo img {
    max-height: max-content;
    width: 100%;
    height: 100%;
}
.nav-sections .orientation-horizontal .level0>a.level-top {
    padding: 30px 7px !important;
    font-size: 15px;
}
.nav-sections .orientation-horizontal .level0>a.level-top {
    font-size: 16px;
}
.cms-index-index .page-title-wrapper {
    display: none;
}
section.jumbotron {
    position: relative;
}

section.jumbotron h1.page-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    max-width: 550px;
}
.swiper-slide .easyslide-link:before {
    background: rgb(255 255 255 / 10%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.swiper-slide .easyslide-link {
    height: 100%;
}
.swiper-slide .easyslide-link img {
    width: 100%;
    object-fit: cover;
  height: 100%;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons a i {
    color: #fff;
}
h2.text-center.section-title, .benefit-heading {
    text-align: center;
    color: #8B5A2B;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    margin: 0 auto;
    padding: 12px 0px;
    margin-bottom: 16px;
    position: relative;
    line-height: 48px;
}
h2.text-center.section-title:after, .benefit-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #D4A76A;
}
section.jumbotron.hero.block-bestsellers p.text-center {
    text-align: center;
}
section.jumbotron.hero.block-bestsellers p.text-center a.button {
    display: block;
    max-width: 155px;
    margin: 0 auto;
    margin-bottom: 11px;
}
section.jumbotron.block-homepage-banner img {
    width: 100%;
    object-fit: revert;
}
.benefit-section .intro-text {
    font-size: 15px;
}
.benefit-card h3 {
    font-size: 19px;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #8b5a2b;
}
.benefit-card .text {
    font-size: 14px;
    line-height: normal;
}
.page-footer .footer-toolbar-top > .content {
    max-width: 100%;
    padding: 0px;
}
.page-footer .footer.content {
    max-width: 100%;
    padding: 0;
}
.product-item-info .product-image-container {
    height: 100%;
    width: 100%;
}
.product-image-wrapper {
    padding-bottom: 100%;
    height: auto !important;
}
.page-layout-1column .block.widget.highlight-cols-4 .products-grid .product-items .product-item {
    height: 470px !important;
}
.page-products .page-wrapper .products-grid:not(.swiper-container) .product-items .product-item, .block.widget .products-grid:not(.swiper-container) .product-items .product-item {
    height: 370px;
}
.tocart.action:hover, .action.soldtogether-cart-btn:hover, .bundle-actions .action.primary.customize:hover, .tocart.action:active, .tocart.action:focus, .action.soldtogether-cart-btn:active, .action.soldtogether-cart-btn:focus, .bundle-actions .action.primary.customize:active, .bundle-actions .action.primary.customize:focus {
    background: #f04e11 !important;
    color: #ffffff !important;
    border: 2px solid #f04e11 !important;
}
.filter .block-subtitle, .filter > .content .subtitle {
    color: #ffffff !important;
    background: #f04e11 !important;
}




body.firecheckout #checkout .opc-wrapper .step-title:before, body.firecheckout #checkout .opc-block-summary > .title:before, body.firecheckout #checkout .opc-sidebar .step-title:before {
    color: #f04e11;
    border-color: #f04e11;
}
body.firecheckout #checkout .opc-wrapper .step-title, body.firecheckout #checkout .opc-block-summary > .title, body.firecheckout #checkout .opc-sidebar .step-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

body.firecheckout #maincontent .authentication-wrapper .action-auth-toggle ,
body.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:hover, body.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:focus {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background: #d35400;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}
body.firecheckout:not(.page-layout-checkout) .page-title-wrapper h1::before , body.firecheckout:not(.page-layout-checkout) .page-title-wrapper h1::after { display:none;}
body.firecheckout:not(.page-layout-checkout) .page-title-wrapper h1 {
    padding: 0;
}
.opc-wrapper input ,
.opc-wrapper select {
    font-size: 16px;
    background-color: #fff !important;
    border: 2px solid #e1e1e1 !important;
}
.opc-wrapper {
    font-size: 16px;
}
body.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field[name="shippingAddress.company"] ,
body.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field[name="shippingAddress.telephone"] ,
body.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.company"] ,
body.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.telephone"] {
    width: 100%;
}
body.firecheckout #checkout .opc-wrapper .opc > li, body.firecheckout #checkout .opc-sidebar {
    box-shadow: none;
    border: 0;
    background-color: #f7f7f7;
}

body.firecheckout .table-checkout-shipping-method tbody td {
    padding: 8px 5px;
    border-bottom: 1px solid #ddd !important;
}
body.firecheckout .table-checkout-shipping-method tbody tr:last-child td {
    border: 0 !important;
}
.cart-totals .grand strong, .opc-block-summary .table-totals .grand strong {
    font-family: 'Barlow Semi Condensed';
}
body.firecheckout .place-order .actions-toolbar .primary .action {
    background: #d35400 !important;
    border: 0px solid #d35400;
}
.opc-block-summary .table-totals tbody  th {
    min-width: 90px;
}
.opc-block-summary .minicart-items .product-item-name {
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
}
.opc-block-summary .product-item .price {
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
}
.opc-block-summary .minicart-items .product > .product-image-container {
    height: auto !important;
}
.discount-code .actions-toolbar button.action.action-apply ,
 body.firecheckout button.action.action-update{
    font-size: 16px;
    font-weight: 600;
    background-color: #d35400 !important;
    border-color: #d35400 !important;
    color: #fff !important;
}
 body.firecheckout button.action.action-cancel {
    background-color: transparent !important;
    color: #d35400 !important;
    font-family: 'Barlow Semi Condensed' !important;
    font-size: 17px !important;
}
form.form.form-login span {
    color: #2b3945 !important;
}
body.firecheckout #checkout .opc-wrapper .form-login {
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
    padding-bottom: 15px;
}

@media (min-width: 1024px) {
.firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    width: 30% !important;
}
}
@media (max-width: 991px) {
.easycatalogimg-grid.easycatalogimg-cols-4 .item {
    width: 50%;
}
.easycatalogimg-grid.easycatalogimg-cols-4 .item h2 {
    line-height: normal;
    font-size: 20px;
}
.cms-index-index .block-categories .easycatalogimg-grid .item .parent-category .action.primary, .image-block.element .info .action.primary, .background-divider.element .content .action, .element.product-info .product-item .tocart {
    padding: 8px 9px;
    font-size: 17px;
    line-height: normal;
}
}


@media (max-width: 767px) {

.easyslide-description h2 {
    font-size: 27px !important;
    line-height: 26px;
    margin-top: 0;
}
.easyslide-description p {
    font-size: 16px !important;
    line-height: normal;
    text-align: left !important;
    margin-bottom: 5px !important;
}
.easyslide-description  a {
    font-size: 15px !important;
    padding: 9px 20px !important;
    margin-top: 0 !important;
}
.block.block-heta-produkter h2 {
    margin-top: 0;
    line-height: normal;
    padding-top: 0 !important;
}
h2.text-center.section-title, .benefit-heading {
    line-height: normal;
    font-size: 25px;
    padding-bottom: 10px;
}
.catalog-product-view .page-title-wrapper .page-title, .h2, .column.main .block-title [aria-level="2"], .product-info-main .page-title {
    font-size: 25px;
}
.cms-index-index .block-categories .departments-link {
    padding: 30px 0;
}
.hero .block-title [role=heading][aria-level="2"] {
    margin-bottom: 0;
}
}