/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 01 - RESET STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/

html {
    overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body * {
    -webkit-text-size-adjust: none;
    outline: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input,
textarea,
select {
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    font-family: 'Questrial', sans-serif;
}

textarea {
    display: block;
    resize: none;
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

input[type="submit"],
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Questrial', sans-serif;
}

b,
strong {
    font-weight: 700;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 02 - GLOBAL SETTINGS */


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*main*/

#content-block {
    position: relative;
    overflow: hidden;
    left: 0;
}

.container {
    max-width: 100%;
    position: relative;
}

.container-fluid {
    position: relative;
}

.content-margins {
    position: relative;
    border-left: 50px transparent solid;
    border-right: 50px transparent solid;
}

@media (max-width: 991px) {
    .content-margins {
        border-width: 0 15px;
    }
}

.content-margins.grey {
    border-color: #f7f7f7;
}

.overflow-hidden {
    overflow: hidden;
}

html.overflow-hidden body {
    overflow: hidden;
}

.page-height {
    min-height: 500px;
}

body.mobile .swiper-container.page-height,
body.mobile .swiper-container.page-height .swiper-wrapper,
body.mobile .swiper-container.page-height .swiper-slide {
    height: auto !important;
}

body.mobile .swiper-container.page-height .swiper-wrapper {
    transform: none !important;
    -webkit-transform: none !important;
}

body.mobile .swiper-container.page-height .swiper-pagination {
    display: none;
}

.grey-background {
    background: #f7f7f7;
}

@media (min-width: 992px) {
    .visible-rd {
        display: none !important;
    }
}

.image-thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .row.vertical-aligned-columns {
        font-size: 0;
        white-space: nowrap;
    }
    .row.vertical-aligned-columns>div[class*="col"] {
        float: none;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }
}


/*table*/

.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
}

.cell-view.page-height {
    position: relative;
    z-index: 1;
}

.cell-view.simple-banner-height {
    height: 600px;
}

.cell-view.simple-banner-height.middle {
    height: 700px;
}

.cell-view.simple-banner-height.big {
    height: 800px;
}


/* Tablets (>=768px)*/

@media (max-width: 991px) {
    .cell-view.page-height {
        height: 500px !important
    }
    .swiper-container.page-height {
        height: 500px !important;
    }
    .cell-view.simple-banner-height,
    .cell-view.simple-banner-height.big,
    .cell-view.simple-banner-height.middle {
        height: auto;
    }
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .cell-view.page-height {
        height: auto !important
    }
    .swiper-container.page-height,
    .swiper-container.page-height .swiper-wrapper,
    .swiper-container.page-height .swiper-slide {
        height: auto !important;
    }
    .swiper-container.page-height .swiper-wrapper {
        transform: none !important;
        -webkit-transform: none !important;
    }
    .swiper-container.page-height .swiper-pagination {
        display: none;
    }
}


/*body selection*/

body ::selection {
    color: var(--primary);
    background: #343434;
}

body ::-moz-selection {
    color: var(--primary);
    background: #343434;
}


/*helper classes*/

.nopadding,
.nopadding>*[class*="col"] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.line-through {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}

.line-through:after {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: currentColor;
    content: "";
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.valign-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.valign-middle-content {
    width: 100%;
    position: relative;
}

.full-size {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed-background {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

body.mobile .fixed-background {
    background-attachment: scroll;
}

.align-inline {
    display: inline-block;
    vertical-align: middle;
}

.align-inline.spacing-1 {
    margin-right: 20px;
    margin-bottom: 10px;
}

.block {
    display: block;
}

.rounded-image {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.block-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.uppercase {
    text-transform: uppercase;
}

.row-background {
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 100%;
}

.row-background.big {
    height: 112%;
}

.row-background img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
}

.row-background.left {
    left: 0;
}

.row-background.right {
    right: 0;
}

.block-entry {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.notransition,
.notransition * {
    transition: none !important;
    -webkit-transition: none !important;
}


/*hovers*/

.simple-mouseover {
    display: block;
    overflow: hidden;
}

.simple-mouseover,
.simple-mouseover * {
    position: relative;
}

.simple-mouseover:after,
.simple-mouseover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(184, 205, 6, .8);
    content: "";
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: inherit;
    -webkit-border-radius: inherit;
}

.simple-mouseover:before {
    background: url(../assets/img/icon-11.png) center center no-repeat;
    z-index: 1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.simple-mouseover:hover:after {
    opacity: 1;
}

.simple-mouseover:hover:before {
    opacity: 1;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.simple-mouseover img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*loader*/

#loader-wrapper {
    position: fixed;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: #fff;
    z-index: 12;
}


/**/

.simple-article {
    color: #888;
}

.simple-article.grey,
.grey {
    color: #555;
}

.simple-article.dark,
.dark {
    color: #343434;
}

.simple-article.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.simple-article.light.transparent,
.light.transparent {
    color: rgba(255, 255, 255, .8);
}

.simple-article.light.fulltransparent,
.light.fulltransparent {
    color: rgba(255, 255, 255, .5);
}

.simple-article.color,
.color {
    color: var(--primary);
}

.simple-article.size-1 {
    font-size: 11px;
    line-height: 18px;
}

.simple-article.size-2 {
    font-size: 13px;
    line-height: 20px;
}

.simple-article.size-3 {
    font-size: 14px;
    line-height: 22px;
}

.simple-article.size-4 {
    font-size: 16px;
    line-height: 24px;
}

.simple-article.size-5 {
    font-size: 18px;
    line-height: 24px;
}

.simple-article p,
.simple-article ul,
.simple-article ol,
.simple-article img,
.simple-article *[class*="col"],
.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6,
.simple-article .embed-responsive,
.simple-article .swiper-container {
    margin-bottom: 22px;
}

.simple-article *:last-child {
    margin-bottom: 0;
}

.simple-article img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

.blog-article img {
    display: block;
}

.blog-article p,
.blog-article ul,
.blog-article ol,
.blog-article img,
.blog-article *[class*="col"] {
    margin-bottom: 1em;
}

.simple-article ol {
    counter-reset: number;
}

.simple-article ol li {
    padding-left: 0;
    margin-bottom: 8px;
}

.simple-article ol li:before {
    counter-increment: number;
    content: "#" counter(number);
    color: var(--primary);
    margin-right: 5px;
}

.simple-article ul li {
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
}

.simple-article ul li:before {
    content: "";
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url(../assets/img/icon-20.png);
    position: relative;
    margin-right: 12px;
}

.simple-article.light ul li:before {
    background-image: url(../assets/img/icon-21.png);
}

.simple-article h1,
.h1,
.simple-article h2,
.h2,
.simple-article h3,
.h3,
.simple-article h4,
.h4,
.simple-article h5,
.h5,
.simple-article h6,
.h6 {
    color: #343434;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.simple-article.light h1,
.simple-article.light .h1,
.h1.light,
.simple-article.light h2,
.simple-article.light .h2,
.h2.light,
.simple-article.light h3,
.simple-article.light .h3,
.h3.light,
.simple-article.light h4,
.simple-article.light .h4,
.h4.light,
.simple-article.light h5,
.simple-article.light .h5,
.h5.light,
.simple-article.light h6,
.simple-article.light .h6,
.h6.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.simple-article h1 a,
.h1 a,
.simple-article h2 a,
.h2 a,
.simple-article h3 a,
.h3 a,
.simple-article h4 a,
.h4 a,
.simple-article h5 a,
.h5 a,
.simple-article h6 a,
.h6 a {
    transition: all .15s;
    -webkit-transition: all .15s;
}

.simple-article h1 a:hover,
.h1 a:hover,
.simple-article h2 a:hover,
.h2 a:hover,
.simple-article h3 a:hover,
.h3 a:hover,
.simple-article h4 a:hover,
.h4 a:hover,
.simple-article h5 a:hover,
.h5 a:hover,
.simple-article h6 a:hover,
.h6 a:hover {
    color: var(--primary);
}

.simple-article h1,
.h1 {
    font-size: 70px;
    line-height: 70px;
}

.simple-article h2,
.h2 {
    font-size: 40px;
    line-height: 46px;
}

.simple-article h3,
.h3 {
    font-size: 30px;
    line-height: 34px;
}

.simple-article h4,
.h4 {
    font-size: 18px;
    line-height: 24px;
}

.simple-article h5,
.h5 {
    font-size: 16px;
    line-height: 22px;
}

.simple-article h6,
.h6 {
    font-size: 13px;
    line-height: 18px;
}

.simple-article a:not(.button):hover {
    text-decoration: underline;
}

.simple-article br {
    line-height: 1em;
}

.title-underline {
    padding: 20px 0;
    color: #343434;
    height: 21px;
}

.title-underline.light {
    color: #fff;
}

.title-underline span {
    width: 55px;
    height: 1px;
    background: currentColor;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.title-underline span:before,
.title-underline span:after {
    width: 4px;
    height: 1px;
    background: inherit;
    position: absolute;
    content: "";
    top: 0;
    left: -9px;
}

.title-underline span:after {
    left: auto;
    right: -9px;
}

.title-underline.left {
    margin-left: 9px;
}

.title-underline.left span:after {
    display: none;
}

.title-underline.right {
    margin-right: 9px;
}

.title-underline.right span:before {
    display: none;
}


/*Desktops (>=992px)*/

@media (max-width: 1199px) {
    .simple-article h1,
    .h1 {
        font-size: 46px;
        line-height: 46px;
    }
}


/* Tablets (>=768px)*/

@media (max-width: 991px) {
    .simple-article h1,
    .h1 {
        font-size: 46px;
        line-height: 46px;
    }
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .simple-article h1,
    .h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .simple-article h2,
    .h2 {
        font-size: 34px;
        line-height: 40px;
    }
}


/**/

.button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.button.noshadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px #eee solid;
}

.button.block {
    display: block;
}

.button input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.button span {
    display: block;
    position: relative;
    left: 0;
}

.button span.icon {
    transition: all .15s;
    -webkit-transition: all .15s;
}

.button span.text {
    transition: all .3s .05s;
    -webkit-transition: all .3s .05s;
}

.button.size-1 {
    font-size: 11px;
    line-height: 18px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.button.size-2 {
    font-size: 11px;
    line-height: 18px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.button.size-1 .text {
    padding: 12px 20px 10px 20px;
}

.button.size-2 .text {
    padding: 17px 30px 15px 30px;
}

.button.style-1 {
    background: #fff;
    color: #555;
}

.button.style-2 {
    background: #343434;
    color: #fff;
}

.button.style-3 {
    background: var(--primary);
    color: #fff;
}

.button.style-4 {
    color: #fff;
}

.button.style-5 {
    border: 1px #eee solid;
    color: #888;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.button.facebook-button {
    background: #3b5998;
}

.button.twitter-button {
    background: #5ea9dd;
}

.button.google-button {
    background: #dd4d42;
}

.button-wrapper {
    display: block;
    overflow: hidden;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    position: relative;
}

.button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    background: inherit;
    content: "";
    opacity: .3;
}

.button:hover:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    transition: transform .5s, opacity .5s, visibility 0s .5s;
    -webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}

.button .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: var(--primary);
}

.button:hover .icon {
    left: 50%;
}

.button.style-3 .icon,
.button.style-4 .icon {
    color: #fff;
}

.button.style-5 .icon {
    color: #888;
}

.button .icon img {
    display: block;
    max-width: 30px;
    height: auto;
}

.button .icon .fa {
    display: block;
    line-height: inherit;
}

.button:hover .text {
    left: 100%;
}

.button-close {
    display: inline-block;
    vertical-align: middle;
    background: url(../assets/img/icon-5.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.button-close:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    pointer-events: none;
    background: #000;
    opacity: .5;
}

.button-close:hover:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    transition: transform .5s, opacity .5s, visibility 0s .5s;
    -webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}

.buttons-wrapper {
    font-size: 0;
    margin: 0 -5px;
}

.buttons-wrapper .button {
    margin: 0 5px 10px 5px;
}

.buttons-wrapper .button:last-child {
    margin-right: 0;
}

.buttons-wrapper:after {
    display: block;
    content: "";
    margin-top: -10px;
}

.buttons-wrapper .simple-article {
    line-height: 24px;
    margin: 13px 30px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.play-button {
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.play-button:before {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: rgba(184, 205, 6, .3);
    content: "";
    border-radius: inherit;
    -webkit-border-radius: inherit;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.play-button:hover:before {
    transform: scale(.9);
    -webkit-transform: scale(.9);
}

.play-button:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6.5px 0 0 -3px;
    content: "";
}


/* Tablets (>=768px)*/

@media (max-width: 991px) {
    .buttons-wrapper .simple-article {
        display: block;
    }
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .button {
        display: block;
    }
    .button.mobile-icon .text {
        display: none;
    }
    .button.mobile-icon .icon {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        display: block;
        width: auto;
        height: auto;
        line-height: inherit;
    }
    .button.mobile-icon.size-1 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .button.mobile-icon.size-2 {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .buttons-wrapper .button {
        margin-right: 0;
    }
}


/**/

.simple-input,
.SumoSelect>.CaptionCont {
    font-size: 14px;
    color: #555;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    width: 100%;
    border: 1px #eee solid;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.simple-input.small {
    height: 40px;
    line-height: 38px;
    font-size: 11px;
    padding: 0 18px;
}

.simple-input {
    background: #fff;
}

.simple-input.style-1 {
    border-radius: 0;
    -webkit-border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
    padding-left: 0;
}

.SumoSelect>.CaptionCont {
    font-size: 14px;
}

.SumoSelect>select.small+.CaptionCont {
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase;
}

.SumoSelect>select.small+.CaptionCont>label {
    width: 40px;
}

.SumoSelect>select.small+.CaptionCont>span {
    padding-right: 20px;
}

.SlectBox.small+.CaptionCont {
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
}

.simple-input:focus,
.SumoSelect.open>.CaptionCont {
    border-color: var(--primary);
}

.simple-input.invalid {
    border-color: #dd4d42 !important;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888;
    opacity: 1;
}

textarea.simple-input {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    height: 140px;
}

.simple-input.light {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
    background: transparent;
}

.simple-input.light:focus {
    border-color: #fff;
}

.SumoSelect select.light+.CaptionCont>span.placeholder {
    color: rgba(255, 255, 255, .8);
}

input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder,
select.light+.CaptionCont input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-moz-placeholder,
textarea.light:-moz-placeholder,
select.light+.CaptionCont input:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light::-moz-placeholder,
textarea.light::-moz-placeholder,
select.light+.CaptionCont input::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder,
select.light+.CaptionCont input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

select.light+.CaptionCont {
    background: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.SumoSelect.open select.light+.CaptionCont {
    border-color: #fff;
}

.single-line-form {
    position: relative;
}

.single-line-form .button {
    position: absolute;
    top: 0;
    right: 0;
}

.input-file-wrapper {
    position: relative;
}

.input-file-wrapper .simple-input {
    color: #888;
    padding-right: 50px;
}

.input-file-wrapper.active .simple-input {
    color: #555;
}

.input-file-wrapper .simple-input.light {
    color: rgba(255, 255, 255, .8);
}

.input-file-wrapper.active .simple-input.light {
    color: #fff;
}

.input-file-wrapper .file-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../assets/img/icon-5.png) center center;
    cursor: pointer;
    z-index: 1;
    opacity: .5;
    display: none;
}

.input-file-wrapper .file-remove.light {
    background-image: url(../assets/img/icon-19.png);
}

.input-file-wrapper .file-remove:hover {
    opacity: 1;
}

.input-file-wrapper.active .file-remove {
    display: block;
}

form {
    position: relative;
}

.submit-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    color: #888;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.submit-icon:hover {
    color: #343434;
}

.submit-icon .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}


/**/

.checkbox-entry {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 20px;
    min-height: 20px;
}

.checkbox-entry input {
    display: none;
}

.checkbox-entry span {
    position: relative;
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    color: #888;
    text-transform: uppercase;
}

.checkbox-entry:hover span {
    color: #555;
}

.checkbox-entry span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px #eee solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url(../assets/img/icon-6.png) 100px center no-repeat #fff;
}

.checkbox-entry input:checked+span:before {
    border-color: var(--primary);
    background-color: var(--primary);
    background-position: center center;
}

.checkbox-entry.radio span:before {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: none;
}

.checkbox-entry.radio input:checked+span:before {
    border-color: var(--primary);
    background-color: #fff;
    border-width: 7px;
}

.checkbox-entry a:hover {
    text-decoration: underline;
}

.checkbox-entry.light span {
    color: rgba(255, 255, 255, .8);
}

.checkbox-entry.light:hover span {
    color: #fff;
}

.checkbox-entry.light.radio input:checked+span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px #eee solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.checkbox-entry.checkbox-toggle-title span {
    color: #343434;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.checkbox-toggle-wrapper {
    display: none;
}


/**/

.ClassyCountdown-wrapper {
    margin: 0 -5px;
}

.ClassyCountdown-wrapper>div {
    display: inline-block;
    position: relative;
    width: 25%;
    padding: 0 5px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}

.ClassyCountdown-wrapper .ClassyCountdown-value span {
    display: block;
}

.countdown.light .ClassyCountdown-wrapper .ClassyCountdown-value span,
.countdown.light-green .ClassyCountdown-wrapper .ClassyCountdown-value span {
    color: rgba(255, 255, 255, .8) !important;
}

.countdown.max-width {
    max-width: 400px;
}


/**/

.follow {
    font-size: 0;
    margin-bottom: -7px;
}

.follow .title,
.tags .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    margin-right: 20px;
}

.follow.light .title,
.tags.light .title {
    color: #343434;
}

.follow .entry {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #424242;
    color: #888;
    font-size: 14px;
    margin: 0 7px 7px 7px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.follow.light .entry {
    background: #f7f7f7;
}

.follow .entry:hover {
    color: #fff;
}

.follow .entry .fa {
    display: block;
    line-height: inherit;
    position: relative;
}

.follow .entry:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: var(--primary);
    transform: scale(0);
    -webkit-transform: scale(0);
}

.follow .entry:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.follow .entry,
.follow .entry:before {
    transition: all .15s;
    -webkit-transition: all .15s;
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .follow .title,
    .tags .title {
        margin: 0 0 10px 0;
        display: block;
        line-height: 18px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 03 - POPUPS */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.popup-wrapper.active {
    left: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0;
}

.popup-wrapper.active .bg-layer {
    opacity: 1;
}

.popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}

.popup-content.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

body.mobile .popup-content {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
    display: none;
}

body.mobile .popup-content.active {
    display: block;
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: left;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 3px 4px 20px rgba(0, 0, 0, .2);
}

.popup-container.size-1 {
    max-width: 570px;
}

.popup-container.size-2 {
    max-width: 1170px;
}

.popup-container.size-3 {
    max-width: 970px;
}

.popup-container.size-4 {
    background: #000;
    max-width: 80%;
    padding: 50px 5px 5px 5px;
    background: #fff;
}

.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
}

.popup-align {
    padding: 80px 100px;
    overflow: hidden;
}

.simple-link {
    font-size: 11px;
    line-height: 18px;
    color: #555;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.simple-link:hover {
    color: var(--primary);
}

.popup-container .button-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}

