@import url('https://fonts.googleapis.com/css?family=Source+Sans+3:400,500,600&display=swap');
@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/COMICSANS.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/COMICSANSBOLD.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root{
  --primary-color: #FCE8CF;
  --secondary-color: #3E1715;
  --alternate-color: #E4541C;
  --link-color: #9AC025;
  --primary-color-dark: #975912;
  --primary-dark: #3A3A3A;
  --primary-dark-intense: #1a1a1a;
  --border-color: #A1A1A1;
  --primary-light:#f9f6f2;
  --text-color:#3E1715;
  --text-color-light: #656565;
  --primary-bg-light: #F4EBD8;
  --light-bg: #F4F4F4;
  --base-letter-spacing: 0.05rem;
  --header-height: 120px;
  --header-nav-offset: 80px;
  --section-gap: 4.375rem;
  --primary-font: 'Source Sans 3';
  --secondary-font: 'Comic Sans MS';
  --card-radius: 12px;
  --section-radius: 18px;
  --input-radius: 8px;
  --input-radius-sm: 4px;
  --success: #9AC025;
  --success-light: #E3F0D7;
  --info: #25B7C0;
  --info-light: #E6F8FC;
  --danger: #C41617;
  --danger-light: #F8D3DB;
}
*{
  padding: 0;
  margin: 0;
  outline: 0;
}
body {
    font-family: var(--primary-font), sans-serif;
    font-weight:400;
    min-width: 360px;
}
.container-fluid, .container {
    padding-inline: 1rem;
}
@media screen and (min-width: 480px) {
    .container-fluid, .container {
        padding-inline: 1.5rem;
    } 
}
.secondary-font-body * {
    font-family: var(--secondary-font)
}
p {
    font-size: 1rem;
    color: var(--text-color-light);
}
a,button,.smooth {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-primary-light {
    background-color: var(--primary-light) !important;
}
.bg-dark {
    background-color: var(--primary-dark-intense) !important;
}
.bg-alternate-color {
    background-color: var(--alternate-color) !important;
}
.bg-input {
    background-color: #eee;
    border: none;
    outline: none;
}
.img-container {
    overflow: hidden;
    position: relative;
}
.img-container img {
    width: 100%;
}
.img-cover, .img-contain {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-cover {
    object-fit: cover;
}
.img-contain {
    object-fit: contain;
}
/* custom colors */
.text-primary {
    color: var(--primary-color) !important;
}
.text-link {
    color: var(--link-color) !important;
}
.text-color {
    color: var(--text-color) !important;
}
.text-color-light {
    color: var(--text-color-light) !important;
}
.text-primary-dark {
    color: var(--primary-color-dark) !important;
}
.bg-light {
    background-color: var(--light-bg) !important;
}
.bg-soft {
    background-color: #f8f8f8 !important;
}
.text-alternate, .hover-text-alternate:hover {
    color: var(--alternate-color) !important;
}
.all-light * {
    color: var(--text-color-light);
}
.hover-alternate-color:hover {
    color: var(--alternate-color) !important;
}
.hover-link-color:hover {
    color: var(--link-color) !important;
}
/* custom spacing */
.section-gap-top {
    padding-top: var(--section-gap);
}
.section-gap-bot {
    padding-bottom: var(--section-gap);
}
.wrap-balance {
    text-wrap: balance;
}
.secondary-font-div *, .secondary-font {
    font-family: var(--secondary-font);
}
.link-default {
    text-decoration: underline;
}
/* custom layout */
.flex-1 {
    flex: 1;
}
.shrink-0 {
    flex-shrink: 0;
}
.ratio-1 {
   aspect-ratio: 1;
}
.ratio-3_3_5 {
    aspect-ratio: 3/3.5;
}
.ratio-3_2 {
    aspect-ratio: 3/2;
}
.ratio-4_3 {
    aspect-ratio: 4/3;
}
.ratio-3_4 {
    aspect-ratio: 3/4;
}
.ratio-4_5 {
    aspect-ratio: 4/5;
}
.ratio-5_4 {
    aspect-ratio: 5/4;
}
.ratio-16_10 {
    aspect-ratio: 16/10;
}
.all-block>*{
    display: block;
}
.rounded-circle {
    border-radius: 50%;
}
.img-blend {
   mix-blend-mode: darken;
}
@media screen and (min-width: 768px) {
    .flex-break {
        flex: 1 0 100% !important;
        height: 0 !important;
    }
}
/* custom typography */
.sub-title {
    font-size: 18px;
    color: var(--primary-dark);
    letter-spacing: var(--base-letter-spacing);
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}
*[class*="heading-"]{
    color:var(--text-color);
    font-weight: 600;
}
*[class*="heading-"] > a{
    color:inherit
}
/* .heading-main {
    font-size: clamp(1.5rem, 1.3333rem + 0.7407vw, 2rem);;
} */
.heading-main {
    font-size: clamp(1.75rem, 1.6667rem + 0.3704vw, 2rem);
}
.heading-main-inner {
    font-size: clamp(1.5rem, 1.3333rem + 0.7407vw, 2rem);
 }
.heading-mid {
  font-size: 2rem;
}
.heading-info {
    font-size: 1.625rem;
}
.heading-view {
    font-size: 1.375rem;
}
.heading-small {
    font-size: 1.125rem;
}
.text-sm {
    font-size: 0.875rem !important;
}
.text-lg {
    font-size: 1.125rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
}
.leading-sm {
    letter-spacing: var(--base-letter-spacing);
}
.leading-none {
    letter-spacing: 0 !important;
}
.line-heading {
    display: block;
    color: var(--primary-dark);
}
/* *[class*="title-"] {
    font-weight: 600;
    color: var(--primary-dark);
    letter-spacing: var(--base-letter-spacing);
} */
.title-showcase {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.4;
}
.title-card {
    font-size: 1.5rem;
}
.title-card-content {
    font-size: 1.25rem;
}
.title-lite {
    font-size: 1.125rem;
}
.title-base {
    font-size: 1rem;
}
.underline-heading {
    position: relative;
    padding-bottom: 1rem;
}
.underline-heading::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--primary-dark);
    position: absolute;
    bottom:0;
    left:0
}
.sm-line-heading svg {
    width: 34px !important
}
.normal-text {
    font-size: 1rem;
    color: var(--primary-dark);
}
.single-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
/* custom button and links */
a {
    text-decoration: none;
    display: inline-block;
}
.inline-link {
    display: inline;
    color: inherit;
}
.inline-link:hover {
    color: var(--alternate-color);
}
.link {
    font-size: 15px;
    font-weight: 500;
    color: var(--base-letter-spacing);
    text-decoration: underline solid var(--primary-dark) 1px;
    text-underline-offset: 6px;
}
@media screen and (min-width: 1400px) {
    .link {
        font-size: 1rem;
    }
}
.link:hover {
    color: var(--alternate-color);
    text-decoration-color: var(--alternate-color)
}
.link-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: var(--primary-dark);
}
.link-text:hover {
    color: var(--alternate-color);
}
.link-btn {
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
    color: var(--text-color);
    font-weight: 600;
}
.link-btn:hover {
    color: var(--alternate-color);
}
.icon-btn, .icon-action {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--primary-dark);
}
.icon-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.icon-action {
    height: 34px;
    width: 34px;
    background-color: var(--primary-color);
}
.icon-action * {
    pointer-events: none;
}
.icon-action:hover {
    background-color: var(--alternate-color);
    color: #fff;
}
.icon-btn-flat {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #ddd
}
.icon-btn-flat:hover {
    border-color: var(--primary-color);
}
.main-btn, .outline-btn, .alt-btn {
    background-color: var(--secondary-color);
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 12px 32px;
    border:none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    outline:none !important;
    height: 2.75rem;
    border-radius: 8px;
}
.main-btn-shrinked {
    height: 2.5rem !important;
}
.alt-btn {
    height: 2.5rem !important;
    font-weight: 400;
    letter-spacing: 0;
    background-color: var(--primary-bg-light);
    color: var(--primary-dark);
}
.outline-btn {
    background-color: transparent;
    border: 1px solid var(--primary-dark);
    color: var(--primary-dark);
    gap: 0 0.75rem;
    font-weight: 400;
    height: 46px;
}
.btn-dark {
    background-color: var(--primary-dark);
}
.main-btn:hover {
    background-color: var(--primary-color-dark);
    color: #fff;
}
.btn-dark:hover, .alt-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.main-btn-primary {
    background-color: var(--primary-color);
    color: var(--text-color);
}
.main-btn-primary:hover {
    background-color: var(--alternate-color) !important;
    color: #fff;
}
.title-link {
    display: inline;
    color: inherit;
}
.outline-btn:hover {
    background-color: var(--primary-dark);
    color: #fff;
}
.clean-btn {
    background-color: transparent;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}