.popup-or {
    height: 140px;
    position: relative;
}

.popup-or:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background: #eee;
    content: "";
    height: 1px;
}

.popup-or span {
    width: 60px;
    height: 60px;
    border: 5px #eee solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background: #fff;
    font-size: 11px;
    color: #888;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}


/* Tablets (>=768px)*/

@media (max-width: 991px) {
    .popup-container.size-2 .popup-align {
        padding: 40px 15px 40px 15px;
    }
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .popup-container.size-1 .popup-align {
        padding: 40px 30px;
    }
    .popup-container.size-4 {
        max-width: 100%;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 04 - SWIPER */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.swiper-wrapper {
    cursor: url(../assets/img/drag.png) 16 9, ew-resize;
}

.swiper-container-vertical .swiper-wrapper {
    cursor: url(../assets/img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper,
.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-wrapper {
    transform: none !important;
    -webkit-transform: none !important;
    cursor: auto;
    justify-content: center;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper .swiper-slide:last-child,
.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets,
.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-pagination-bullets {
    display: none !important;
}

.swiper-container-horizontal {
    overflow-x: hidden;
    overflow-y: visible;
}

.swiper-button-prev.style-1 {
    left: 0;
}

.swiper-button-next.style-1 {
    right: 0;
}

.swiper-button-prev.style-1,
.swiper-button-next.style-1 {
    background-color: transparent;
}

.swiper-button-prev.style-1:before,
.swiper-button-next.style-1:before,
.swiper-button-prev.style-1:after,
.swiper-button-next.style-1:after {
    display: none;
}

.swiper-container.arrows-align-top>.swiper-button-next {
    top: -5px;
    margin: 0;
    width: 30px;
    height: 30px;
    background-position: -75px -15px;
}

.swiper-container.arrows-align-top>.swiper-button-next:hover {
    background-position: -15px -15px;
}

.swiper-container.arrows-align-top>.swiper-button-prev {
    top: -5px;
    margin: 0;
    left: auto;
    right: 45px;
    width: 30px;
    height: 30px;
    background-position: -15px -15px;
}

.swiper-container.arrows-align-top>.swiper-button-prev:hover {
    background-position: -75px -15px;
}

.swiper-title {
    margin-right: 80px;
}

.swiper-container.rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.swiper-container.rounded-top {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.swiper-container[data-touch="0"]:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.content-margins .swiper-button-prev:not(.style-1),
.container .swiper-button-prev:not(.style-1) {
    left: -30px;
}

.content-margins .swiper-button-next:not(.style-1),
.container .swiper-button-next:not(.style-1) {
    right: -30px;
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
}

.our-team-slider .swiper-button-next,
.our-team-slider .swiper-button-prev {
    margin-top: -88px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 05 - HEADER */


/*-------------------------------------------------------------------------------------------------------------------------------*/

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 15;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 992px) {
    header {
        transition: all .15s;
        -webkit-transition: all .15s;
    }
    header.scrolled {
        top: -60px;
    }
}

.header-empty-space {
    height: 159px;
}

.header-top a,
.header-top a .fa,
.header-top a b {
    transition: all .15s;
    -webkit-transition: all .15s;
    /* color: white; */
    color: #282828fc;
}

.header-top a:hover,
.header-top a:hover .fa,
.header-top a:hover b {
    color: var(--primary);
}

#logo {
    display: flex;
    align-items: center;
    height: 100%;
}

#logo img {
    display: block;
    height: 25px;
    width: auto;
}

#auth-logo {
    /* display: flex; */
    align-items: center;
    height: 100%;
    margin-top: 10px;
}

#auth-logo img {
    display: block;
    height: 35px;
    width: auto;
    position: relative;
    top: 12px;
}

.header-top {
    font-size: 0;
    background: #2c2c2c;
    color: #fff;
    height: 70px;
    border-bottom: 1px #eee solid;
}

.header-top b {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: white;
}

.header-top .entry {
    display: inline-block;
    vertical-align: bottom;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
    margin-left: -1px;
    padding: 20px 25px;
    font-size: 10px;
    line-height: 20px;
    color: white;
    position: relative;
}

.header-top .fa {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    /* color: #555; */
    color: white;
    position: relative;
    top: -1px;
}

.header-top .cart-title {
    font-size: 13px;
    /* color: var(--primary); */
    color: white;
}

.header-top .cart-icon {
    position: relative;
    display: inline-block;
    padding: 0 12px 0 3px;
}

.cart-label {
    position: absolute;
    right: 2px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}


/**/

.header-top .cart-toggle {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    padding: 30px 30px 40px 30px;
    width: 670px;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    text-align: left;
    cursor: auto;
    margin-top: -1px;
}

.cart-entry {
    background: #f4f4f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px;
    margin-bottom: 1px;
}

.cart-color {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.cart-entry-thumbnail {
    float: left;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.cart-entry-thumbnail img {
    display: block;
    width: 75px;
}

.cart-entry-thumbnail:hover {
    opacity: .8;
}

.cart-entry-description {
    margin-left: 105px;
    padding-top: 22px;
}

.cart-entry table {
    width: 100%;
}

.cart-entry table td {
    vertical-align: middle;
    padding: 0 30px;
    border-left: 1px #fff solid;
}

.cart-entry table td:first-child {
    text-align: left;
    padding-left: 0;
    border: none;
}

.cart-entry table td:last-child {
    padding-right: 0;
}

.cart-entry table td:nth-child(1) {
    width: 145px;
}

.cart-entry table td:nth-child(2) {
    width: 140px;
}

.cart-entry table td:nth-child(3) {
    width: 70px;
}

.header-top .cart {
    cursor: pointer;
}

.header-top .cart-toggle,
.megamenu {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 0;
    right: -10000px;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transition: transform .3s, opacity .3s, right 0s .3s;
    -webkit-transition: transform .3s, opacity .3s, right 0s .3s;
    border-top: 5px var(--primary) solid;
}

.header-top .cart:hover .cart-toggle,
li:hover .megamenu {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    right: 0;
    transition: transform .3s, opacity .3s, right 0s;
    -webkit-transition: transform .3s, opacity .3s, right 0s;
}

.cart-overflow {
    max-height: 460px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .cart-entry {
        text-align: center;
    }
    .cart-entry-thumbnail {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .cart-entry-description {
        margin-left: 0;
    }
    .cart-entry-description table,
    .cart-entry-description table tbody,
    .cart-entry-description table tr,
    .cart-entry-description table td {
        display: block;
    }
    .cart-entry-description table td {
        text-align: center !important;
        padding: 0 0 10px 0;
        border: none;
        width: auto !important;
    }
    .cart-entry-description table td:last-child {
        padding-bottom: 0;
    }
}


/**/

.hamburger-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 70px;
    margin-top: -20px;
    cursor: pointer;
    display: none;
}

.hamburger-icon span {
    position: absolute;
    width: 100%;
    right: 0;
    height: 4px;
    background: #3c3c3c;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
    top: 7px;
}

.hamburger-icon span:nth-child(2) {
    top: 50%;
    margin-top: -2px;
    width: 70%;
}

.hamburger-icon span:nth-child(3) {
    bottom: 7px;
    width: 90%;
}

.hamburger-icon-x {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 70px;
    margin-top: -20px;
    cursor: pointer;
    display: none;
}

.hamburger-icon-x span {
    position: absolute;
    width: 100%;
    right: 0;
    height: 4px;
    background: #3c3c3c;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.hamburger-icon-x span {
    height: 2px;
}

.hamburger-icon-x span:nth-child(1) {
    display: none;
}

.hamburger-icon-x span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 100%;
}

.hamburger-icon-x span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
}

.header-bottom {
    height: 98px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    font-size: 0;
}

.header-bottom *[class*="col"],
.header-bottom .row,
.header-bottom .container,
.header-bottom .container-fluid,
.header-bottom .content-margins {
    height: inherit;
}

@media (min-width: 992px) {
    .nav-wrapper {
        height: inherit;
        display: inline-block;
        vertical-align: top;
    }
    nav {
        height: inherit;
    }
    nav ul ul {
        display: block !important;
    }
    nav a {
        -webkit-border-radius: 16px;
        transition: all .3s;
        -webkit-transition: all .15s;
    }
    nav>ul {
        height: inherit;
    }
    nav>ul>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: inherit;
    }
    nav>ul>li>a {
        font-size: 14px;
        line-height: 16px;
        color: #343434;
        font-weight: 700;
        padding: 9px 20px 7px 20px;
        display: block;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        position: relative;
        top: 50%;
        margin-top: -16px;
    }
    nav>ul>li>a:hover,
    nav>ul>li.active>a {
        /* background-color: var(--primary); */
        /* -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); */
        /* box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); */
        color: #fff;
    }
    /**/
    nav>ul>li>ul {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all .3s;
        -webkit-transition: all .3s;
        opacity: 0;
    }
    nav>ul>li:hover>ul {
        transform: translateY(0%);
        -webkit-transform: translateY(-0%);
        opacity: 1;
    }
    nav ul ul {
        position: absolute;
        width: 165px;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: -1;
        padding: 10px 0;
        text-align: left;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
    }
    nav ul ul li {
        padding: 0 20px 0 19px;
        position: relative;
        left: 1px;
    }
    nav ul ul a {
        font-size: 14px;
        font-weight: 700;
        color: #888;
        line-height: 16px;
        display: block;
        padding: 8px 0;
    }
    nav ul ul a:hover,
    nav ul ul>li.active>a {
        color: var(--primary);
    }
    /**/
    nav ul ul ul {
        left: 100%;
        top: 0;
        z-index: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        transform: perspective(1000px) rotateY(90deg);
        -webkit-transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    nav ul ul>li:hover ul {
        transform: perspective(1000px) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
    /**/
    .navigation-title {}
    /**/
    .megamenu-wrapper {
        position: static;
    }
    .megamenu {
        position: absolute;
        width: 950px;
        margin-right: 15px;
        top: 100%;
        height: 540px;
        background: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        margin-top: -1px;
        z-index: -1;
        border-top: 5px var(--primary) solid;
        padding: 30px;
        display: block !important;
    }
    .megamenu .swiper-slide img {
        max-height: 150px;
    }
    .megamenu .links {
        float: left;
        width: 220px;
        height: 480px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .megamenu .links a {
        font-size: 14px;
        color: #888;
        font-weight: 700;
        line-height: 16px;
        display: block;
        padding: 7px 15px 7px 0;
        margin-bottom: 15px;
        text-align: left;
        transition: all .15s;
        -webkit-transition: all .15s;
    }
    .megamenu .links a:hover,
    .megamenu .links a.active {
        color: var(--primary);
    }
    .megamenu .links a:last-child {
        margin-bottom: 0;
    }
    .megamenu .content {
        margin-left: 220px;
    }
    .megamenu-banner {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        height: inherit;
        position: relative;
        background-size: cover;
        background-position: center center;
        padding: 30px;
        text-align: center;
    }
    .megamenu-banner:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        content: "";
        border-radius: inherit;
        -webkit-border-radius: inherit;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hamburger-icon {
        top: 100px;
        /* tablet placement */
    }
}

@media (max-width: 767px) {
    .hamburger-icon {
        top: 60px;
        /* phone placement */
    }
}

@media (max-width: 991px) {
    .hamburger-icon {
        display: block;
        z-index: 99999999999999;
    }
    .hamburger-icon-x {
        display: none;
        z-index: 99999999999999;
    }
    .nav-wrapper {
        position: fixed;
        left: 100%;
        top: -100px;
        bottom: -100px;
        width: 100%;
        text-align: left;
        z-index: 10;
        transition: all 0s .3s;
        -webkit-transition: all 0s .3s;
    }
    .nav-wrapper.active {
        left: 0;
        transition: all 0s 0s;
        -webkit-transition: all 0s 0s;
    }
    nav ul ul {
        display: none;
    }
    nav li {
        position: relative;
    }
    nav a {
        display: block;
        position: relative;
    }
    .nav-close-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        transition: all .3s;
        -webkit-transition: all .3s;
        opacity: 0;
    }
    .nav-wrapper.active .nav-close-layer {
        opacity: 1;
    }
    nav {
        position: absolute;
        width: 300px;
        top: 0;
        bottom: 0;
        background: #fff;
        right: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .nav-wrapper.active nav {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    nav>ul {
        position: absolute;
        top: 180px;
        bottom: 100px;
        left: 0;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 15px;
    }
    nav>ul>li {
        margin-bottom: 10px;
    }
    nav>ul>li>a {
        font-size: 12px;
        line-height: 16px;
        color: #343434;
        font-weight: 700;
        padding: 12px 45px 10px 20px;
        display: block;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }
    nav>ul>li.active>a {
        background-color: var(--primary);
        color: #fff;
    }
    nav ul ul {
        padding-left: 30px;
    }
    /**/
    nav ul ul a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        color: #888;
        line-height: 16px;
        display: block;
        padding: 12px 0 10px 0;
    }
    nav>ul>li>ul>li>a {
        padding-right: 45px;
    }
    nav ul ul ul a {
        font-size: 11px;
        padding: 8px 0;
        position: relative;
    }
    nav ul ul ul a:before {
        width: 10px;
        content: "";
        height: 1px;
        background: currentColor;
        top: 8px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        position: relative;
    }
    nav ul ul>li.active>a {
        color: var(--primary);
    }
    /**/
    .menu-toggle {
        position: absolute;
        width: 39px;
        height: 39px;
        right: 5px;
        top: 0;
        cursor: pointer;
        color: #888;
    }
    nav>ul>li.active>.menu-toggle {
        color: #fff;
    }
    nav>ul>li>ul>li.active>.menu-toggle {
        color: var(--primary);
    }
    .menu-toggle:before {
        width: 19px;
        height: 1px;
        left: 10px;
        top: 19px;
        content: "";
        position: absolute;
        background: currentColor;
    }
    .menu-toggle:after {
        width: 1px;
        height: 19px;
        left: 19px;
        top: 10px;
        content: "";
        position: absolute;
        background: currentColor;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .menu-toggle.active:after {
        height: 0;
        top: 19px;
    }
    /**/
    .navigation-title {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 20px;
        background: #fff;
        border-bottom: 1px #eee solid;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        color: #343434;
        padding-right: 40px;
    }
    /**/
    .megamenu {
        display: none;
        border: none;
        transition: none;
        -webkit-transition: none;
        transform: none;
        -webkit-transform: none;
        opacity: 1;
        right: auto;
    }
    .megamenu .content {
        display: none;
    }
    .megamenu .links a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        color: #888;
        line-height: 16px;
        display: block;
        padding: 12px 0 10px 30px;
    }
    .megamenu .links a.active {
        color: var(--primary);
    }
}


/**/

.header-bottom-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 50%;
    margin-top: -20px;
    transition: all .15s;
    -webkit-transition: all .15s;
    cursor: pointer;
}

.header-bottom-icon:hover {
    color: var(--primary);
}


/**/

.header-search-wrapper {
    position: relative;
    z-index: -1;
}

.header-search-wrapper .button-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.header-search-content {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    padding: 40px 0 60px 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.header-search-wrapper.active .header-search-content {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}

.search-submit {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.search-submit:hover {
    color: var(--primary);
}


/*Desktops (>=992px)*/

@media (max-width: 1199px) {
    .header-top .entry {}
    .header-top {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .header-top {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .header-top {
        /* display: none; */
    }
}


/* Tablets (>=768px)*/

@media (max-width: 991px) {
    .header-top .entry {
        /* padding-left: 20px;
		padding-right: 20px; */
        display: none;
    }
    .header-bottom-icon {
        font-size: 27px;
        width: 50px;
        position: absolute;
        right: 2px;
        top: -28px;
    }
    .header-search-content {
        padding: 40px 0;
    }
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .header-top {
        height: 60px;
    }
    .header-top .entry {
        padding: 10px 15px;
    }
    #logo {
        /* width: 100%; */
    }
    #logo img {
        width: 150px;
        height: auto;
    }
    .header-bottom {
        height: 60px;
        padding-top: 5px;
    }
    .header-search-content {
        padding-bottom: 15px;
    }
    .header-empty-space {
        height: 100px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*  HERO  */


/*----------------------------------------------------------*/

#hero .h3 {
    text-transform: none;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#hero-main {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
}

#hero-main .h3 {
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px;
    display: flex;
    align-items: center;
    gap: 6px;
}

#hero-main .h3 .apple-logo {
    height: 0.85em;
    /* slightly smaller than text */
    width: auto;
    position: relative;
    top: -0.05em;
    /* aligns neatly with text */
}

#hero-main .simple-article {
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#hero-main .button-wrapper {
    background-color: #fff;
}

#hero-main .text {
    color: #000;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 06 - FOOTER */


/*-------------------------------------------------------------------------------------------------------------------------------*/

background: #343434;
position: relative;

}
.tag {
    transition: all .15s;
    -webkit-transition: all .15s;
}
border-bottom: 1px rgba(255, 255, 255, .05) solid;
padding: 60px 0;

}
padding: 30px 0;

}
font-size: 14px;
color: #fff;
text-transform: none;
display: block;
line-height: 22px;
margin-bottom: 12px;

}
margin-bottom: 0;

}
color: var(--primary);

}
font-family: 'Raleway',
sans-serif;
font-size: 14px;
line-height: 28px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding-left: 28px;
position: relative;
margin-bottom: 10px;

}
margin-bottom: 0;

}
font-family: 'Questrial',
sans-serif;
color: #fff;
font-weight: 400;

}
color: var(--primary);

}
color: var(--primary);
font-size: 20px;
width: 22px;
text-align: center;
position: absolute;
left: 0;
top: 0;

}
margin-bottom: 20px;

}
margin-bottom: 0;

}
float: left;
width: 70px;
border-radius: 5px;
-webkit-border-radius: 5px;
overflow: hidden;
background: var(--primary);

}
display: block;
max-width: 100%;
height: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
transition: all .15s;
-webkit-transition: all .15s;

}
opacity: .5;

}
margin-left: 80px;
padding-top: 5px;

}
font-size: 10px;
line-height: 16px;
color: #fff;
text-transform: uppercase;

}
font-family: 'Raleway',
sans-serif;
font-size: 11px;
line-height: 14px;
color: #fff;
font-weight: 700;
text-transform: uppercase;

}
color: var(--primary);

}
.tags {
    font-size: 0;
}
.tags:after {
    margin-top: -10px;
}
.tag {
    font-family: 'Raleway',
    sans-serif;
    font-size: 9px;
    letter-spacing: .5px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #424242;
    padding: 10px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.light .tag {
    background: #f7f7f7;
    color: #fff;
}
.tag:hover {
    background: var(--primary);
    color: #fff;
}
.copyright {
    font-size: 13px;
    line-height: 19px;
    padding: 8px 0;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 50px;
}
.copyright a {
    color: var(--primary);
}
.copyright a:hover {
    color: var(--primary);
}
display: inline-block;
vertical-align: bottom;

}
font-size: 0;
margin: 0 -7px -7px -7px;
padding-top: 5px;

}
display: inline-block;
vertical-align: bottom;
margin: 0 7px 7px 7px;

}
display: block;

}
background: #b8cd07;
padding: 40px 0;

}

/*Phones (<768px)*/
@media (max-width: 767px) {
    padding: 30px 0;
}
.copyright {
    margin: 0 0 10px 0;
    display: block;
}

}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 07 - CATEGORIES MENU */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.categories-menu {
    position: relative;
    z-index: 1;
}
.categories-menu ul {
    clear: both;
}
.categories-menu li {
    position: relative;
}
.categories-menu li:after {
    display: block;
    content: "";
    clear: both;
}
.categories-menu li a {
    font-size: 11px;
    line-height: 16px;
    padding: 15px 46px 15px 20px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    font-family: 'Raleway',
    sans-serif;
    border-bottom: 1px #f7f7f7 solid;
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    transition: all .15s;
    -webkit-transition: all .15s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.categories-menu li ul a {
    color: rgba(255, 255, 255, .5);
    background: #343434;
    border-color: #3f3f3f;
}
.categories-menu .toggle {
    width: 46px;
    height: 46px;
    float: left;
    margin-left: -46px;
    cursor: pointer;
    background: url(../assets/img/icon-12.png) center center no-repeat;
    position: relative;
}
.categories-menu li a:hover,
.categories-menu li ul a:hover {
    color: #fff;
    background: var(--primary);
    border-color: rgba(255, 255, 255, .5);
}
.categories-menu li a:hover+.toggle,
.categories-menu li ul a:hover+.toggle {
    background-image: url(../assets/img/icon-13.png);
}
.categories-menu.transparent>li>a {
    background: transparent;
    padding-left: 0;
}
.categories-menu.transparent>li>a+.toggle {
    background-position: right 10px center;
}
.categories-menu.transparent>li>a:hover+.toggle {
    background-image: url(../assets/img/icon-18.png);
}
.categories-menu.transparent>li>a:hover {
    color: var(--primary);
}
.categories-menu.transparent>li>a {
    border-color: #efefef;
}
@media (min-width: 992px) {
    .categories-menu ul {
        position: absolute;
        left: -1000%;
        top: 0;
        width: 100%;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        transform: perspective(1000px) rotateY(45deg);
        -webkit-transform: perspective(1000px) rotateY(45deg);
        opacity: 0;
        transition: transform .3s,
        opacity .3s,
        left 0s .3s;
        -webkit-transition: transform .3s,
        opacity .3s,
        left 0s .3s;
    }
    .categories-menu li:hover>ul {
        transform: perspective(1000px) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
        left: 100%;
        transition: transform .3s,
        opacity .3s,
        left 0s;
        -webkit-transition: transform .3s,
        opacity .3s,
        left 0s;
    }
    .categories-menu ul {
        display: block !important;
    }
    .categories-menu.alignleft ul {
        right: 1000%;
        left: auto;
        top: 0;
        width: 100%;
        transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform: perspective(1000px) rotateY(45deg);
        -webkit-transform: perspective(1000px) rotateY(45deg);
        opacity: 0;
        transition: transform .3s,
        opacity .3s,
        right 0s .3s;
        -webkit-transition: transform .3s,
        opacity .3s,
        right 0s .3s;
    }
    .categories-menu.alignleft li:hover>ul {
        transform: perspective(1000px) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
        right: 100%;
        left: auto;
        transition: transform .3s,
        opacity .3s,
        right 0s;
        -webkit-transition: transform .3s,
        opacity .3s,
        right 0s;
    }
    .categories-menu.alignleft ul {
        display: block !important;
    }
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .categories-menu ul ul li a {
        padding-left: 40px;
        background: #555;
    }
    .categories-menu ul {
        display: none;
    }
    .categories-menu .toggle {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .categories-menu .toggle.active {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 08 - HOMEPAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*product preview*/
.slider-wrapper {
    position: relative;
}
.slider-product-preview {
    position: absolute;
    width: 50%;
    right: 15px;
    top: 0;
    top: 80px;
    bottom: 80px;
}
.slider-product-preview>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.slider-product-preview.align-left {
    left: 15px;
    right: auto;
}
.product-preview-shortcode {
    height: 100%;
    position: relative;
}
.product-preview-shortcode .preview {
    position: absolute;
    left: 0;
    top: 0;
    right: 100px;
    bottom: 0;
}
.slider-product-preview.align-left .product-preview-shortcode .preview {
    right: 0;
    left: 100px;
}
.product-preview-shortcode .preview .entry {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.product-preview-shortcode .preview .entry.active {
    opacity: 1;
}
.product-preview-shortcode .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.slider-product-preview.align-left .product-preview-shortcode .sidebar {
    right: auto;
    left: 0;
}
.product-preview-shortcode .sidebar .entry {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px #eee solid;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-preview-shortcode.light .sidebar .entry {
    background: transparent;
}
.product-preview-shortcode .sidebar .entry:last-child {
    margin-bottom: 0;
}
.product-preview-shortcode .sidebar .entry img {
    display: block;
    max-width: 100%;
    height: auto;
}
.product-preview-shortcode .sidebar .entry:hover {
    border-color: var(--primary);
}
.product-preview-shortcode .sidebar .entry.active {
    border-color: var(--primary);
    background: var(--primary);
}
.product-preview-shortcode.light .sidebar .entry {
    border-color: rgba(255, 255, 255, .5);
}
.product-preview-shortcode.light .sidebar .entry:hover {
    border-color: #fff;
}
.product-preview-shortcode.light .sidebar .entry.active {
    border-color: #fff;
    background: #fff;
}
.product-preview-shortcode.light-green .sidebar .entry {
    border-color: rgba(255, 255, 255, .2);
}
.product-preview-shortcode.light-green .sidebar .entry:hover {
    border-color: var(--primary);
}
.product-preview-shortcode.light-green .sidebar .entry.active {
    border-color: var(--primary);
    background: var(--primary);
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .slider-product-preview,
    .slider-product-preview.align-left {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        height: 300px;
        margin: 0 auto;
        width: auto;
    }
    .product-preview-shortcode .preview {
        right: 80px;
    }
    .slider-product-preview.align-left .product-preview-shortcode .preview {
        right: 0;
        left: 80px;
    }
    .product-preview-shortcode .sidebar .entry {
        width: 50px;
        height: 50px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 09 - PRODUCTS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*jQuery UI Styles */
.ui-slider {
    position: relative;
    height: 6px;
    background: #f7f7f7;
    margin-right: 12px;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-border-radius: 2px;
}
.ui-slider-range {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);
}
.ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -3px;
    cursor: pointer;
    border: 3px var(--primary) solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

/*breadcrumbs*/
.breadcrumbs {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #888;
}
.breadcrumbs a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    white-space: nowrap;
    transition: all .15s;
    -webkit-transition: all .15s;
}
.breadcrumbs a:hover {
    color: var(--primary);
}
.breadcrumbs a:after {
    width: 5px;
    height: 9px;
    background: url(../assets/img/icon-12.png);
    display: inline-block;
    vertical-align: top;
    content: "";
    position: relative;
    top: 4px;
    margin: 0 0 0 10px;
}
.breadcrumbs a:last-child:after {
    display: none;
}

/**/
.pagination-wrapper {
    font-size: 0;
}
.pagination {
    width: 40px;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    border: 1px #eee solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: bottom;
    font-size: 11px;
    color: #888;
    text-align: center;
    margin: 0 3px 3px 3px;
    transition: all .15s;
    -webkit-transition: all .15s;
    position: relative;
}
.pagination-wrapper:after {
    display: block;
    content: "";
    margin-top: -3px;
    content: "";
}
a.pagination:hover {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
a.pagination.active {
    background-color: var(--primary);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    color: #fff;
}
span.pagination {
    border: none;
}
.pagination img {
    display: block;
    transition: all .15s;
    -webkit-transition: all .15s;
}
.pagination img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
}
.pagination.active img {
    opacity: 0;
}
.pagination.active img:last-child {
    opacity: 1;
}

/**/
.filtration-cell-width-1 {
    width: 210px;
}
.filtration-cell-width-2 {
    width: 110px;
}
.filtration-cell-width-1 .SumoSelect,
.filtration-cell-width-2 .SumoSelect {
    display: block;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .filtration-cell-width-1 {
        width: auto;
        display: block;
        margin-right: 0 !important;
    }
    .filtration-cell-width-2 {
        width: auto;
        display: block;
        margin-right: 0 !important;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 10 - PRODUCT */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.rate-wrapper {
    color: var(--primary);
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px;
}
.rate-wrapper.set:hover .fa {
    opacity: .5;
}
.rate-wrapper.set .fa:hover {
    opacity: 1;
    cursor: pointer;
}
.quantity-select {
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    border: 1px #eee solid;
    width: 200px;
    position: relative;
}
.quantity-select .minus,
.quantity-select .plus {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px #eee solid;
    cursor: pointer;
    border-radius: 21px 0 0 21px;
    -webkit-border-radius: 21px 0 0 21px;
    transition: all .15s;
    -webkit-transition: all .15s;
}
.quantity-select .minus:hover,
.quantity-select .plus:hover {
    background: #eee;
}
.quantity-select .minus:active,
.quantity-select .plus:active {
    background: #e0e0e0;
}
.quantity-select .minus:before,
.quantity-select .plus:before {
    width: 14px;
    height: 1px;
    background: #555;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    content: "";
}
.quantity-select .plus:after {
    width: 1px;
    height: 14px;
    background: #555;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6.5px;
    margin-left: -.5px;
    content: "";
}
.quantity-select .number {
    display: block;
    text-align: center;
    margin: 0 50px;
    font-size: 12px;
    color: #888;
}
.quantity-select .plus {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px #eee solid;
    border-radius: 0 21px 21px 0;
    -webkit-border-radius: 0 21px 21px 0;
}
.detail-data-title.size-1 {
    padding-top: 12px;
}
.detail-data-title.size-2 {
    padding-top: 8px;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .detail-data-title {
        padding-bottom: 10px;
        padding-top: 0 !important;
    }
}

/**/
.main-product-slider-wrapper {
    max-width: 570px;
    margin: 0 auto;
}
.product-big-preview-entry {
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-small-preview-entry {
    max-width: 70px;
    margin: 0 auto;
    opacity: .2;
    transition: all .15s;
    -webkit-transition: all .15s;
}
.product-small-preview-entry img {
    display: block;
}
.swiper-slide-active .product-small-preview-entry {
    opacity: 1;
}

/**/
.left-right-entry {
    font-size: 0;
    white-space: nowrap;
}
.left-right-entry .preview-wrapper {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.left-right-entry .preview-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.left-right-entry .description {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
    padding-left: 30px;
}
@media (min-width: 768px) {
    .left-right-entry.align-right .preview-wrapper {
        left: 55%;
    }
    .left-right-entry.align-right .description {
        left: -45%;
        padding-left: 0;
        padding-right: 30px;
    }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .left-right-entry {
        white-space: normal;
    }
    .left-right-entry .preview-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .left-right-entry .description {
        width: 100%;
        padding-left: 0;
    }
}

/**/
.product-description-entry {
    border-bottom: 1px #eee solid;
    padding: 15px 0;
}

/**/
.testimonial-entry {
    border-bottom: 1px #eee solid;
    margin-bottom: 30px;
}
.testimonial-entry .preview {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    height: auto;
}
.testimonial-entry .heading-description {
    margin-left: 60px;
    padding-top: 5px;
}
.testimonial-entry .pros,
.testimonial-entry .cons {
    position: relative;
    padding-left: 30px;
}
.testimonial-entry .pros:before,
.testimonial-entry .cons:before {
    width: 13px;
    height: 1px;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
}
.testimonial-entry .pros:after {
    width: 1px;
    height: 13px;
    background: var(--primary);
    position: absolute;
    left: 6px;
    top: 3px;
    content: "";
}
.testimonial-entry .cons:before {
    background: #cd2706;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 11 - PRODUCT SHORTCODES */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.row.nopadding .swiper-container {
    padding-top: 1px;
    margin-top: -1px;
}
.row.nopadding .grid-products-4-items {
    margin-left: -1px;
    margin-top: -1px;
    clear: both;
}
.row.nopadding .grid-products-2-items {
    margin-left: -1px;
    margin-top: -1px;
    clear: both;
}
.product-shortcode {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.product-shortcode .animate-to-green,
.product-shortcode .animate-to-fulltransparent {
    transition: all .3s;
    -webkit-transition: all .3s;
}
.animate-to-green * {
    transition: none;
    -webkit-transition: none !important;
}
.product-shortcode:hover .animate-to-green {
    color: var(--primary);
}
.product-shortcode:hover .animate-to-fulltransparent {
    color: rgba(255, 255, 255, .5);
}
.swiper-slide .product-shortcode:not(:first-child) {
    margin-top: -1px;
}
.swiper-slide:not(:first-child) .product-shortcode {
    border-left: none !important;
}
.row.nopadding .product-shortcode {
    margin-left: -1px;
    margin-top: -1px;
}
.product-shortcode .product-label {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
}
.product-shortcode.style-7 .product-label {
    left: 10px;
    top: 0;
}
.product-label {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    color: #fff;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 0 10px;
    text-transform: uppercase;
}
.product-label.green {
    background: var(--primary);
}
.product-label.red {
    background: #d80505;
}
.small-items-line {
    overflow: hidden;
}
.small-items-line>.row {
    margin-bottom: -31px;
}
.small-items-line>.row>*[class*="col"] {
    margin-bottom: 60px;
}
.small-items-line>.row>*[class*="col"]:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    height: 1px;
    background: #eee;
    content: "";
}
.slider-wrapper.hidden-pixel-y:before,
.slider-wrapper.hidden-pixel-y:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: #fff;
    height: 100%;
    content: "";
    z-index: 2;
}
.slider-wrapper.hidden-pixel-y:after {
    left: auto;
    right: 0;
}
.slider-wrapper.hidden-pixel-x .product-shortcode {
    border-top: none;
    border-bottom: none;
}
.slider-wrapper.side-borders:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f7f7f7;
    border-right: 1px #fff solid;
    content: "";
    z-index: 2;
}
.slider-wrapper.side-borders:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f7f7f7;
    border-left: 1px #fff solid;
    content: "";
    z-index: 2;
}
.product-shortcode.noframe {
    border: none !important;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .row.nopadding .product-shortcode {
        margin-left: 0;
    }
}

/*shortcode 1*/
.product-shortcode.style-1 {
    border: 1px #f7f7f7 solid;
    padding: 25px 30px 5px 30px;
    background: #fff;
    overflow: hidden;
}
.product-shortcode.style-1 .title {
    height: 60px;
    margin-bottom: 10px;
}
.product-shortcode.style-1 .description {
    height: 60px;
    overflow: hidden;
    position: relative;
}
.product-shortcode.style-1 .description .text {
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-1 .description .icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode .icons .entry {
    width: 30px;
    height: 30px;
    border: 1px #eee solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    line-height: 28px;
    color: #979797;
    transition: all .15s;
    -webkit-transition: all .15s;
    font-size: 16px;
    margin: 0 5px 5px 0;
}
.product-shortcode .icons .entry:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
.product-shortcode .icons .entry .fa {
    display: block;
    line-height: inherit;
}
.product-shortcode.style-1 .price {
    height: 36px;
    overflow: hidden;
    position: relative;
}
.product-shortcode.style-1 .price .simple-article {
    line-height: 18px;
}
.product-shortcode.style-1 .preview {
    position: relative;
    margin-bottom: 30px;
}
.product-shortcode.style-1 .preview img {
    max-height: 31.5vh;
    display: block;
    margin: 0 auto;
}
.product-shortcode.style-1 .preview-buttons,
.product-shortcode.style-7 .preview-buttons {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
    width: 200px;
    height: 100%;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
}
.product-shortcode.style-1 .preview-buttons .button,
.product-shortcode.style-7 .preview-buttons .button {
    min-width: 135px;
    margin-bottom: 10px;
    transition: opacity .3s,
    left 0s .3s;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-1 .preview-buttons .button:nth-child(2),
.product-shortcode.style-7 .preview-buttons .button:nth-child(2) {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.color-selection {
    font-size: 0;
}
.color-selection .entry {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: bottom;
    margin: 0 3px 3px 0;
    position: relative;
    background: currentColor;
}
.color-selection .entry:before {
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px currentColor solid;
    content: "";
    opacity: 0;
}
.color-selection .entry.active:before {
    opacity: 1;
}
.color-selection:after {
    content: "";
    display: block;
    margin-top: -3px;
}
.product-shortcode.style-1 .price .color-selection {
    position: absolute;
    right: 0;
    top: 3px;
}
.product-shortcode.style-1 .color-selection+* {
    margin-right: 80px;
}
.color-selection.size-1 .entry {
    width: 16px;
    height: 16px;
    margin: 0 10px 10px 0;
}
.color-selection.size-1 .entry:before {
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
}
.color-selection.size-1:after {
    margin-top: -10px;
}

/**/
.product-shortcode.style-1.big {
    padding: 60px 50px 30px 50px;
    border-color: #f7f7f7;
}
.product-shortcode.style-1.big .preview {
    margin-bottom: 60px;
}
.product-shortcode.style-1.big .title {
    margin-bottom: 0;
}

/**/
@media (min-width: 768px) {
    .products-wrapper .product-shortcode.style-1 {
        border-bottom: none;
        border-top: none;
        margin-bottom: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .products-content {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .products-wrapper {
        margin: 0 -3px;
    }
    .products-content.view-inline {
        margin-bottom: 70px;
    }
    .products-content.view-inline .row>*[class*="col"] {
        width: 100%;
    }
    .products-content.view-inline .product-shortcode.style-1 {
        padding: 25px 0 30px 269px;
        margin-bottom: 0;
        border-bottom: 1px #eee solid;
        min-height: 201px;
        margin-top: 0;
    }
    .products-content.view-inline .product-shortcode.style-1 .preview {
        position: absolute;
        left: 0;
        top: 0;
    }
    .products-content.view-inline .product-shortcode.style-1 .title {
        height: auto;
    }
    .products-content.view-inline .product-shortcode.style-1 .price {
        height: auto;
        margin-bottom: 15px;
    }
    .products-content.view-inline .product-shortcode.style-1 .description {
        height: auto;
    }
    .products-content.view-inline .product-shortcode.style-1 .description .text {
        opacity: 1;
        margin-bottom: 10px;
        transition: none;
        -webkit-transition: none;
    }
    .products-content.view-inline .product-shortcode.style-1 .description .icons {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        position: relative;
        transition: none;
        -webkit-transition: none;
    }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .product-shortcode.style-1.big {
        padding: 25px 30px 5px 30px;
    }
    .product-shortcode.style-1.big .preview {
        margin-bottom: 30px;
    }
}

/**/
.product-shortcode.style-1.small {
    border-color: #eee;
}
.product-shortcode.style-1.small .title {
    margin-bottom: 30px;
    height: 41px;
}
.product-shortcode.style-1.small .preview {
    margin-bottom: 30px;
}

/*hover*/
.product-shortcode.style-1:hover .preview-buttons,
.product-shortcode.style-7:hover .preview-buttons {
    opacity: 1;
}
.product-shortcode.style-1:hover .preview-buttons .button,
.product-shortcode.style-7:hover .preview-buttons .button {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.product-shortcode.style-1:hover .description .icons {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.product-shortcode.style-1:hover .description .text,
.product-shortcode.style-7:hover .description .text {
    opacity: 0;
}

/*shortcode 2*/
.product-shortcode.style-2 {
    border: 1px #f7f7f7 solid;
    background: #fff;
    overflow: hidden;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-bottom: 100%;
    padding: 5px 15px 10px 15px;
}
.product-shortcode.style-2 span {
    display: block;
}
.product-shortcode.style-2 .preview {
    height: 145px;
    margin-bottom: 5px;
}
.product-shortcode.style-2 .preview img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
}
.product-shortcode.style-2 .description {
    height: 50px;
    overflow: hidden;
}

/*hover*/
.product-shortcode.style-2:hover {
    background: #343434;
}

/*shortcode 3*/
.product-shortcode.style-3 {
    border: 1px #f7f7f7 solid;
    padding: 40px 50px 50px 50px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.product-shortcode.style-3 .swiper-container {
    margin-left: -50px;
    margin-right: -50px;
}
.product-shortcode.style-3 .swiper-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.product-shortcode.style-3 .products-line .line {
    height: 5px;
    background: #f7f7f7;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.product-shortcode.style-3 .products-line .line .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--primary);
    border-radius: inherit;
    -webkit-border-radius: inherit;
}
.product-shortcode.style-3 .description {
    height: 40px;
    overflow: hidden;
}
.product-shortcode.style-3 .preview-buttons {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 65px;
    padding-top: 15px;
}
.product-shortcode.style-3 .countdown {
    max-width: 350px;
    margin: 0 auto;
}
.product-shortcode.style-3.big {
    padding-top: 0;
    border: 1px #f7f7f7 solid;
}
.grid-products-4-items {
    background: #fff;
}
.grid-products-4-items .swiper-pagination {
    background: #fff;
    margin-top: 0 !important;
    padding-bottom: 41px;
    padding-top: 11px;
    border-bottom: 1px #f7f7f7 solid;
    bottom: 0 !important;
}
.grid-products-4-items .product-shortcode {
    border-bottom: none !important;
}

/*hover*/
@media (min-width: 992px) {
    .product-shortcode.style-3 .preview-buttons .button {
        opacity: 0;
        transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .product-shortcode.style-3 .preview-buttons .button:nth-child(2) {
        transform: translateX(30px);
        -webkit-transform: translateX(30px);
    }
    .product-shortcode.style-3 .countdown-wrapper {
        opacity: 1;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .product-shortcode.style-3 .swiper-button-prev {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
    .product-shortcode.style-3 .swiper-button-next {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    .product-shortcode.style-3:hover .preview-buttons .button {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .product-shortcode.style-3:hover .countdown-wrapper {
        opacity: 0;
    }
    .product-shortcode.style-3:hover .swiper-button-prev,
    .product-shortcode.style-3:hover .swiper-button-next {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .product-shortcode.style-3 {
        padding: 15px;
    }
    .product-shortcode.style-3 .swiper-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-shortcode.style-3 .swiper-button-prev,
    .product-shortcode.style-3 .swiper-button-next {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    .product-shortcode.style-3 .preview-buttons {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

/*shortcode 4*/
.product-shortcode.style-4 .preview {
    float: left;
    width: 85px;
    position: relative;
}
.product-shortcode.style-4 .preview:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px var(--primary) solid;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}
.product-shortcode.style-4 .preview:hover:after {
    opacity: 1;
}
.product-shortcode.style-4 .preview img {
    display: block;
    max-width: 100%;
    height: auto;
}
.product-shortcode.style-4 .description {
    margin-left: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-shortcode.style-4.rounded {
    border: none;
}
.product-shortcode.style-4.rounded .preview:after {
    display: none;
}
.product-shortcode.style-4.rounded .preview img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px #eee solid;
    transition: all .15s;
    -webkit-transition: all .15s;
}
.product-shortcode.style-4.rounded .preview:hover img {
    border-color: var(--primary);
}
.product-shortcode.style-4.light {
    background: #fff;
    border-bottom: 1px #f7f7f7 solid;
    padding: 10px;
}
.product-shortcode.style-4.light .preview {
    width: 90px;
}

/*shortcode 5*/
.product-shortcode.style-5 {
    text-align: center;
    padding: 60px 30px 30px 30px;
    background: #fff;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
}
.product-shortcode.style-5 .content {
    max-width: 305px;
    margin: 0 auto;
}
.product-shortcode.style-5 .swiper-container {
    margin-left: -30px;
    margin-right: -30px;
}
.product-shortcode.style-5 .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-5 .preview {
    position: relative;
    margin-bottom: 50px;
}
.product-shortcode.style-5 .preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.product-shortcode.style-5 .description {
    height: 60px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-5 .price {
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-5 .shortcode-rate-wrapper {
    text-align: center;
    margin-bottom: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-5:hover .shortcode-rate-wrapper {
    opacity: 0;
}
.product-shortcode.style-5 .preview-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 15px;
}
.product-shortcode.style-5 .preview-buttons .button {
    opacity: 0;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-5 .preview-buttons .button:nth-child(2) {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
}
.product-shortcode.style-5 .swiper-button-prev {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.product-shortcode.style-5 .swiper-button-next {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.product-shortcode.style-5:hover .preview-buttons .button {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.product-shortcode.style-5:hover .swiper-button-prev,
.product-shortcode.style-5:hover .swiper-button-next {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
.product-shortcode.style-5 .content-animate {
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
}
.product-shortcode.style-5:hover .content-animate {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}
.product-shortcode.style-5 .icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 3;
}
.product-shortcode.style-5:hover .icons {
    top: 0;
    opacity: 1;
}

/**/
.product-shortcode.style-5.small {
    padding-top: 50px;
    padding-bottom: 25px;
    border: 1px #eee solid;
}
.product-shortcode.style-5.small .product-label {
    left: 20px;
    top: 20px;
}
.product-shortcode.style-5.small .preview {
    margin-bottom: 30px;
}
.product-shortcode.style-5.small:hover .description {
    opacity: 0;
}
.product-shortcode.style-5.small:hover .price {
    opacity: 0;
}
.product-shortcode.style-5.small:hover .title {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}
.product-shortcode.style-5.small .preview-buttons .button {
    float: left;
    width: 50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}
.product-shortcode.style-5.small .preview-buttons .button:before {
    display: none;
}
.product-shortcode.style-5.small .preview-buttons .button .text {
    padding-left: 0;
    padding-right: 0;
}
.product-shortcode.style-5.small .icons {
    top: auto;
    bottom: 50px;
}
.product-shortcode.style-5.small:hover .icons {
    bottom: 80px;
    opacity: 1;
}

/*shortcode 6*/
.product-shortcode.style-6 {
    text-align: center;
    padding: 50px 30px;
    background: #fff;
    border: 1px #eee solid;
    overflow: hidden;
}
.product-shortcode.style-6 .content {
    max-width: 315px;
    margin: 0 auto;
}
.product-shortcode.style-6 .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.product-shortcode.style-6 .description {
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.product-shortcode.style-6 .preview {
    margin-bottom: 40px;
}
.product-shortcode.style-6 .preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.product-shortcode.style-6 .price {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.product-shortcode.style-6:after {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}
.product-shortcode.style-6:hover:after {
    opacity: 1;
}
.product-shortcode.style-6 .preview-button {
    position: absolute;
    left: 30px;
    right: 30px;
    text-align: center;
    top: 50%;
    margin-top: 15px;
    z-index: 1;
    opacity: 0;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-6:hover .preview-button {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

/*shortcode 7*/
.product-shortcode.style-7 {
    text-align: center;
    padding: 20px 15px 0 15px;
    background: #fff;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
    overflow: hidden;
}
.product-shortcode.style-7 .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-7 .title>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-shortcode.style-7:hover .title {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}
.product-shortcode.style-7 .preview {
    margin-bottom: 15px;
    position: relative;
}
.product-shortcode.style-7 .preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.product-shortcode.style-7 .price {
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 1;
}
.product-shortcode.style-7:hover .price {
    opacity: 0;
}
.product-shortcode.style-7 .icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-7:hover .icons {
    opacity: 1;
}

/*shortcode 8*/
.product-shortcode.style-8 {
    text-align: center;
}
.product-shortcode.style-8 .content {
    max-width: 200px;
    margin: 0 auto;
}
.product-shortcode.style-8 .preview {
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.product-shortcode.style-8 .preview img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-8 .preview img:nth-child(2) {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    opacity: 0;
}
.product-shortcode.style-8:hover .preview img:nth-child(1) {
    opacity: 0;
    transform: scale(.7);
    -webkit-transform: scale(.7);
}
.product-shortcode.style-8:hover .preview img:nth-child(2) {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}
.product-shortcode.style-8 .title {
    margin-bottom: 5px;
}
.product-shortcode.style-8 .description {
    margin-bottom: 15px;
}
.product-shortcode.style-8 .price {
    margin-bottom: 20px;
}

/*shortcode 9*/
.product-shortcode.style-9 {
    text-align: center;
    border: 1px #eee solid;
}
.product-shortcode.style-9 .preview {
    border-bottom: 1px #eee solid;
}
.product-shortcode.style-9 .preview img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-9:hover .preview img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.product-shortcode.style-9 .title {
    margin-bottom: 10px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-9 .description {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-shortcode.style-9 .content {
    position: relative;
    margin: 0 -1px -1px -1px;
    background: #fff;
    padding-top: 25px;
    min-height: 116px;
}
.product-shortcode.style-9 .follow {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}
.product-shortcode.style-9:hover .follow {
    top: 50%;
    opacity: 1;
}
.product-shortcode.style-9:hover .title,
.product-shortcode.style-9:hover .description {
    opacity: 0;
    transform: scale(.7);
    -webkit-transform: scale(.7);
}

/*shortcode 1 float content*/
@media (min-width: 992px) {
    .product-shortcode.style-1.float {
        min-height: 428px;
        padding-left: 260px;
        padding-top: 140px;
    }
    .product-shortcode.style-1.float .preview {
        position: absolute;
        left: 30px;
        top: 50%;
        margin-top: -100px;
    }
    .product-shortcode.style-1.float .title {
        height: auto;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 12 - BANNER SHORTCODES */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-shortcode.text-center .valign-middle-content {
    margin: 0 auto;
}

/*shortcode 1*/
.banner-shortcode.style-1 {
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
}
.banner-shortcode.style-1 .background {
    background-position: left center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-shortcode.style-1 .banner-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .banner-shortcode.style-1 .description {
        position: absolute;
        height: 100%;
        width: 35%;
        text-align: center;
        right: 15px;
        background: none !important;
    }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .banner-shortcode.style-1 {
        padding-bottom: 0;
    }
    .banner-shortcode.style-1 .background {
        position: relative;
        padding-bottom: 40%;
    }
    .banner-shortcode.style-1 .description {
        padding: 20px 15px;
        background: #2c2c2c;
        text-align: center;
        border-top: 1px #555 solid;
        display: block;
    }
}

/*shortcode 2*/
.banner-shortcode.style-2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 270px;
}
.banner-shortcode.style-2 .content {
    padding-bottom: 155%;
}
.banner-shortcode.style-2 .background {
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-shortcode.style-2 .banner-title {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
}
.banner-shortcode.style-2 .description {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    height: 30%;
}

/*shortcode 3*/
.banner-shortcode.style-3 {
    background-size: cover;
    background-position: right top;
    position: relative;
}
.banner-shortcode.style-3 .angle-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.banner-shortcode.style-3 .angle-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.banner-shortcode.style-3 .valign-middle-cell {
    height: 480px;
    padding: 30px 50px;
    display: table-cell;
    width: 10000px;
    vertical-align: middle;
}
.banner-shortcode.style-3 .valign-middle-content {
    max-width: 390px;
}
.banner-shortcode.style-3 .slider-product-preview+.valign-middle-content {
    max-width: 50%;
}

/*Desktops (>=1200px)*/
@media (min-width: 1200px) {
    .banner-shortcode.style-3.wide .valign-middle {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .banner-shortcode.style-3 .valign-middle-cell {
        height: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner-shortcode.style-3 .slider-product-preview+.valign-middle-content {
        max-width: 100%;
    }
}

/*shortcode 4*/
.banner-shortcode.style-4 {
    background-size: cover;
    background-position: center top;
    position: relative;
}
.banner-shortcode.style-4 .valign-middle-cell {
    height: 650px;
    padding: 30px 15px;
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
}
.banner-shortcode.style-4 .valign-middle-content {
    max-width: 390px;
    margin: 0 auto;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .banner-shortcode.style-4 .valign-middle-cell {
        height: 0;
    }
}

/*shortcode 5*/
.banner-shortcode.style-5 {
    background-size: cover;
    background-position: center top;
    position: relative;
}
.banner-shortcode.style-5 .valign-middle {
    min-height: 225px;
    padding: 30px 50px;
}
.banner-shortcode.style-5 .valign-middle-content {
    max-width: 260px;
}

/*shortcode 6*/
.banner-shortcode.style-6 {
    padding: 50px 30px 50px 15px;
    background: #fff;
}
.banner-shortcode.style-6:after {
    display: block;
    content: "";
    clear: both;
}
.banner-shortcode.style-6 .image {
    float: left;
    max-width: 250px;
    width: 100%;
    height: auto;
}
.banner-shortcode.style-6 .content {
    margin-left: 270px;
}
.banner-shortcode.style-6 .cell-view {
    height: 250px;
}

/*Desktops (>=1200px)*/
@media (max-width: 1199px) {
    .banner-shortcode.style-6 .image {
        max-width: 190px;
    }
    .banner-shortcode.style-6 .content {
        margin-left: 210px;
    }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .banner-shortcode.style-6 {
        padding: 30px 15px;
    }
    .banner-shortcode.style-6 .image {
        float: none;
        margin: 0 auto 30px auto;
        display: block;
    }
    .banner-shortcode.style-6 .content {
        margin-left: 0;
    }
    .banner-shortcode.style-6 .cell-view {
        height: 0;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 13 - BLOG SHORTCODES */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*shortcode 1*/
.blog-shortcode.style-1 {
    max-width: 270px;
    margin: 0 auto;
    display: inline-block;
    margin: 0 5px 10px 5px;
}
.blog-shortcode.style-1 .preview img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-shortcode.style-1 .description {
    background: #fff;
    padding: 25px 20px;
}

/*shortcode 2*/
.blog-shortcode.style-2 .preview {
    display: block;
    max-width: 270px;
    margin-bottom: 15px;
    position: relative;
}
.blog-shortcode.style-2 .preview img {
    display: block;
    max-width: 100%;
    height: auto;
}
.blog-shortcode.style-2 .title {
    margin-bottom: 10px;
}

/*shortcode 3*/
.blog-shortcode.style-3:after {
    content: "";
    clear: both;
    display: block;
}
.blog-shortcode.style-3 .preview {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.blog-shortcode.style-3 .preview img {
    display: block;
    max-width: 100%;
    height: auto;
}
.blog-shortcode.style-3 .preview .swiper-button-next {
    right: 30px;
}
.blog-shortcode.style-3 .preview .swiper-button-prev {
    left: 30px;
}
.blog-shortcode.style-3 .date {
    float: left;
    width: 70px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #888;
    text-transform: uppercase;
}
.blog-shortcode.style-3 .date span {
    display: block;
    font-size: 30px;
    line-height: 24px;
    color: #555;
    margin-bottom: 5px;
}
.blog-shortcode.style-3 .content {
    margin-left: 100px;
}
.blog-comments {
    font-size: 11px;
    line-height: 24px;
    color: #555;
    margin-bottom: 5px;
}
.blog-comments .fa {
    margin-right: 3px;
}
.blog-shortcode.style-3 .title {
    margin-bottom: 15px;
}
.blog-shortcode.style-3 .description {
    margin-bottom: 15px;
}
.blog-shortcode.style-3 .description-article {
    margin-bottom: 20px;
}
.blog-blockquote {
    background: #343434;
    text-align: center;
}
.blog-blockquote .cell-view {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 15px;
}
.blog-blockquote blockquote {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 40px;
    background: url(../assets/img/icon-30.png) center top no-repeat;
}
.blog-blockquote .blockquote-title {
    font-family: 'Raleway',
    sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-blockquote .blockquote-author {
    font-family: 'Raleway',
    sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}
.blog-blockquote .blockquote-position {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    color: rgba(255, 255, 255, .5);
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .blog-shortcode.style-3 .date {
        float: none;
        margin-bottom: 5px;
        text-align: left;
    }
    .blog-shortcode.style-3 .content {
        margin-left: 0;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 14 - TABULATION */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.tabulation-menu-wrapper {
    margin: 0 -20px;
}
.tabulation-menu-wrapper:after {
    display: block;
    content: "";
    margin-top: -5px;
}
.tabulation-toggle {
    font-size: 0;
}
.tabulation-toggle li {
    padding: 0 20px;
    border-left: 1px #eee solid;
    display: inline-block;
    margin-bottom: 5px;
}
.tabulation-toggle li:first-child {
    border: none;
}
.tab-menu {
    font-size: 11px;
    line-height: 16px;
    padding: 8px 20px;
    color: #888;
    text-transform: uppercase;
    font-family: 'Raleway',
    sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    transition: all .15s;
    -webkit-transition: all .15s;
    text-align: center;
}
.tab-menu:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    background: #fff;
}
.tab-menu.active {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    background-color: var(--primary);
    color: #fff;
}
.tab-entry {
    display: none;
}
.tab-entry.visible {
    display: block;
}
.tabulation-title {
    background: #fff;
    text-transform: uppercase;
    font-family: 'Raleway',
    sans-serif;
    font-weight: 700;
    padding-right: 50px;
    cursor: pointer;
    display: none;
    position: relative;
    text-align: left;
}
.tabulation-title:after {
    width: 50px;
    height: 50px;
    background: url(../assets/img/icon-7.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}
.tabulation-title.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .tabulation-menu-wrapper {
        margin: 0;
    }
    .tabulation-menu-wrapper .tabulation-toggle {
        padding-top: 10px;
    }
    .tabulation-menu-wrapper .tabulation-toggle li {
        display: block;
    }
    .tabulation-title {
        display: block;
    }
    .tabulation-toggle {
        display: none;
    }
    .tabulation-title.active+.tabulation-toggle {
        display: block;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 15 - ICON DESCRIPTION SHORTCODES */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.icon-description-shortcode .content *:last-child {
    margin-bottom: 0 !important;
}

/*shortcode 1*/
.icon-description-shortcode.style-1 {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}
.icon-description-shortcode.style-1 .icon-image {
    margin-bottom: 10px;
}
.icon-description-shortcode.style-1 .title {
    margin-bottom: 15px;
}

/*shortcode 2*/
.icon-description-shortcode.style-2 {
    text-align: center;
}
.icon-description-shortcode.style-2 .content {
    padding: 0 30px;
}
.icon-description-shortcode.style-2 .image-icon {
    margin: 0 auto 25px auto;
    max-width: 415px;
    width: 100%;
}
.icon-description-shortcode.style-2 .title {
    margin-bottom: 18px;
}
.icon-description-shortcode.style-2 .subtitle {
    margin-bottom: 18px;
}
.icon-description-shortcode.style-2 .description {
    margin-bottom: 25px;
}

/*shortcode 3*/
.icon-description-shortcode.style-3:after {
    display: block;
    content: "";
    clear: both;
}
.icon-description-shortcode.style-3 .image-icon {
    float: left;
    width: 200px;
}
.icon-description-shortcode.style-3 .content {
    margin-left: 230px;
}
.icon-description-shortcode.style-3 .cell-view {
    height: 150px;
}
.icon-description-shortcode.style-3 .title {
    margin-bottom: 15px;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .icon-description-shortcode.style-3 .icon {
        float: none;
        margin-bottom: 25px;
    }
    .icon-description-shortcode.style-3 .content {
        margin-left: 0;
    }
    .icon-description-shortcode.style-3 .cell-view {
        height: 0;
    }
}

/*shortcode 4*/
.icon-description-shortcode.style-4 {
    background: #fff;
    border-left: 1px #f7f7f7 solid;
    border-top: 1px #f7f7f7 solid;
    position: relative;
}
.icon-description-shortcode.style-4 .icon-image {
    position: absolute;
    width: 70px;
    height: auto;
    left: 15px;
    top: 50%;
    margin-top: -35px;
}
.icon-description-shortcode.style-4 .cell-view {
    height: 140px;
    padding: 15px 45px 15px 100px;
}
.icon-description-shortcode.style-4 .title {
    margin-bottom: 5px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 16 - MASONRY */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.grid-sizer {
    width: 25%;
}
.grid {
    position: relative;
    margin: -15px -15px 0 -15px;
}
.grid-item.w25 {
    width: 25%;
}
.grid-item.w50 {
    width: 50%;
}
.gallery-grid-item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gallery-grid-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 15px #fff solid;
}
.gallery-grid-item img {
    display: block;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.gallery-grid-item.style-1:hover img {
    transition: all .3s .15s;
    -webkit-transition: all .3s .15s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}
.gallery-grid-item.style-1 .gallery-title {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    background: var(--primary);
    padding: 22px 30px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    min-height: 100px;
}
.gallery-grid-item.style-1:hover .gallery-title {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.gallery-grid-link {
    z-index: 1;
}
.gallery-grid-item.style-2 .gallery-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 247, 247, .95);
    opacity: 0;
    transition: all .3s .15s;
    -webkit-transition: all .3s .15s;
}
.gallery-grid-item.style-2 .gallery-title .left {
    position: absolute;
    left: 45px;
    right: 45px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.gallery-grid-item.style-2 .gallery-title .right {
    position: absolute;
    top: 35px;
    right: 45px;
    left: 45px;
    text-align: right;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.gallery-grid-item.style-2:hover .gallery-title {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.gallery-grid-item.style-2:hover .gallery-title .left,
.gallery-grid-item.style-2:hover .gallery-title .right {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: all .3s .15s;
    -webkit-transition: all .3s .15s;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .grid-item.w25 {
        width: 50%;
    }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .grid {
        margin: 0;
    }
    .gallery-grid-item .gallery-title {
        display: none;
    }
    .gallery-grid-item.style-1:hover img {
        transform: none;
        -webkit-transform: none;
    }
}

/*Phones (<768px)*/
@media (max-width: 450px) {
    .grid-item.w25 {
        width: 100%;
    }
    .grid-item.w50 {
        width: 100%;
    }
    .gallery-grid-item:after {
        display: none;
    }
    .gallery-grid-item {
        margin-bottom: 15px;
    }
}

/*masonry popup*/
.popup-content .slider-wrapper {
    background: transparent;
}
.gallery-big-preview-entry {
    padding-bottom: 61%;
    background-size: cover;
    background-position: center center;
}
.gallery-small-preview-entry img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .2;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.swiper-slide-active .gallery-small-preview-entry img {
    opacity: .5;
}
@media (min-width: 1200px) {
    .gallery-popup-slider-wrapper .swiper-button-prev {
        left: -100px;
    }
    .gallery-popup-slider-wrapper .swiper-button-next {
        right: -100px;
    }
}
.gallery-popup-description {
    padding: 40px 50px;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .gallery-popup-description {
        padding: 30px 15px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 17 - HOMEPAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.aligned-middle-image-shortcode {
    position: absolute;
    left: 50%;
    width: 0%;
    top: 0;
    height: 100%;
}
.aligned-middle-image-shortcode img {
    max-height: 100%;
    width: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.categories-wrapper {}
.category-link {
    font-size: 11px;
    line-height: 18px;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 15px 0 15px 40px;
    position: relative;
    transition: all .15s;
    -webkit-transition: all .15s;
}
.category-link:hover,
.category-link.active {
    color: var(--primary);
}
.category-link span {
    width: 20px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 15px;
}

/**/
.client-logo-entry {
    overflow: hidden;
    border: 1px #eee solid;
    float: left;
    width: 20%;
    position: relative;
    margin: -1px 0 0 -1px;
}
.client-logo-entry img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.client-logo-entry:hover img {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.client-logo-entry img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.client-logo-entry:hover img:nth-child(2) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/**/
#product-slider-carousel {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
}
#product-slider-carousel .simple-article {
    color: #fff;
}
#product-slider-carousel h2 {
    color: #fff;
    text-transform: none;
    font-family: 'Franklin Gothic Medium',
    'Arial Narrow',
    Arial,
    sans-serif;
}
#product-slider-carousel .big-slider-product .description h2.h2 {
    display: inline-flex;
    align-items: center;
    /* vertically center logo + text */
    gap: 0.4em;
    /* space between logo and text */
    line-height: 1;
}
#product-slider-carousel .big-slider-product .description h2.h2 .apple-logo {
    width: 0.9em;
    /* slightly smaller than text */
    height: auto;
    display: inline-block;
}
.big-slider-product {
    text-align: center;
    padding: 0 15px;
}
.big-slider-product .preview {
    margin: 0 auto 30px auto;
    opacity: .05;
    transform: scale(.7);
    -webkit-transform: scale(.7);
}
.swiper-slide-active .big-slider-product .preview {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.big-slider-product .preview img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.big-slider-product .description {
    opacity: 0;
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
}
body.loaded .big-slider-product .description,
body.loaded .big-slider-product .preview {
    transition: all .5s;
    -webkit-transition: all .5s;
}
.swiper-slide-active .big-slider-product .description {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .client-logo-entry {
        width: 25%;
    }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .client-logo-entry {
        width: 50%;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 18 - CONTACTS */

/*-------------------------------------------------------------------------------------------------------------------------------*/
#map-canvas {
    height: 550px;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    #map-canvas {
        height: 300px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 19 - CHECKOUT */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.order-details-entry {
    border-bottom: 1px #eee solid;
    padding-top: 2em;
    padding-bottom: .5em;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 20 - CART */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.cart-table {
    width: 100%;
}
.cart-table th {
    background: #343434;
    font-weight: 700;
    font-family: 'Raleway',
    sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.cart-table th:first-child {
    border-radius: 5px 0 0 5px;
}
.cart-table th:last-child {
    border-radius: 0 5px 5px 0;
}
.cart-table th:nth-child(2) {
    padding-left: 0;
    text-align: left;
}
.cart-table tbody tr {
    border-bottom: 1px #eee solid;
}
.cart-table tbody td {
    vertical-align: middle;
    padding: 25px 10px;
    text-align: center;
}
.cart-table tbody td:nth-child(2) {
    text-align: left;
    padding-left: 0;
}
.cart-table .quantity-select {
    display: inline-block;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .cart-table,
    .cart-table tbody,
    .cart-table tr,
    .cart-table td,
    .cart-table th {
        display: block;
        position: relative;
    }
    .cart-table thead {
        display: none;
    }
    .cart-table td:before {
        content: attr(data-title);
        color: #343434;
        font-weight: 900;
        font-family: 'Raleway',
        sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 19px;
        width: 100px;
        padding-right: 10px;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .cart-table td {
        text-align: left !important;
        padding: 10px 0 10px 100px !important;
        width: auto !important;
        position: relative;
    }
    .cart-table .quantity-select {
        width: 170px;
    }
    .cart-table td:last-child {
        position: static;
        padding: 0;
    }
    .cart-table .button-close {
        position: absolute;
        right: 0;
        top: 10px;
    }
    .cart-table tbody td:nth-child(1),
    .cart-table tbody td:nth-child(2) {
        padding-left: 0 !important;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 21 - BLOG DETAIL */

/*-------------------------------------------------------------------------------------------------------------------------------*/
.comments-wrapper {
    margin-left: -100px;
}
.comment-entry {
    position: relative;
    padding-left: 100px;
}
.comment-entry .testimonial-top {}
.comment-entry .image {
    float: left;
    width: 50px;
    height: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}
.comment-entry .content {
    margin: 0 100px 23px 70px;
    padding-top: 5px;
}
.comment-entry .button {
    position: absolute;
    right: 0;
    top: 5px;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .comments-wrapper {
        margin-left: 0px;
    }
    .comment-entry {
        padding-left: 0px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 22 - MEDIA QUERIES */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*Desktops (>=1200px)*/
@media (min-width: 1200px) {}

/*Desktops (>=992px)*/
@media (max-width: 1199px) {}

/* Tablets (>=768px)*/
@media (max-width: 991px) {}

/*Phones (<768px)*/
@media (max-width: 767px) {}

/* Force custom font + casing for iPhone 17 in hero */
.apple-logo {
    width: 40px;
    height: auto;
    vertical-align: middle;
}
#hero h3.h3 {
    text-transform: none !important;
    color: #000;
    margin-bottom: 10px;
    font-family: -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif !important;
}
.apple-products-showcase-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.apple-products-showcase-wrapper {
    font-family: -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
    background: transparent;
    padding: 40px 20px;
}
.apple-products-showcase-grid-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.apple-products-showcase-item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #1d1d1f;
    transition: transform 0.3s ease,
    box-shadow 0.3s ease;
    padding: 20px;
    border-radius: 12px;
    background: transparent;
    min-width: 140px;
}
.apple-products-showcase-item-link:hover {
    transform: scale(1.08) translateY(-5px);
}
.apple-products-showcase-visual-element {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.apple-products-showcase-item-link:hover .apple-products-showcase-visual-element {
    transform: scale(1.05);
}
.apple-products-showcase-text-label {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    color: #1d1d1f;
    text-align: center;
}
.apple-products-showcase-visual-element img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    overflow: hidden;
}
.apple-products-showcase-visual-element img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* Specific product styling - removed since images are now inline */

/* Responsive design */
@media (max-width: 768px) {
    .apple-products-showcase-grid-container {
        gap: 20px;
    }
    .apple-products-showcase-item-link {
        min-width: 120px;
        padding: 15px;
    }
    .apple-products-showcase-visual-element img {}
    .apple-products-showcase-text-label {
        font-size: 10px;
    }
}
@media (max-width: 480px) {
    .apple-products-showcase-grid-container {
        justify-content: center;
    }
    .apple-products-showcase-item-link {
        min-width: 100px;
    }
}
.product-section {
    background: #f5f5f7;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
    min-height: 600px;
    /* adjust this based on your tallest card */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 0.5rem;
}
.product-subtitle {
    font-size: 1.2rem;
    color: #86868b;
    margin-bottom: 0.5rem;
}
.availability {
    color: #86868b;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
.btn-primary {
    background: #4dbaeb;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 10px;
}
.btn-outline-primary {
    border: 2px solid #4dbaeb;
    color: #4dbaeb;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    background: transparent;
}
.btn-outline-primary:hover {
    background: #4dbaeb;
    border-color: #4dbaeb;
    color: white;
}
.product-image-container {
    height: 350px;
    /* consistent image box */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.product-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.product-image-container {
    margin-top: 1.5rem;
}

/* Mobile adjustments */
@media (max-width: 992px) {
    .product-section {
        min-height: 500px;
        margin-bottom: 2.5rem;
        padding: 1.5rem;
    }
    .product-image-container {
        height: 280px;
    }
    .product-title {
        font-size: 2rem;
    }
    .product-subtitle {
        font-size: 1rem;
    }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    .product-section {
        min-height: 450px;
        padding: 1.2rem;
    }
    .product-image-container {
        height: 220px;
    }
    .product-title {
        font-size: 1.8rem;
    }
    .product-subtitle {
        font-size: 0.95rem;
    }
}

/* Small phones (≤ 480px) */
@media (max-width: 480px) {
    .product-section {
        min-height: auto;
        /* let them shrink naturally */
        padding: 1rem;
    }
    .product-image-container {
        height: 180px;
    }
    .product-title {
        font-size: 1.5rem;
    }
    .product-subtitle {
        font-size: 0.9rem;
    }
    .btn-primary,
    .btn-outline-primary {
        padding: 6px 14px;
        font-size: 0.9rem;
    }
}
.simple-article {
    color: #888;
}

/* Strong override: product card title + apple logo alignment */
#product-cards .product-section h3.product-title {
    display: inline-flex !important;
    align-items: center !important;
    /* centers logo + text */
    gap: 0.4em !important;
}
#product-cards .product-section h3.product-title .apple-logo {
    width: 1em !important;
    height: auto !important;
    display: block !important;
}
#product-cards .product-section h3.product-title .title-text {
    display: inline-block !important;
    line-height: 1em !important;
    /* fixes “floating” text */
    vertical-align: middle !important;
}
.bo-showcase-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #1a1a1a;
}
.bo-carousel-container {
    height: 100%;
    transform: scale(0.8);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bo-carousel-container.bo-animate-in {
    transform: scale(1);
    opacity: 1;
}
.bo-slide-item {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bo-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}
.bo-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}
.bo-main-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(50px);
    animation: bo-slideUp 1s ease-out 0.5s forwards;
}
.bo-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-weight: 200;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(30px);
    animation: bo-slideUp 1s ease-out 0.8s forwards;
}
.bo-cta-button {
    background: linear-gradient(45deg, #fff, #fff);
    color: #1a1a1a;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
    opacity: 0;
    transform: translateY(20px);
    animation: bo-slideUp 1s ease-out 1.1s forwards;
}
.bo-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.4);
    background: linear-gradient(45deg, #fff, #fff);
    color: #1a1a1a;
}
.bo-carousel-indicators {
    bottom: 30px;
    z-index: 3;
}
.bo-carousel-indicators button {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 8px;
    transition: all 0.4s ease;
}
.bo-carousel-indicators button.active {
    background: #fff;
    transform: scaleX(1.2);
}
.bo-carousel-control-prev,
.bo-carousel-control-next {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.4s ease;
    z-index: 999 !important;
    opacity: 1 !important;
}
.bo-carousel-control-prev {
    left: 30px;
}
.bo-carousel-control-next {
    right: 30px;
}
.bo-carousel-control-prev:hover,
.bo-carousel-control-next:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.3);
}
.bo-carousel-control-prev-icon,
.bo-carousel-control-next-icon {
    filter: brightness(0) invert(1);
    width: 30px !important;
    height: 30px !important;
}
@keyframes bo-slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.bo-product-badge {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 1px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bo-carousel-control-prev,
    .bo-carousel-control-next {
        width: 60px;
        height: 60px;
    }
    .bo-carousel-control-prev {
        left: 15px;
    }
    .bo-carousel-control-next {
        right: 15px;
    }
    .bo-product-badge {
        top: 20px;
        right: 20px;
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

/* Scope all styles to .product-pages to prevent conflicts */
.product-pages {
    --primary-blue: #4dbaeb;
    --dark-blue: #1565c0;
    --orange: #ff9800;
    --light-gray: #f5f5f5;
    font-family: 'Segoe UI',
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
    background-color: #fff;
    color: #333;
    padding-top: 120px;
}

/* Bootstrap 5 utility classes for Bootstrap 3 compatibility */
.product-pages .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-pages .gap-2>* {
    margin-right: 0.5rem;
}
.product-pages .gap-2>*:last-child {
    margin-right: 0;
}
.product-pages .gap-3>* {
    margin-bottom: 1rem;
}
.product-pages .gap-3>*:last-child {
    /* margin-bottom: 0; */
}
.product-pages .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-pages .align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-pages .d-grid {
    display: block;
}
.product-pages .d-grid>* {
    width: 100%;
    display: block;
}
.product-pages .text-center {
    text-align: center;
}
.product-pages .mb-0 {
    margin-bottom: 0;
}
.product-pages .mb-2 {
    margin-bottom: 0.5rem;
}
.product-pages .mb-3 {
    margin-bottom: 1rem;
}
.product-pages .mb-4 {
    margin-bottom: 1.5rem;
}
.product-pages .mt-3 {
    margin-top: 1rem;
}
.product-pages .mt-4 {
    margin-top: 1.5rem;
}
.product-pages .ms-2 {
    margin-left: 0.5rem;
}
.product-pages .my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.product-pages .fw-bold {
    font-weight: 700;
}
.product-pages .float-end {
    float: right;
}
.product-pages .text-decoration-none {
    text-decoration: none;
    color: inherit;
}
.product-pages .text-decoration-none:hover {
    text-decoration: none;
}

/* Enhanced breadcrumb styling */
.product-pages .breadcrumb {
    background: transparent;
    padding: 15px 0;
    font-size: 14px;
    margin-bottom: 0;
    list-style: none;
}
.product-pages .breadcrumb a {
    color: #666;
    transition: color 0.3s ease;
}
.product-pages .breadcrumb a:hover {
    color: var(--primary-blue);
    text-decoration: none;
}

/* Product image section with enhanced shadows and hover effects */
.product-pages .product-image-section {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-pages .product-image-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.product-pages .main-image {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
}
.product-pages .main-image:hover {
    transform: scale(1.08);
}

/* Enhanced thumbnail styling */
.product-pages .thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-pages .thumbnail:hover {
    border-color: var(--primary-blue);
    opacity: 1;
    transform: scale(1.15);
    box-shadow: 0 4px 16px rgba(25, 118, 210, 0.3);
}
.product-pages .thumbnail.active {
    border-color: var(--primary-blue);
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(25, 118, 210, 0.4);
}

/* Enhanced price styling */
.product-pages .price {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-blue);
    animation: fadeInUp 0.6s ease;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(25, 118, 210, 0.1);
}
.product-pages .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-left: 10px;
}
.product-pages .discount-badge {
    background: linear-gradient(135deg, var(--orange), #ff5722);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Enhanced button styling */
.product-pages .btn-primary {
    background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue)) !important;
    border: none !important;
    padding: 16px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
    color: white !important;
}
.product-pages .btn-primary:hover {
    background: linear-gradient(135deg, var(--dark-blue), #0d47a1) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.5);
}
.product-pages .btn-primary:active {
    transform: translateY(-1px);
}
.product-pages .btn-outline-primary {
    border: 2px solid var(--primary-blue) !important;
    color: var(--primary-blue) !important;
    background: transparent !important;
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-pages .btn-outline-primary:hover {
    background: var(--primary-blue) !important;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.4);
}

/* Enhanced info cards */
.product-pages .info-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid var(--primary-blue);
}
.product-pages .info-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(8px);
}
.product-pages .info-card h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.product-pages .info-card p {
    margin-bottom: 10px;
    color: #666;
    line-height: 1.6;
}
.product-pages .feature-icon {
    color: var(--primary-blue);
    font-size: 22px;
    margin-right: 12px;
    vertical-align: middle;
}

/* Enhanced rating stars */
.product-pages .rating {
    color: var(--orange);
    font-size: 20px;
    letter-spacing: 2px;
}
.product-pages .rating i {
    text-shadow: 0 1px 3px rgba(255, 152, 0, 0.3);
}

/* Enhanced specifications section */
.product-pages .specifications {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}
.product-pages .specifications h3 {
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 26px;
    border-bottom: 3px solid var(--primary-blue);
    padding-bottom: 15px;
}
.product-pages .specifications h5 {
    color: #333;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
}
.product-pages .specifications ul {
    list-style: none;
    padding-left: 0;
}
.product-pages .specifications ul li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    color: #555;
}
.product-pages .specifications ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 18px;
}
.product-pages .spec-item {
    padding: 18px 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    border-radius: 6px;
}
.product-pages .spec-item:hover {
    background: linear-gradient(to right, var(--light-gray), white);
    padding-left: 20px;
    border-left: 3px solid var(--primary-blue);
}
.product-pages .spec-label {
    font-weight: 600;
    color: #555;
    font-size: 15px;
}
.product-pages .spec-item .float-end {
    color: #333;
    font-weight: 500;
}

/* Enhanced quantity selector */
.product-pages .quantity-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
    padding: 15px 0;
}
.product-pages .quantity-btn {
    width: 45px;
    height: 45px;
    border: 2px solid var(--primary-blue);
    background: white;
    color: var(--primary-blue);
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.2);
    font-weight: 600;
}
.product-pages .quantity-btn:hover {
    background: var(--primary-blue);
    color: white;
    transform: scale(1.15);
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.4);
}
.product-pages .quantity-btn:active {
    transform: scale(1.05);
}
.product-pages .quantity-display {
    font-size: 24px;
    font-weight: 700;
    min-width: 50px;
    text-align: center;
    color: #333;
    transition: transform 0.2s ease;
}

/* Seller info styling */
.product-pages .seller-info {
    background: linear-gradient(135deg, var(--light-gray), white);
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid var(--primary-blue);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Enhanced animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.product-pages .fade-in {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Responsive design enhancements */
@media (max-width: 768px) {
    .product-pages .price {
        font-size: 28px;
    }
    .product-pages .main-image {
        max-height: 300px;
    }
    .product-pages .product-image-section {
        padding: 20px;
    }
    .product-pages .specifications {
        padding: 20px;
    }
    .product-pages .btn-primary,
    .product-pages .btn-outline-primary {
        padding: 14px 24px;
        font-size: 14px;
    }
}

/* Smooth scrolling */
.product-pages * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-description-shortcode .icon {
    font-size: 32px;
    color: #4dbaeb;
    margin-bottom: 10px;
    display: inline-block;
}
.product-page-apple {
    font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
    color: #1d1d1f;
    background-color: #ffffff;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.product-page-apple * {
    box-sizing: border-box;
}

/* Header */
.product-page-apple__header {
    text-align: center;
    padding: 60px 20px 40px;
    background-color: #fbfbfd;
}
.product-page-apple__title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.product-page-apple__subtitle {
    font-size: 21px;
    color: #6e6e73;
    font-weight: 400;
}

/* Featured Slider Section */
.product-page-apple__slider-section {
    padding: 60px 0;
    background-color: #f5f5f7;
    position: relative;
}
.product-page-apple__slider-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}
.product-page-apple__slider-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}
.product-page-apple__slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}
.product-page-apple__slider-wrapper {
    overflow: hidden;
    position: relative;
}
.product-page-apple__slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.product-page-apple__slider-item {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.product-page-apple__slider-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}
.product-page-apple__slider-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.product-page-apple__slider-content {
    padding: 24px;
}
.product-page-apple__slider-product-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.product-page-apple__slider-product-price {
    font-size: 17px;
    color: #6e6e73;
    margin-bottom: 12px;
}
.product-page-apple__slider-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #4dbaeb;
    color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.product-page-apple__slider-btn:hover {
    background-color: #3aa8d6;
    color: #ffffff;
}

/* Slider Arrow Buttons */
.product-page-apple__slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1d1d1f;
    transition: all 0.3s ease;
    z-index: 10;
}
.product-page-apple__slider-arrow:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.product-page-apple__slider-arrow--prev {
    left: 10px;
}
.product-page-apple__slider-arrow--next {
    right: 10px;
}
.product-page-apple__slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Product Grid Section */
.product-page-apple__grid-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.product-page-apple__section-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 48px;
}
.product-page-apple__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: auto;
    /* text-align: center; */
}

/* Product Card */
.product-page-apple__card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.product-page-apple__card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}
.product-page-apple__card-image-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f7;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page-apple__card-image {
    width: auto;
    height: 90%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-page-apple__card:hover .product-page-apple__card-image {
    transform: scale(1.08);
}
.product-page-apple__card-content {
    padding: 24px;
}
.product-page-apple__card-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1d1d1f;
}
.product-page-apple__card-description {
    font-size: 14px;
    color: #6e6e73;
    margin-bottom: 12px;
    line-height: 1.5;
}
.product-page-apple__card-price {
    font-size: 20px;
    font-weight: 500;
    color: #1d1d1f;
    margin-bottom: 20px;
}
.product-page-apple__card-actions {
    display: flex;
    gap: 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-page-apple__card:hover .product-page-apple__card-actions {
    opacity: 1;
    transform: translateY(0);
}
.product-page-apple__btn {
    flex: 1;
    padding: 12px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.product-page-apple__btn--primary {
    background-color: #4dbaeb;
    color: #ffffff;
}
.product-page-apple__btn--primary:hover {
    background-color: #3aa8d6;
    transform: scale(1.02);
}
.product-page-apple__btn--secondary {
    background-color: transparent;
    color: #4dbaeb;
    border: 1.5px solid #4dbaeb;
}
.product-page-apple__btn--secondary:hover {
    background-color: #4dbaeb;
    color: #ffffff;
}

/* Sliding Quick Actions Panel */
.product-page-apple__quick-actions {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
}
.product-page-apple__card:hover .product-page-apple__quick-actions {
    right: 16px;
}
.product-page-apple__quick-action-btn {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #1d1d1f;
    font-size: 16px;
}
.product-page-apple__quick-action-btn:hover {
    background-color: #4dbaeb;
    color: #ffffff;
    transform: scale(1.1);
}

/* Toast Notification */
.product-page-apple__toast {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background-color: #1d1d1f;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 9999;
}
.product-page-apple__toast--show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.product-page-apple__toast-icon {
    font-size: 20px;
    color: #4dbaeb;
}
.product-page-apple__toast-text {
    font-size: 15px;
    font-weight: 500;
}

/* Responsive Tablet */
@media (max-width: 991px) {
    .product-page-apple__title {
        font-size: 36px;
    }
    .product-page-apple__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .product-page-apple__slider-item {
        flex: 0 0 calc(50% - 20px);
    }
    .product-page-apple__slider-container {
        padding: 0 50px;
    }
}

/* Responsive Mobile */
@media (max-width: 767px) {
    .product-page-apple__title {
        font-size: 28px;
    }
    .product-page-apple__subtitle {
        font-size: 17px;
    }
    .product-page-apple__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .product-page-apple__slider-item {
        flex: 0 0 calc(100% - 20px);
    }
    .product-page-apple__slider-container {
        padding: 0 40px;
    }
    .product-page-apple__card-actions {
        opacity: 1;
        transform: translateY(0);
    }
    .product-page-apple__quick-actions {
        right: 12px;
    }
    .product-page-apple__section-title {
        font-size: 26px;
    }
}

/* Prevent external CSS interference - Use sparingly */
.product-page-apple button {
    font-family: inherit !important;
    /* Ensures button font matches Apple style */
}
.product-hero-slider {
    font-family: -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #2d2d2d;
    margin-top: 120px;
    padding: 0;
    display: flex;
    align-items: center;
}
.product-hero-slider .slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-out;
    touch-action: pan-y;
}
.product-hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: none;
}
.product-hero-slider .slider-container.animating .slide {
    transition: transform 0.3s ease-out,
    opacity 0.3s ease-out;
}
.product-hero-slider .slide-content {
    width: 100%;
    padding: 0 1.5rem;
}
.product-hero-slider .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Text styling */
.product-hero-slider .text-section {
    padding: 2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.product-hero-slider .apple-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
    object-fit: contain;
}
.product-hero-slider .model-name {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.1;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product-hero-slider .model-name .apple-logo {
    margin-bottom: 0;
}
.product-hero-slider .tagline {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.8;
}

/* Image styling */
.product-hero-slider .image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    pointer-events: none;
    width: 100%;
}
.product-hero-slider .phone-image {
    width: auto;
    height: 70vh;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
.product-hero-slider .landscape-image {
    max-width: 100vw;
}

/* Background colors */
.product-hero-slider .bg-white,
.product-hero-slider .bg-black {
    background-color: transparent;
    color: #ffffff;
}

/* Pagination dots */
.product-hero-slider .slider-pagination {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 0.75rem;
}
.product-hero-slider .pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
.product-hero-slider .pagination-dot:hover {
    opacity: 0.6;
    transform: scale(1.2);
}
.product-hero-slider .pagination-dot.active {
    opacity: 1;
    transform: scale(1.3);
}
.macbook-hero {
    position: relative;
    overflow: hidden;
    padding: 220px 0 200px;
    background: radial-gradient(70% 110% at 20% 20%, rgba(67, 67, 67, 0.6) 0%, rgba(45, 45, 45, 0.95) 45%, #1a1a1a 100%);
    color: #f5f6ff;
}
.macbook-hero::before,
.macbook-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(85, 85, 85, 0.25) 0%, rgba(40, 40, 40, 0.1) 100%);
    box-shadow: 0 0 120px rgba(20, 20, 20, 0.3);
    animation: macbookHeroGlow 18s ease-in-out infinite alternate;
    pointer-events: none;
}
.macbook-hero::before {
    width: 520px;
    height: 520px;
    top: -180px;
    left: -140px;
}
.macbook-hero::after {
    width: 640px;
    height: 640px;
    bottom: -220px;
    right: -160px;
    animation-delay: 6s;
}
.macbook-hero__background {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 80% 20%, rgba(120, 120, 120, 0.35) 0%, rgba(45, 45, 45, 0.12) 45%, rgba(18, 18, 18, 0.85) 100%);
    filter: blur(0);
    opacity: 0.95;
    animation: macbookHeroPulse 12s ease-in-out infinite;
    pointer-events: none;
}
.macbook-hero__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    z-index: 1;
}
.macbook-hero__text {
    max-width: 560px;
    animation: macbookHeroFadeUp 1.1s ease forwards;
}
.macbook-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.macbook-hero__badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #63ffa4 0%, #1dd580 100%);
    box-shadow: 0 0 10px rgba(64, 255, 176, 0.7);
}
.macbook-hero__title {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.15;
    margin-bottom: 1.4rem;
    font-weight: 700;
}
.macbook-hero__title span {
    color: #f3f3f3;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}
.macbook-hero__subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(230, 232, 255, 0.82);
    margin-bottom: 2.4rem;
    max-width: 520px;
}
.macbook-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.macbook-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.9rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    transition: transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}
.macbook-hero__btn--primary {
    /* background: linear-gradient(135deg, #f7f7f7 0%, #d8d8d8 100%); */
    background: #4dbaeb;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.macbook-hero__btn--primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.macbook-hero__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #f5f6ff;
}
.macbook-hero__btn--secondary:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.macbook-hero__visual {
    position: relative;
    max-width: 520px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: macbookHeroFadeIn 1.6s ease forwards;
}
.macbook-hero__orb {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(110, 110, 110, 0.45) 0%, rgba(58, 58, 58, 0.3) 55%, rgba(20, 20, 20, 0.6) 100%);
    filter: blur(0px);
    z-index: 0;
    animation: macbookHeroPulse 10s ease-in-out infinite alternate;
}
.macbook-hero__image {
    position: relative;
    width: 100%;
    max-width: 460px;
    transform-origin: center;
    animation: macbookHeroFloat 9s ease-in-out infinite;
    filter: drop-shadow(0 30px 50px rgba(46, 21, 72, 0.55));
    z-index: 1;
}
@keyframes macbookHeroGlow {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0.55;
    }
    50% {
        transform: scale(1.08) translate3d(20px, -10px, 0);
        opacity: 0.75;
    }
    100% {
        transform: scale(0.95) translate3d(-15px, 10px, 0);
        opacity: 0.45;
    }
}
@keyframes macbookHeroPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(0.97);
        opacity: 0.75;
    }
}
@keyframes macbookHeroFloat {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0deg);
    }
    50% {
        transform: translate3d(0, -12px, 0) rotateX(1.5deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotateX(0deg);
    }
}
@keyframes macbookHeroFadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes macbookHeroFadeIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 992px) {
    .macbook-hero {
        padding: 120px 0 100px;
    }
    .macbook-hero__content {
        flex-direction: column;
        text-align: center;
    }
    .macbook-hero__text {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .macbook-hero__subtitle {
        max-width: 100%;
    }
    .macbook-hero__actions {
        justify-content: center;
    }
    .macbook-hero__visual {
        max-width: 420px;
    }
}
@media (max-width: 576px) {
    .macbook-hero {
        padding: 100px 0 80px;
    }
    .macbook-hero__badge {
        font-size: 0.75rem;
        margin-bottom: 1.4rem;
    }
    .macbook-hero__title {
        font-size: 2.15rem;
    }
    .macbook-hero__actions {
        flex-direction: column;
        gap: 0.75rem;
    }
    .macbook-hero__visual {
        max-width: 320px;
    }
}

/* Drag cursor */
.product-hero-slider .slider-container {
    cursor: default;
    touch-action: pan-y;
}
.product-hero-slider .slider-container.dragging {
    cursor: grabbing;
    touch-action: none;
}
.product-hero-slider .slider-container.dragging .slide {
    transition: none;
}
.product-hero-slider .slide-content * {
    user-select: none;
    -webkit-user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-hero-slider .apple-logo {
        width: 35px;
        height: 35px;
    }
    .product-hero-slider .model-name {
        font-size: 2.5rem;
    }
    .product-hero-slider .tagline {
        font-size: 1.2rem;
    }
    .product-hero-slider .phone-image {
        max-height: 50vh;
    }
    .product-hero-slider .landscape-image {
        max-height: 40vh;
    }
    .product-hero-slider .slider-pagination {
        bottom: 1rem;
    }
    .product-hero-slider .pagination-dot {
        width: 6px;
        height: 6px;
    }
    .product-hero-slider .slide-content {
        margin-top: 0;
    }
}
@media (max-width: 576px) {
    .product-hero-slider .apple-logo {
        width: 30px;
        height: 30px;
    }
    .product-hero-slider .model-name {
        font-size: 2rem;
        gap: 0.5rem;
    }
    .product-hero-slider .tagline {
        font-size: 1rem;
    }
    .product-hero-slider .text-section {
        padding: 1rem;
    }
}
@media (min-width: 1200px) {
    .product-hero-slider .landscape-image {
        margin-top: -100px;
    }
    .product-hero-slider .slide-content {
        margin-top: -100px;
    }
    .product-hero-slider .landscape-image {
        max-width: 100vw;
        margin-top: -100px;
        /* max-height: 50vh; */
    }
}
.product-exhibition {
    background-color: #f5f5f7;
    overflow: hidden;
    padding-top: 60px;
}
.product-exhibition-title {
    font-size: 2.8rem;
    font-weight: 700;
    /* opacity: 0; */
    transform: translateY(30px);
    transition: all 0.8s ease;
    color: black;
}
.product-exhibition-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 1.5rem;
    /* opacity: 0; */
    transform: translateY(30px);
    transition: all 0.8s ease 0.2s;
}
.product-exhibition-buttons {
    /* opacity: 0; */
    transform: translateY(30px);
    transition: all 0.8s ease 0.4s;
    margin-bottom: 20px;
}
.product-exhibition-buttons .btn {
    border-radius: 30px;
    /* makes them rounded */
    font-weight: 600;
    /* makes text bolder */
    padding: 16px 30px;
    /* adds more space inside */
    transition: all 0.3s ease;
    /* smooth hover animation */
}
.product-exhibition-buttons .btn-primary {
    background-color: #4dbaeb;
    /* custom blue */
    border: none;
}
.product-exhibition-buttons .btn-primary:hover {
    background-color: #42a6d4;
    /* darker on hover */
    transform: translateY(-3px);
    /* lifts the button slightly */
}
.product-exhibition-buttons .btn-outline-primary {
    border-color: #007aff;
    color: #007aff;
}
.product-exhibition-buttons .btn-outline-primary:hover {
    background-color: #007aff;
    color: #fff;
}
.product-exhibition-image-wrapper {
    position: relative;
    display: inline-block;
    /* opacity: 0; */
    transform: translateY(30px);
    transition: all 0.8s ease 0.6s;
}
.product-exhibition-image {
    width: 100%;
    max-width: 1100px;
    transition: transform 0.6s ease;
}
.product-exhibition-image:hover {
    transform: scale(1.05);
}

/* When section comes into view */
.product-exhibition-in-view .product-exhibition-title,
.product-exhibition-in-view .product-exhibition-subtitle,
.product-exhibition-in-view .product-exhibition-buttons,
.product-exhibition-in-view .product-exhibition-image-wrapper {
    opacity: 1;
    transform: translateY(0);
}
#featured-accessories * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#featured-accessories {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
}
#featured-accessories .section-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #333;
}
#featured-accessories .section-title span {
    font-weight: 600;
}
#featured-accessories .accessories-slider {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
#featured-accessories .slider-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
}
#featured-accessories .slider-wrapper::-webkit-scrollbar {
    display: none;
}
#featured-accessories .accessory-card {
    flex: 0 0 auto;
    width: 350px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
#featured-accessories .accessory-card:hover {
    transform: translateY(-5px);
}
#featured-accessories .card-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
#featured-accessories .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
#featured-accessories .accessory-card:hover .card-image {
    transform: scale(1.1);
}
#featured-accessories .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}
#featured-accessories .card-title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: white;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
#featured-accessories .slider-controls {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
#featured-accessories .slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #333;
}
#featured-accessories .slider-btn:hover {
    background: #f0f0f0;
    border-color: #999;
}
#featured-accessories .slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.accessory-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
@media (max-width: 768px) {
    #featured-accessories .accessory-card {
        width: 280px;
        height: 380px;
    }
    #featured-accessories .section-title {
        font-size: 24px;
    }
    #featured-accessories .card-title {
        font-size: 22px;
        top: 20px;
        left: 20px;
    }
    #featured-accessories .slider-controls {
        display: none;
    }
}
@media (max-width: 480px) {
    #featured-accessories .accessory-card {
        width: 250px;
        height: 350px;
    }
    #featured-accessories .card-title {
        font-size: 20px;
    }
}
.section {
    padding: 80px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease,
    transform 0.8s ease;
}
.section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(to bottom, #2437a8, #eef1fb);
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    padding: 60px 20px;
}
.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.hero-section .subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 30px;
}
.hero-image {
    max-width: 600px;
    width: 100%;
    margin: 40px 0;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}
.cta-button {
    background: white;
    color: #667eea;
    padding: 12px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: transform 0.3s ease,
    box-shadow 0.3s ease;
}
.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #667eea;
}

/* Intelligence Section */
.intelligence-section {
    background: #f5f5f7;
    text-align: center;
}
.intelligence-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.intelligence-section p {
    font-size: 1.2rem;
    color: #6e6e73;
    margin-bottom: 40px;
}
.phone-mockup {
    max-width: 300px;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Color Section */
.color-section {
    text-align: center;
}
.color-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.color-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}
.color-phone {
    width: 140px;
    transition: transform 0.3s ease;
}
.color-phone:hover {
    transform: scale(1.1);
}
.size-comparison {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
    flex-wrap: wrap;
}
.size-option {
    text-align: center;
}
.size-option img {
    width: 200px;
    margin-bottom: 20px;
}
.size-label {
    font-size: 1.5rem;
    font-weight: 600;
}

/* Camera Section */
.camera-section {
    background: #000;
    color: white;
    padding: 0;
}
.camera-hero {
    text-align: center;
    padding: 60px 20px;
}
.camera-hero h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.camera-phone {
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
}
.camera-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.camera-feature {
    position: relative;
    overflow: hidden;
}
.camera-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: white;
}
.feature-text h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Performance Section */
.performance-section {
    text-align: center;
    background: #f5f5f7;
}
.chip-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.chip-card h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.feature-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-10px);
}
.feature-card i {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 20px;
}
.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Comparison Section */
.comparison-section {
    background: #f5f5f7;
}
.comparison-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 60px;
}
.comparison-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.phone-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.phone-card img {
    width: 150px;
    margin-bottom: 20px;
}
.phone-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.phone-card .price {
    font-size: 1.1rem;
    color: #6e6e73;
    margin-bottom: 20px;
}
.specs-list {
    text-align: left;
    margin-top: 20px;
}
.spec-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f7;
}
.spec-item i {
    margin-right: 10px;
    color: #667eea;
}

/* Sustainability Section */
.sustainability-section {
    background: white;
}
.sustainability-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.sustainability-card {
    background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    color: white;
}
.sustainability-card i {
    font-size: 4rem;
    margin-bottom: 20px;
}
.sustainability-card h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Upgrade Section */
.upgrade-section {
    background: #f5f5f7;
}
.upgrade-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 60px;
}
.upgrade-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.upgrade-card {
    background: white;
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.upgrade-card i {
    font-size: 4rem;
    color: #667eea;
    margin-bottom: 20px;
}
.upgrade-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.upgrade-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}
.upgrade-link:hover {
    text-decoration: underline;
}

/* Accessories Section */
.accessories-section {
    background: white;
    text-align: center;
}
.accessories-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.accessories-section p {
    font-size: 1.2rem;
    color: #6e6e73;
    margin-bottom: 60px;
}
.accessories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.accessory-card {
    background: #f5f5f7;
    padding: 40px;
    border-radius: 20px;
    transition: transform 0.3s ease;
}
.accessory-card:hover {
    transform: translateY(-10px);
}
.accessory-card img {
    width: 150px;
    margin-bottom: 20px;
}
.accessory-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.accessory-card .price {
    color: #6e6e73;
    font-size: 1rem;
}
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .camera-features {
        grid-template-columns: 1fr;
    }
    .size-comparison {
        gap: 30px;
    }
    .comparison-table {
        grid-template-columns: 1fr;
    }
}
.ipad-lineup-section {
    padding: 60px 0;
    background: #f5f5f7;
    overflow: hidden;
}
.ipad-lineup-section * {
    font-family: -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    sans-serif;
}
.ipad-lineup-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 50px;
}
.ipad-lineup-section .compare-link {
    color: #06c;
    text-decoration: none;
    font-size: 1.1rem;
}
.ipad-lineup-section .compare-link:hover {
    text-decoration: underline;
}
.ipad-lineup-section .product-card {
    background: white;
    border-radius: 18px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}
.ipad-lineup-section .product-image-container {
    position: relative;
    height: 280px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ipad-lineup-section .product-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
    position: absolute;
}
.ipad-lineup-section .product-image.hidden {
    opacity: 0;
    pointer-events: none;
}
.ipad-lineup-section .product-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1d1d1f;
    margin: 15px 0;
}
.ipad-lineup-section .product-tagline {
    font-size: 0.95rem;
    color: #6e6e73;
    margin-bottom: 15px;
    min-height: 40px;
}
.ipad-lineup-section .product-price {
    font-size: 0.9rem;
    color: #1d1d1f;
    margin-bottom: 20px;
}
.ipad-lineup-section .color-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}
.ipad-lineup-section .color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.ipad-lineup-section .color-dot:hover {
    transform: scale(1.2);
}
.ipad-lineup-section .color-dot.active {
    border-color: #06c;
    box-shadow: 0 0 0 2px white,
    0 0 0 4px #06c;
}
.ipad-lineup-section .btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
.ipad-lineup-section .btn-primary-custom {
    background: #06c;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.3s;
}
.ipad-lineup-section .btn-primary-custom:hover {
    background: #0077ed;
}
.ipad-lineup-section .btn-link-custom {
    color: #06c;
    background: none;
    border: none;
    padding: 10px 25px;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
}
.ipad-lineup-section .btn-link-custom:hover {
    text-decoration: underline;
}
.ipad-lineup-section .specs-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d2d2d7;
}
.ipad-lineup-section .spec-item {
    margin: 25px 0;
    text-align: center;
}
.ipad-lineup-section .spec-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.ipad-lineup-section .spec-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1d1d1f;
}
.ipad-lineup-section .spec-detail {
    font-size: 0.8rem;
    color: #6e6e73;
}
@media (max-width: 768px) {
    .ipad-lineup-section .section-title {
        font-size: 2rem;
    }
}