.clean-btn :is(svg,i,img) {
    flex-shrink: 0;
}
.counter {
    border: 1px solid var(--secondary-color);
    height: 2.25rem;
    border-radius: 8px;
    width: 100px;
}
.counter-btn {
    font-size: 24px;
    width: 35px
}
.bordered-contents {
    border: 1px solid #A1A1A1
}
.theme-tabs .nav-tabs .nav-link, 
.theme-tabs .nav-pills .nav-link {
   font-size: 1.25rem;
   border: none;
   border-bottom: 1px solid #ddd;
   color: var(--secondary-color);
   font-weight: 600;
   border-radius: 0;
   position: relative;
}
.theme-tabs .nav-tabs .nav-link.active, 
.theme-tabs .nav-pills .nav-link.active {
   color: var(--primary-dark);
   background-color: transparent;
}
.theme-tabs .nav-tabs .nav-link::after, 
.theme-tabs .nav-pills .nav-link::after {
   content: '';
   position: absolute;
   width: 100%;
   height: 2px;
   background-color: transparent;
   left: 0;
   bottom: -1px;
   z-index: 1;
}
.theme-tabs .nav-tabs .nav-link.active::after, 
.theme-tabs .nav-pills .nav-link.active::after {
   background-color: var(--secondary-color);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
    box-shadow: none;
}
/* header */
.header-nav, 
.mobile-nav {
    background-color: #fff;
}
.nav-logo-image {
    max-width: 90px;
}
@media screen and (min-width: 575px) {
    .nav-logo-image {
        max-width: 100px;
    }
}
@media screen and (min-width: 768px) {
    .nav-logo-image {
        max-width: 110px;
    }
}
@media screen and (min-width: 1200px) {
    .nav-logo-image {
        max-width: 120px;
    }
}
.nav-left {
    order: 0;
}
.nav-logo {
    order: 1;
}
.nav-right {
    order: 2
}
.primary-nav>li {
    padding: 30px 10px;
}
.primary-nav-text {
    font-size: 1rem;
    color: var(--text-color);
    font-weight: 600;
}
.header-action-btn {
    text-align: center;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
}
.account-dropdown {
    border-color: #ddd;
    border-bottom: 4px solid var(--secondary-color);
}
.account-dropdown a {
    font-size: 0.938rem;
}