/* Mega navigation */
.main-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
.main-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 28px;
}
.main-nav__item {
    position: relative;
}
.main-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1a1a1e;
    transition: color 0.2s ease;
    padding: 12px 0;
}
.main-nav__link:hover,
.main-nav__link:focus {
    /* color: #4dbaeb; */
    color: #000;
    /* padding: 12px; */
    background: white;
}
.main-nav__item--has-mega::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: transparent;
    transition: background 0.2s ease;
}
.main-nav__item--has-mega:hover::after,
.main-nav__item--has-mega:focus-within::after {
    background: #4dbaeb;
}
.main-nav__item--has-mega>.main-nav__link::after {
    content: "▾";
    font-size: 0.65rem;
    color: inherit;
    transition: transform 0.2s ease;
}
.main-nav__item--has-mega:hover>.main-nav__link::after,
.main-nav__item--has-mega:focus-within>.main-nav__link::after {
    /* transform: rotate(180deg); */
}
.mega-panel {
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 50%;
    --mega-panel-transform: translate(-50%, 0);
    transform: var(--mega-panel-transform);
    width: min(840px, 80vw);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(12, 16, 31, 0.18);
    padding: 28px 32px 32px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease,
    transform 0.2s ease;
    z-index: 30;
}
.main-nav__item--has-mega .mega-panel {
    transition-delay: 0s,
    0s,
    0s,
    0s;
}
.main-nav__item--has-mega:hover .mega-panel,
.main-nav__item--has-mega:focus-within .mega-panel,
.main-nav__item--has-mega .mega-panel:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: var(--mega-panel-transform);
}
.mega-panel__inner {
    display: grid;
    gap: 24px;
}
.main-nav__item--has-mega:nth-last-of-type(-n+2) .mega-panel {
    left: auto;
    right: 0;
    --mega-panel-transform: translate(0, 0);
}
.main-nav__item--has-mega:nth-last-of-type(3) .mega-panel {
    left: auto;
    right: 50px;
    --mega-panel-transform: translate(0, 0);
}
.mega-panel__intro {
    max-width: 420px;
}
.mega-panel__title {
    font-size: 1.5rem;
    font-weight: 700;
    /* margin: 0 0 6px; */
    color: #121216;
    display: flex;
    text-align: left;
}
.mega-panel__subtitle {
    display: flex;
    margin: auto;
    font-size: 0.98rem;
    color: #5d5d66;
    text-align: center;
}
.mega-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.mega-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(244, 247, 250, 0.85);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease,
    box-shadow 0.2s ease;
}
.mega-card:hover,
.mega-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(12, 16, 31, 0.12);
}
.mega-card__media {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.mega-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mega-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mega-card__name {
    font-weight: 600;
    font-size: 1rem;
    color: #18181c;
}
.mega-card__meta {
    font-size: 0.9rem;
    color: #6b6b74;
}
.mega-panel__cta {
    display: flex;
    justify-content: flex-end;
}
.mega-panel__cta-link {
    font-weight: 600;
    color: #1a1a1e;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}
.mega-panel__cta-link:hover,
.mega-panel__cta-link:focus {
    color: #4dbaeb;
}
@media (max-width: 1200px) {
    .main-nav__list {
        gap: 20px;
    }
    .mega-panel {
        width: min(720px, 90vw);
    }
}
@media (max-width: 992px) {
    .main-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .main-nav__list {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .main-nav__item {
        border-bottom: 1px solid rgba(220, 224, 230, 0.7);
    }
    .main-nav__link {
        padding: 16px 4px;
        justify-content: space-between;
    }
    .main-nav__item--has-mega::after {
        display: none;
    }
    .mega-panel {
        position: static;
        --mega-panel-transform: none;
        transform: none;
        margin-top: 0;
        left: auto;
        right: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        width: 100%;
        margin: 0 0 16px;
        box-shadow: none;
        border-radius: 20px;
        padding: 22px 20px;
        background: #f6f8fb;
    }
    .mega-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .mega-card {
        padding: 12px;
    }
    .mega-card__media {
        width: 54px;
        height: 54px;
    }
    .mega-panel__cta {
        justify-content: flex-start;
    }
}
@media (max-width: 640px) {
    .mega-panel__grid {
        grid-template-columns: 1fr;
    }
    .mega-card {
        align-items: flex-start;
    }
}
.product-page-apple__empty {
    display: block;
    margin: auto;
}
@media (min-width: 992px) {
    .navigation-title,
    .navigation-title .hamburger-icon,
    .navigation-title .hamburger-icon-x,
    .hamburger-icon,
    .hamburger-icon-x {
        display: none !important;
    }
}

/* Mobile navigation overrides */
@media (max-width: 991px) {
    .nav-wrapper {
        top: 0;
        bottom: 0;
        z-index: 60;
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        pointer-events: none;
    }
    .nav-wrapper.active {
        pointer-events: auto;
    }
    .nav-wrapper .nav-close-layer {
        flex: 1 1 auto;
        display: block;
        height: 100%;
        background: rgba(9, 13, 24, 0.6);
        opacity: 0;
        transition: opacity .3s ease;
        pointer-events: none;
    }
    .nav-wrapper.active .nav-close-layer {
        opacity: 1;
        pointer-events: auto;
    }
    .nav-wrapper nav.main-nav {
        position: relative;
        width: min(360px, 88vw);
        max-width: 360px;
        height: 100%;
        background: #ffffff;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: transform .3s ease;
        -webkit-transition: -webkit-transform .3s ease;
        box-shadow: 0 32px 60px rgba(15, 23, 42, 0.18);
        border-radius: 0 0 0 24px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .nav-wrapper.active nav.main-nav {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .nav-wrapper nav.main-nav>ul {
        /* position: static; */
        padding: 72px 24px 36px;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow-y: scroll;
        height: 100vh;
        position: relative;
        top: -18px;
    }
    .nav-wrapper nav.main-nav>ul>li {
        margin: 0;
        border: none;
        width: 100%;
    }
    .nav-wrapper nav.main-nav>ul>li>a {
        font-size: 0.88rem;
        line-height: 1.4;
        letter-spacing: 0.12em;
        color: #0f172a;
        font-weight: 700;
        text-transform: uppercase;
        padding: 22px 120px 22px 22px;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f7fa;
        border: 1px solid rgba(15, 23, 42, 0.08);
        transition: background .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
        position: relative;
        min-height: 96px;
    }
    .nav-wrapper nav.main-nav>ul>li>a:hover,
    .nav-wrapper nav.main-nav>ul>li>a:focus {
        background: #ffffff;
        color: #0a2740;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
        transform: translateY(-2px);
    }
    .nav-wrapper nav.main-nav>ul>li>a::after {
        content: "";
        position: absolute;
        right: 0px;
        opacity: 75%;
        top: 50%;
        transform: translateY(-50%);
        width: 92px;
        height: 94px;
        border-radius: 16px;
        background-color: #e8ecf2;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    }
    .nav-wrapper nav.main-nav .mega-panel {
        display: none !important;
    }
    .nav-wrapper .navigation-title {
        display: flex;
        position: absolute;
        top: 16px;
        right: 16px;
        width: auto;
        height: auto;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
        z-index: 70;
        background: transparent;
        padding: 0;
    }
    .nav-wrapper .navigation-title .hamburger-icon,
    .nav-wrapper .navigation-title .hamburger-icon-x {
        position: relative;
        top: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        margin: 0;
        border-radius: 50%;
        /* background: rgba(245, 247, 250, 0.95); */
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    }
    .nav-wrapper .navigation-title .hamburger-icon span,
    .nav-wrapper .navigation-title .hamburger-icon-x span {
        background: #0f172a;
        height: 2px;
    }
    .nav-wrapper .navigation-title .hamburger-icon span:nth-child(1) {
        top: 9px;
    }
    .nav-wrapper .navigation-title .hamburger-icon span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
        width: 70%;
    }
    .nav-wrapper .navigation-title .hamburger-icon span:nth-child(3) {
        bottom: 9px;
        width: 80%;
    }
    .nav-wrapper .navigation-title .hamburger-icon-x span:nth-child(1) {
        display: none;
    }
    .nav-wrapper .navigation-title .hamburger-icon-x span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        width: 100%;
    }
    .nav-wrapper .navigation-title .hamburger-icon-x span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 100%;
    }
    .main-nav__link--home::after {
        background-image: url('/assets/img/background-12.png');
        background-size: cover;
    }
    .main-nav__link--iphone::after {
        background-image: url('/assets/img/iphone/iPhone_12_Lineup_Screen__WWEN.png');
    }
    .main-nav__link--macbook::after {
        background-image: url('/assets/img/_hero/mac/MacBook_Air_15-in_M4_Chip_Sky_Blue_Hero_Horizontal_Screen__WWEN.png');
    }
    .main-nav__link--ipad::after {
        background-image: url('/assets/img/ipad/iPad_Wi-Fi_Family_Screen__USEN.png');
    }
    .main-nav__link--apple-watch::after {
        background-image: url('/assets/img/watch/aw-series-11.png');
    }
    .main-nav__link--airpods::after {
        background-image: url('/assets/img/airpods/AirPods_4_Hero_Screen__USEN.png');
    }
    .main-nav__link--accessories::after {
        background-image: url('/assets/img/accessories/prod-complementary-acc.jpg');
    }
    .main-nav__link--faq::after {
        background-image: url('/assets/img/icon-21.png');
        background-size: 46px 46px;
    }
    .main-nav__link--contact::after {
        background-image: url('/assets/img/icon-23.png');
        background-size: 46px 46px;
    }
}

/* Footer */
.site-footer {
    position: relative;
    margin-top: 80px;
    color: #f1f7ef;
    padding: 80px 0 0;
    overflow: hidden;
    /* background: linear-gradient(180deg, #0c4338 0%, #0c3a31 100%); */
    background: #343434;
}
.site-footer__glass {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left,
    rgba(255,
    255,
    255,
    0.12),
    transparent 55%),
    radial-gradient(circle at bottom right,
    rgba(255,
    255,
    255,
    0.1),
    transparent 60%);
    pointer-events: none;
    opacity: 0.85;
}
.site-footer__container {
    position: relative;
    padding-bottom: 56px;
}
.site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 420px;
}
.site-footer__logo img {
    width: 160px;
    height: auto;
}
.site-footer__tagline {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.88;
}
.site-footer__social {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 8px;
}
.site-footer__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(241,
    247,
    239,
    0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    transition: all 0.2s ease;
}
.site-footer__social a:hover,
.site-footer__social a:focus {
    border-color: #f6c66f;
    color: #f6c66f;
    transform: translateY(-2px);
}
.site-footer__back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid rgba(241,
    247,
    239,
    0.4);
    border-radius: 24px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    width: fit-content;
    transition: all 0.2s ease;
}
.site-footer__back-to-top:hover,
.site-footer__back-to-top:focus {
    border-color: #f6c66f;
    color: #f6c66f;
    transform: translateY(-2px);
}
.site-footer__back-icon {
    font-size: 1.1rem;
    line-height: 1;
}
.site-footer__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.site-footer__links {
    display: grid;
    grid-template-columns: repeat(auto-fit,
    minmax(220px,
    1fr));
    gap: 48px 36px;
    align-items: start;
    width: 100%;
}
.site-footer__heading {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.site-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.site-footer__nav a {
    color: rgba(241,
    247,
    239,
    0.9);
    text-decoration: none;
    font-size: 0.96rem;
    transition: color 0.2s ease;
}
.site-footer__nav a:hover,
.site-footer__nav a:focus {
    color: #f6c66f;
}
.site-footer__notice {
    position: relative;
    margin-top: 48px;
    /* background: linear-gradient(90deg, #d88a1f 0%, #f6c66f 100%); */
    text-align: center;
    background: #4dbaeb;
    padding: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.site-footer__notice small {
    font-size: 0.85rem;
}
.site-footer__links {
    margin: 0;
}
.site-footer__links .site-footer__column {
    height: 100%;
}
.site-footer__column-group {
    display: grid;
    grid-template-columns: repeat(auto-fit,
    minmax(160px,
    1fr));
    gap: 32px;
}
@media (min-width: 992px) {
    .site-footer__links {
        grid-template-columns: minmax(220px,
        1.1fr) repeat(3,
        minmax(180px,
        1fr));
        gap: 48px 24px;
    }
}
@media (max-width: 991.98px) {
    .site-footer {
        padding-top: 60px;
    }
    .site-footer__container {
        padding-bottom: 48px;
    }
    .site-footer__brand {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }
    .site-footer__social {
        justify-content: center;
    }
    .site-footer__links {
        grid-template-columns: repeat(2,
        minmax(160px,
        1fr));
        gap: 36px 24px;
    }
}
@media (max-width: 576px) {
    .site-footer {
        padding-top: 48px;
    }
    .site-footer__container {
        padding-bottom: 36px;
    }
    .site-footer__nav {
        align-items: flex-start;
        text-align: left;
    }
    .site-footer__links {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .site-footer__column {
        align-items: flex-start;
    }
    .site-footer__notice {
        margin-top: 28px;
        font-size: 0.85rem;
    }
}
.site-footer__column-info {
    display:flex;
    flex-direction:column;
    gap:10px;
    font-size:0.95rem;
    line-height:1.6;
}
.site-footer__column--info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
}
.site-footer__column--info a {
    color: rgba(241,
    247,
    239,
    0.9);
    text-decoration: none;
}
.site-footer__column--info a:hover,
.site-footer__column--info a:focus {
    color: #f6c66f;
}

/* AIRPOD COLLAGE COMPONENT */
.airpod-collage {
    font-family: -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
    background: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}
.airpod-collage .image-wrapper {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.4,
    0,
    0.2,
    1),
    box-shadow 0.4s ease;
    box-shadow: 0 4px 20px rgba(0,
    0,
    0,
    0.08);
}
.airpod-collage .image-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,
    0,
    0,
    0.15);
}
.airpod-collage .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.airpod-collage__desktop-image {
    display: block;
}
.airpod-collage__mobile-slider {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    scrollbar-width: none;
    transition: transform 0.6s ease;
}
.airpod-collage__mobile-slider::-webkit-scrollbar {
    display: none;
}
.airpod-collage__slide {
    position: relative;
    height: 100%;
    width: 100%;
}
.airpod-collage .main-feature {
    height: 100%;
    min-height: 600px;
}
.airpod-collage .content-overlay {
    position: absolute;
    top: 40px;
    right: 40px;
    text-align: right;
    z-index: 10;
    max-width: 400px;
}
.airpod-collage .product-title {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(255,
    255,
    255,
    0.8);
}
.airpod-collage .product-tagline {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(255,
    255,
    255,
    0.8);
}
.airpod-collage .cta-button {
    display: inline-block;
    padding: 12px 28px;
    background: rgba(0,
    113,
    227,
    0.95);
    color: #fff;
    text-decoration: none;
    border-radius: 980px;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: none;
    cursor: pointer;
}
.airpod-collage .cta-button:hover {
    background: rgba(0,
    113,
    227,
    1);
    transform: scale(1.05);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0,
    113,
    227,
    0.4);
}
.airpod-collage .side-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}
.airpod-collage .side-image {
    flex: 1;
    min-height: 288px;
}
@media (max-width: 991px) {
    .airpod-collage {
        min-height: auto;
        padding: 30px 0;
    }
    .airpod-collage .main-feature {
        min-height: 500px;
        margin-bottom: 24px;
    }
    .airpod-collage .content-overlay {
        top: 30px;
        right: 30px;
    }
    .airpod-collage .product-title {
        font-size: 2.5rem;
    }
    .airpod-collage .product-tagline {
        font-size: 1.2rem;
    }
    .airpod-collage .side-images {
        flex-direction: row;
        gap: 20px;
    }
    .airpod-collage .side-image {
        min-height: 250px;
    }
    .airpod-collage__desktop-image {
        display: none;
    }
    .airpod-collage__mobile-slider {
        display: flex;
        gap: 0;
        align-items: stretch;
    }
    .airpod-collage__slide {
        flex: 0 0 100%;
        border-radius: 18px;
        overflow: hidden;
    }
    .airpod-collage__slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: brightness(0.55);
    }
}
@media (max-width: 767px) {
    .airpod-collage .content-overlay {
        top: 120px;
        right: 20px;
        left: 20px;
        text-align: center;
        max-width: none;
    }
    .airpod-collage .product-title {
        font-size: 2rem;
    }
    .airpod-collage .product-tagline {
        font-size: 1rem;
    }
    .airpod-collage .main-feature {
        min-height: 400px;
    }
    .airpod-collage .side-images {
        flex-direction: column;
        gap: 16px;
    }
    .airpod-collage .side-image {
        min-height: 200px;
    }
    .airpod-collage__mobile-slider {
        gap: 0;
    }
}
@media (max-width: 575px) {
    .airpod-collage .airpod-collage {
        padding: 20px 0;
    }
    .airpod-collage .product-title {
        font-size: 1.75rem;
    }
    .airpod-collage .cta-button {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
}

/* IPADS-SLIDER COMPONENT */
.ipad-slider {
    padding: 60px 0;
    background-color: #2c2c2c;
    /* background: radial-gradient(circle at 50% 0%, rgba(80, 106, 255, 0.18) 0%, rgba(0, 0, 0, 0) 50%) rgb(5, 5, 5); */
    color: #fff;
    font-family: -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
    overflow-x: hidden;
}
.ipad-slider .slider-title {
    font-size: clamp(2.5rem,
    5vw,
    4rem);
    font-weight: 600;
    color: #b0b0b4;
    margin-bottom: 50px;
    padding-left: 20px;
}
.ipad-slider .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ipad-slider .slider-wrapper {
    display: flex;
    gap: 20px;
    animation: scroll 150s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-700%));
    }
}
.ipad-slider .slider-wrapper:hover {
    animation-play-state: paused;
}
.ipad-slider .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.ipad-slider .slide-item {
    background-color: #000;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    height: 600px;
    padding:0px;
}

/* Variable width classes */
.ipad-slider .slide-item.width-30 {
    width: 30%;
}
.ipad-slider .slide-item.width-40 {
    width: 40%;
}
.ipad-slider .slide-item.width-50 {
    width: 50%;
}
.ipad-slider .slide-item.width-60 {
    width: 60%;
}
.ipad-slider .slide-item.width-70 {
    width: 70%;
}
.ipad-slider .slide-item.width-80 {
    width: 80%;
}
.ipad-slider .slide-item img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.4s ease-out;
}
.ipad-slider .slide-item:hover img {
    transform: scale(1.08);
}
.ipad-slider .slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 20px;
    margin-top: 30px;
}
.ipad-slider .slider-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255,
    255,
    255,
    0.1);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.ipad-slider .slider-btn:hover {
    background-color: rgba(255,
    255,
    255,
    0.2);
    transform: scale(1.05);
}
.ipad-slider .slider-btn svg {
    width: 20px;
    height: 20px;
}

/* Placeholder styling for when images aren't loaded */
.ipad-slider .placeholder {
    background: linear-gradient(135deg,
    #1a1a1a 0%,
    #2d2d2d 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .ipad-slider .slider-wrapper {
        animation: none;
    }
    .ipad-slider .slide {
        flex-direction: column;
    }
    .ipad-slider .slide-item {
        height: 400px;
    }
    .ipad-slider .slide-item.width-30,
    .ipad-slider .slide-item.width-40,
    .ipad-slider .slide-item.width-50,
    .ipad-slider .slide-item.width-60,
    .ipad-slider .slide-item.width-70,
    .ipad-slider .slide-item.width-80 {
        width: 100%;
    }
    .ipad-slider .slider-title {
        font-size: 2rem;
    }
}
@media (min-width: 769px) {
    .ipad-slider .slide {
        flex-direction: row;
    }
}
.bo-product-slider * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bo-product-slider {
    font-family: 'Helvetica Neue',
    Arial,
    sans-serif;
    background: #f5f5f5;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bo-product-slider .slider-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0;
}
.bo-product-slider .slider-header {
    max-width: 800px;
    margin-bottom: 60px;
    padding: 0 20px;
}
.bo-product-slider .slider-header h1 {
    font-size: clamp(32px,
    5vw,
    56px);
    font-weight: 300;
    line-height: 1.3;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}