.account-dropdown .dropdown-menu {
    border-radius: 0;
    border-color: #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.dropdown-item:hover {
    background-color: var(--light-bg);
}
.dropdown-item:focus {
    background-color: var(--primary-dark);
    color: #fff;
}
.full-width-dropdown {
    position: absolute;
    left: 0;
    top: 120px !important;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    display: none;
    border-top: 1px solid #A1A1A1;
    transform: none !important;
}
@media screen and (min-width: 1200px) {
    .full-width-dropdown {
        top: 130px !important
    }
    .primary-nav>li {
        padding: 30px 15px;
    }
}
.primary-nav>li:hover {
    background-color: #fff;
}
.drop-menu-btn[aria-expanded=true] .angle-icon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* .primary-nav>li:hover .full-width-dropdown {
    display: block;
} */
#shop-btn:focus + .full-width-dropdown {
    display: block !important;
}
.off-canvas-menu {
    width: 300px;
}
.accordion-nav-item {
    border:none;
    border-top: 1px solid #ddd;
    padding: 12px 0
}
.accordion-nav-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-nav-item .accordion-header a{
    text-transform: uppercase;
    color: var(--primary-dark);
    letter-spacing: var(--base-letter-spacing);
    font-size: 1rem;
    font-weight: 500;
}
.accordion-btn {
    -webkit-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
}
.accordion-btn[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.full-search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
}
/* mobile nav */
.home-cat-link:hover>a {
    background-color: #fff;
 }
 .home-cat-link:hover .icon-btn {
     background-color: var(--secondary-color)
 }
 .home-cat-link:hover .icon-btn img {
     -webkit-filter: grayscale(100) invert(100) brightness(1.1);
     filter: grayscale(100) invert(100) brightness(1.1)
 }
 .home-cat-link>a {
     font-size: 1.25rem;
     color: var(--text-color);
     font-weight: 600;
     border-radius: 12px;
 }
 .home-cat-link .icon-btn {
     padding: 10px
 }
 .nav-cat-link {
    background-color: var(--light-bg);
 }