.bo-product-slider .slider-wrapper {
    position: relative;
    overflow: hidden;
}
.bo-product-slider .slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4,
    0,
    0.2,
    1);
}
.bo-product-slider .slide {
    min-width: 100%;
    display: flex;
    /* gap: 40px; */
    align-items: stretch;
}
.bo-product-slider .slide-image {
    flex: 1;
    min-height: 600px;
    background: linear-gradient(135deg,
    #87ceeb 0%,
    #e8d5c4 100%);
    border-radius: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bo-product-slider .slide-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
.bo-product-slider .product-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(255,
    255,
    255,
    0.95);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bo-product-slider .slide-content {
    background: white;
    padding: 40px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.bo-product-slider .product-info {
    flex: 1;
}
.bo-product-slider .product-model {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 8px;
}
.bo-product-slider .product-name {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 16px;
}
.bo-product-slider .product-price {
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 24px;
}
.bo-product-slider .cta-button {
    background: #4dbaeb;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
}
.bo-product-slider .cta-button:hover {
    background: #61cdff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(244,
    196,
    48,
    0.3);
}
.bo-product-slider .product-thumbnail {
    width: 100%;
    height: 300px;
    background: #f8f8f8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.bo-product-slider .product-thumbnail img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.bo-product-slider .product-thumbnail:hover img {
    transform: scale(1.2);
}
.bo-product-slider .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.bo-product-slider .slider-nav {
    display: flex;
    gap: 40px;
}
.bo-product-slider .nav-button {
    background: transparent;
    border: none;
    font-size: 40px;
    color: #393939;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bo-product-slider .nav-button:hover:not(:disabled) {
    color: #1a1a1a;
}
.bo-product-slider .nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.bo-product-slider .slider-dots {
    display: flex;
    gap: 12px;
}
.bo-product-slider .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.bo-product-slider .dot.active {
    background: #1a1a1a;
    width: 30px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .bo-product-slider .slider-container {
        padding: 40px 16px;
    }
    .bo-product-slider .slider-header {
        margin-bottom: 40px;
    }
    .bo-product-slider .slide {
        flex-direction: column;
        gap: 20px;
    }
    .bo-product-slider .slide-image {
        min-height: 350px;
    }
    .bo-product-slider .slide-content {
        width: 100%;
        padding: 24px;
    }
    .bo-product-slider .product-name {
        font-size: 24px;
    }
    .bo-product-slider .product-price {
        font-size: 22px;
    }
    .bo-product-slider .product-thumbnail {
        height: 250px;
    }
    .bo-product-slider .slider-nav {
        gap: 20px;
    }
    .bo-product-slider .nav-button {
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
}