/* carousel and banners */
.slick-left .slick-track {
    margin-left:0;
}
.slick-text .slick-slide{
    padding-right: 150px;
}
.banner-carousel .img-container {
    height: 100%;
    min-height: 420px;
    max-height: 600px;
}

@media screen and (orientation: portrait) {
    .banner-carousel .img-container {
        height: auto;
        min-height: auto;
        aspect-ratio: 4/3;
    }  
}
.banner-captions {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.caption-contents {
    max-width: 450px;
}
.banner-image {
    height: calc(100vh - var(--header-height));
    max-height: 500px;
}
.carousel-left-align  .slick-track {
    margin-left: 0 !important;
}
/* .products-carousel .carousel-btn-next, .brands-carousel .carousel-btn-next {
    margin-top: 20px;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
 } */
 /* .products-carousel .carousel-btn-prev, 
 .brands-carousel .carousel-btn-prev {
     position: absolute;
 } */
 .carousel-btn {
     color: var(--primary-dark);
 }
 .carousel-btn:hover {
     background-color: var(--alternate-color);
     color: #fff;
 }
 .carousel-btn.slick-disabled {
    opacity: 0.2;
    pointer-events: none;
 }
/* intro */
.intro-cover-image {
    aspect-ratio: 5/4;
}
.intro-actions {
    margin-top: -25px
}

/* show case */
.hero-showcase-row {
    gap:28px 0;
}
.showcase-card {
    height: 220px
}
.showcase-card-img img{
    object-position: bottom center;
}
/* cards */
.card-actions {
    position: absolute;
    right: 6px;
    top: 16px;
    width: 50px;
    z-index: 1;
}
.card-actions :is(a,button) {
    margin-bottom: 10px;
}
@media (hover: hover) {
    .card-actions {
        right:0;
        opacity: 0;
        right: 2px;
        top: 15px;
    }
    .card-actions :is(a,button) {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        transition: all linear 0.1s;
    }
    .card-actions :is(a,button):nth-child(2) {
        transition: all linear 0.2s;
    }
    .card-actions :is(a,button):nth-child(3) {
        transition: all linear 0.3s;
    }
    .product-card-img:hover .card-actions {
        opacity: 1;
    }
    .product-card-img:hover .card-actions :is(a,button){
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
.card-radius {
    border-radius: var(--card-radius);
}
.section-radius {
    border-radius: var(--section-radius);
}
.input-radius {
    border-radius: var(--input-radius);
}
.product-card-img {
    position: relative;
}
.product-card-badge {
    background-color: var(--primary-color);
    font-size: 0.875rem;
    padding: 2px 8px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.product-card-img .img-container, .product-carousel-item {
    background-color: var(--primary-light);
}
.product-card-img img {
    mix-blend-mode: darken;
}
.product-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--secondary-color);
}
.product-card-subtitle {
    font-size: 0.875rem;
    color: var(--text-color);
}
/* .card-actions {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 2;
    opacity: 0;
    gap: 0 2px;
} */
/* .card-action-btn {
    background-color: var(--primary-bg-light);
    color: var(--primary-dark);
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
}

@media (hover: hover) {
    .card-actions>.card-action-btn {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        transition-duration: 0.2s;
    }
    .card-actions>.card-action-btn:nth-child(2) {
        transition-duration: 0.3s;
    }
    .card-action-btn:hover {
        background-color: var(--primary-dark);
        color: #fff;
       
    }
    .product-card:hover .card-action-btn{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .product-card:hover .card-actions, .product-card:hover .card-alt-img {
        opacity: 1;
    }
} */

.card-alt-img {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    transition: opacity linear 0.2s;
    z-index: 1;
}

.product-card-price {
    font-size: 1rem;
    font-weight: 600;
    color: var(--alternate-color);
    font-family: var(--secondary-font);
}
.badge-title {
    background-color: var(--primary-color);
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding: 1rem 2rem;
}
.clean-col-card .titles-wrapper {
    position: absolute;
    left:0;
    bottom: -25px;
    width: 100%;
}
.info-card {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.info-overview {
    max-width: 265px;
    background-color: var(--primary-dark);
    padding: 1rem;
}
a.info-overview:hover {
    background-color: var(--primary-color);
}
.info-icon {
    font-size: 18px;
}
.lite-icon {
    color: var(--primary-dark);
}
.clip-hex {
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 76%, 50% 100%, 5% 76%, 5% 24%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 76%, 50% 100%, 5% 76%, 5% 24%);
}
.rainbow-showcase>div:nth-of-type(3n + 1) .showcase-card{
   background-color: var(--color-alt-1);
}
.rainbow-showcase>*:nth-of-type(3n - 1) .showcase-card{
    background-color: var(--color-alt-2);
}
.rainbow-showcase>*:nth-of-type(3n - 3) .showcase-card{
    background-color: var(--color-alt-3);
}
.inline-card {
    --image-width: 110px
}
.inline-card-md {
    --image-width: 95px
}
.inline-card-sm {
    --image-width: 70px
}
.inline-card .img-container {
   width: var(--image-width);
}
.inline-card-contents {
    width: calc(100% - var(--image-width));
}
.inline-card-contents .title-lite{
   width: calc(100% - 22px);
}
.inline-card-action {
   max-width: 300px;
}
.inline-card-close {
    line-height: 28px;
    font-size: 38px;
    color: var(--text-color-light);
}
.small-counter {
    border: 1px solid var(--text-color-light);
    color: var(--text-color);
    width: 90px;
    height: 34px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.small-counter .clean-btn {
    height: 28px;
    width: 28px;
    display: inline-flex;
    font-size: 22px;
    justify-content: center;
    align-items: center;
}
.rating-stars i {
    font-size: 1rem !important;
}
/* service card */
.service-card-wrapper {
    --img-wrapper-size: 52px;
}
.service-img-wrapper {
    background-color: var(--secondary-color);
    height: var(--img-wrapper-size);
    width: var(--img-wrapper-size);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.service-img-wrapper img{
    max-width: calc(var(--img-wrapper-size) - 15px);
    max-height: calc(var(--img-wrapper-size) - 15px);
    -webkit-filter: grayscale(100) invert(100) brightness(1.1);
    filter: grayscale(100) invert(100) brightness(1.1);
}
.services-row .service-card-wrapper:nth-child(2) .service-card {
    background-color: var(--secondary-color) !important;
}
.services-row .service-card-wrapper:nth-child(2) .service-img-wrapper {
    background-color: var(--primary-color);
}
.services-row .service-card-wrapper:nth-child(2) .service-img-wrapper img {
    -webkit-filter: grayscale(0) invert(0);
    filter: grayscale(0) invert(0);
}
.services-row .service-card-wrapper:nth-child(2) .service-card *[class*="heading-"] {
    color: var(--primary-color);
}
/* carousel */
.slide-gap {
    margin: 0 -0.625rem
}
.slide-gap .slick-slide{
    margin: 0 0.625rem
}
.banner-carousel-img {
    height: 300px;
}
@media screen and (min-width: 768px) {
    .banner-carousel-img {
        height: 420px;
    }
}
.abs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heading-abs-content {
    background-color: rgba(236, 236, 236, 0.80);
    color: var(--primary-dark-intense);
    font-size: 30px;
    padding: 0.75rem 1rem;
}
.light-overlay-content {
    background-color: rgba(255,255,255,0.6);
}
.product-carousel-thumbs {
    width: 100%;
    position: relative;
    margin: 0;
    gap: 1rem;
}
.product-carousel-thumbs [data-bs-target] {
    max-width: 90px
}
@media screen and (min-width: 576px) {
    .product-carousel-thumbs{
        width: 90px;
    }
    .product-carousel-thumbs [data-bs-target] {
        max-width: 100%
    }
}
.product-carousel-thumbs [data-bs-target] {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin:0;
    background-clip: border-box;
    border: none;
    opacity: 1;
    text-indent: 0;
    border: 1px solid transparent
}
.product-carousel-thumbs [data-bs-target].active {
    border-color: var(--secondary-color);
}
.product-carousel :is(.carousel-control-next-icon, 
.carousel-control-prev-icon), 
.carousel-btn{
    height: 34px;
    width: 34px;
    top: -60px;
    background-color: var(--secondary-color);
    position: absolute;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    margin-top: 0 !important
    
}
.product-carousel :is(.carousel-control-next-icon, 
.carousel-control-prev-icon) {
    background-size: 65% 65%;
    /* filter: invert(100%); */
}
.carousel :is(.carousel-control-next-icon, 
.carousel-control-prev-icon){
    top: auto
}
.carousel-btn-next {
    right: 8px;
}
.carousel-btn-prev {
    right: 55px
}
.inner-banner {
    height: 240px
}
@media screen and (orientation: portrait) {
    .inner-banner-carousel {
        height: calc(50vh - var(--header-height)) !important;
        min-height: 400px !important;
    }
}
/* form and inputs */
.letter-form {
    max-width: 650px;
}
.common-label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.theme-label {
    font-weight: 600;
    color: var(--text-color);
}
.fixed-form {
    max-width: 530px;
}
.fixed-form-lg {
    max-width: 650px;
}
.form-control:not(input[type=radio],
input[type=checkbox]) {
    border-color: var(--border-color);
    border-radius: var(--input-radius);
}
/* .form-check-input {
    height: 1.2em;
    width: 1.2em;
} */
.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(62, 23, 21, .15);
    border-color: var(--secondary-color);
}
.form-control:not(input[type=radio],
input[type=checkbox],textarea), 
.form-select{
    height: 2.75rem;
    border-radius: var(--input-radius);
    font-size: 0.938rem;
}
.form-control[type=file] {
    height: auto !important;
}
.block-input {
    border-color: #979797;
    height: 2.875rem !important;
}
.shrinked-input {
    height: 2.25rem;
    border-radius: var(--input-radius-sm);
}
.form-control:focus, .form-select:focus {
    border-color: var(--primary-dark);
    box-shadow: 0 0 5px rgba(58, 58, 58, 0.8);
}
.variant-label {
    height: 2.25rem;
    min-width: 2.25rem;
    border: 1px solid var(--text-color-light);
    color: var(--text-color-light);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
}
.variant-radio:checked + .variant-label {
    background-color: var(--secondary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
}
.nav-search {
    border: 1px solid #A1A1A1;
}
.variant-color{
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    min-width: auto;
}
.color-rounder {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
}
#search:focus {
   box-shadow: none;
}
.input-mid {
    height: 2.5rem;
    font-size: 0.875rem;
}
.pw-toggle {
    position: absolute;
    right: 0.75rem;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.pw-toggle svg {
    vertical-align: unset;
}
/* alert and badges */
.dot-badge {
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    color: var(--secondary-color);
}
.dot-badge::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #979797;
    position: absolute;
    left: 0;
    top: calc(50% - 6px)
}
.dot-badge[data-status=dispatched]::before {
   background-color: #0d6efd;
}
.dot-badge[data-status=delivered]::before {
    background-color: #4CBB17;
}
.dot-badge[data-status=cancel]::before {
    background-color: var(--alternate-color);
}
/* perfume finder */
.finder-wrap {
    background-position: top right;
    background-size: cover;
}
.finder-contents {
    min-height: 400px;
}
.checkbox-label {
    display: inline-flex;
    height: 2.75rem;
    background-color: #fff;
    border: 1px solid #C9D0D5;
    padding: 8px 16px;
    font-weight: 500;
    color: var(--text-color);
    gap: 0 8px;
    align-items: center;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
    font-size: 0.875rem;
}
@media screen and (min-width: 575px) {
    .checkbox-label{
        padding: 8px 14px;
    }
    .checkbox-label {
        font-size: 1rem;
    }
}
.finder-overlay {
    background: radial-gradient(rgba(216,217,221,0.8), rgba(216,217,221,1));
}
@media screen and (min-width: 992px) {
    .finder-overlay {
        background: none;
    }
}
.checkbox-label:hover {
    border-color: var(--primary-dark);
}
.custom-checkbox:checked + .checkbox-label {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #ffffff;
}
.clean-close {
    text-decoration: underline;
    font-weight: 500;
    color: var(--primary-dark-intense);
}
.clean-close:hover {
    color: var(--primary-color-dark);
}

/* footer */
.sub-input-group:focus-within {
    border-color: var(--secondary-color)
}
.footer-border {
    border-color: var(--secondary-color) !important;
}
.secondary-nav li {
    margin-bottom: 0.5rem;
}
.secondary-nav li a{
    color: var(--secondary-color);
}
.secondary-nav li a:hover {
    color: var(--link-color);
}
/* brands */
.brand-image {
    background-color: var(--light-bg);
    height: 100px;
}
@media screen and (min-width: 575px) {
    .brand-image {
        height: 130px;
    }
}

/* story */
.intro-info-card {
    min-height: 310px;
}
.intro-info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
/* product details */
.product-actions {
    max-width: 500px;
}

/* pyramid layout */
/* others */
.custom-dropdown .dropdown-item.active, .custom-dropdown .dropdown-item:active {
    background-color: var(--primary-color);
}
.filter-components {
    margin-bottom: 20px
}
.filter-title {
    display: flex;
    justify-content: space-between;
}
.collapse-arrow {
    transition: transform linear 0.2s;
}
.filter-collapse[aria-expanded=true] .collapse-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-components h6 {
    text-transform: uppercase;
}
.wishlist-list a.icon-btn {
    display: none;
}
.order-info {
    gap: 2px 22px;
}

.blog-img-large {
    max-height: 80vh;
}
.cart-loaded::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--alternate-color);
}
@media screen and (max-width: 575px) {
    .heading-mid {
        font-size: 1.625rem;
    }
    /* .main-btn, .outline-btn, .alt-btn {
        font-size: 0.938rem;
        padding: 10px 20px;
    } */
    #order-detail-status li:first-child::after, #order-detail-status li:last-child:before {
       width: 100px !important
    }
    #order-detail-status li:not(:last-child) {
        margin-right: 100px !important;
    }
    .badge-title {
        font-size: 20px;
    }
    .slick-text .slick-slide {
        padding-right: 70px;
    }
    .product-actions .main-btn svg{
        display: none;
    }
    .inline-card {
        --image-width: 90px
    }
    .alt-btn {
        flex-shrink:0
    }
    .modal-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .finder-contents .heading-main {
        font-size: 1.75rem;
    }
    .initial-finder-icon {
        height: 60px !important;
        width: 60px !important;
    }
}
@media screen and (max-width:400px) {
    .showcase-card-contents .link {
        font-size: 0.875rem;
    }
    :root {
        --header-height: 100px
    }
}
.side-nav-link {
    color: var(--text-color-light);
}
.side-nav-link.active {
    color: var(--link-color);
}
.cart-headers {
    border-bottom: 1px solid #a1a1a1
}
.end-overview-action {
    border-top: 1px solid #a1a1a1
}
.page-item.active span {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.page-item a.page-link {
    color: var(--secondary-color);
}
.pagination p {
    border-bottom: 0;
    padding-right: 1rem;
}


@media screen and (max-width: 460px) {
    .product-actions .main-btn {
        padding-left: 16px;
        padding-right: 16px;
    }
    #quick-view-container .btn-close{
        right: 10px !important;
        top: -6px !important;
    }
}
.sticky-col {
    position: sticky;
    top: 30px;
}
