 .navlinkitem {cursor: pointer }.main-header {position: fixed;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100vw;padding: 15px 5vw;color: #000;z-index: 1;transition: all 0.2s }.main-header .logo {transition: .4s ease-out;}.main-header a {text-decoration: none;color: inherit;}.main-header .nav-links {display: -webkit-box;display: -ms-flexbox;display: flex;list-style: none;margin: unset;padding: unset;}.main-header .nav-links .nav-link {-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.main-header .nav-links .nav-link:nth-of-type(2) {-webkit-transition-delay: .1s;transition-delay: .1s;}.main-header .nav-links .nav-link:nth-of-type(3) {-webkit-transition-delay: .2s;transition-delay: .2s;}.main-header .nav-links .nav-link:nth-of-type(4) {-webkit-transition-delay: .3s;transition-delay: .3s;}.main-header .nav-links .nav-link {padding: 4px;}.main-header .nav-links .nav-link a {padding: 10px 20px;color: #fff;font-family: var(--btn-font);cursor: pointer;border-radius:25px;}.main-header .nav-links .nav-link a:hover {background: rgba(255, 255, 255, 0.2);}.main-header .nav-links .nav-link:last-child a{background-color:var(--primary);border-radius:25px;}.main-header .nav-links .nav-link .dropdown-menu {background-color: #fff;border-radius: unset;}.main-header .nav-links .nav-link .dropdown-menu .nav-link .dropdown-link {background-color: #fff;border-radius: unset;}.main-header .menu-icon {position: relative;padding: 26px 10px;cursor: pointer;z-index: 1;display: none;}.main-header .menu-icon__line {display: block;position: relative;background: #fff;height: 2px;width: 20px;border-radius: 4px;-webkit-transition: background 0.8s ease;transition: background 0.8s ease;}.main-header .menu-icon__line::before, .main-header .menu-icon__line::after {content: '';position: absolute;height: 100%;width: 100%;border-radius: 4px;background: #fff;-webkit-transition: background 0.8s ease;transition: background 0.8s ease;}.main-header .menu-icon__line::before {-webkit-transform: translateY(-5px);transform: translateY(-5px);}.main-header .menu-icon__line::after {-webkit-transform: translateY(5px);transform: translateY(5px);}.main-header .menu-btn {position: absolute;top: -100px;}.main-header .menu-btn:focus ~ .menu-icon .menu-icon__line::before {-webkit-transform: translateY(-7px);transform: translateY(-7px);}.main-header .menu-btn:focus ~ .menu-icon .menu-icon__line::after {-webkit-transform: translateY(7px);transform: translateY(7px);}.main-header.scrolled {background-color: #000000;box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px 1px rgb(0 0 0 / 18%);padding: 10px 10vw;}.main-header.scrolled .logo {height: unset;}.main-header .logo a {text-decoration: none;display: flex;align-items: center;max-height: 50px;color: #fff;font-family: var(--headers-font);}.main-header .logo a img {height: 50px;}.main-header .logo a span {margin-left: 10px;font-size: 1.5rem;}.dropdown-menu {padding: unset;overflow: hidden;}.dropdown-menu li {width: auto;padding: 0 !important;}.dropdown-menu .dropdown-link {text-decoration: none;color: #000 !important;padding: 8px 12px !important;font-size: 1rem;font-family: var(--btn-font);display: block;}.dropdown-menu .dropdown-link:hover, .dropdown-menu .dropdown-link:focus {background: var(--primary) !important;color: #fff !important;}@media (max-width:1680px) {}@media (max-width:1440px) {}@media (max-width:1366px) {.about {background-size: contain, 230px 400px;}}@media (max-width:1280px) {.about {background-size: contain, 180px 400px;}}@media (max-width:1024px) {.home .offset-1 {margin-left: unset !important;}.home .col-sm-10 {width: 100%;}.main-header {padding: 10px 2vw;}.main-header.scrolled {padding: 10px 2vw;}}@media (max-width:960px) {}@media (max-width:800px) {}@media (max-width:768px) {.pl-100 {padding-left: 0;}.d-home-shop-bag {width: 190px;}.d-about-plant {width: 200px;}h1 {font-size: 3.5rem;}.main-header {padding: 10px 6vw;}.main-header.scrolled {padding: 8px 6vw;}.main-header .menu-icon {display: block;margin-bottom: unset;}.main-header .menu-icon__line {-webkit-animation: closeMid 0.8s backwards;animation: closeMid 0.8s backwards;animation-direction: reverse;}.main-header .menu-icon__line::before {-webkit-animation: closeTop 0.8s backwards;animation: closeTop 0.8s backwards;animation-direction: reverse;}.main-header .menu-icon__line::after {-webkit-animation: closeBtm 0.8s backwards;animation: closeBtm 0.8s backwards;animation-direction: reverse;}.main-header .nav-links {position: absolute;top: 0;left: 0;opacity: 0;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 6rem 0;width: 100vw;height: 100vh;font-size: 1.65rem;color: #fff;background: #000;-webkit-transition: opacity .8s .5s, -webkit-clip-path 1s .5s;transition: opacity .8s .5s, -webkit-clip-path 1s .5s;transition: opacity .8s .5s, clip-path 1s .5s;transition: opacity .8s .5s, clip-path 1s .5s, -webkit-clip-path 1s .5s;-webkit-clip-path: circle(200px at top right);clip-path: circle(200px at top right);}.main-header .nav-links .nav-link {opacity: 0;-webkit-transform: translateX(100%);transform: translateX(100%);width: 100%;text-align: center;}.main-header .nav-links .nav-link a {display: block;padding: 1.5rem 0;}.main-header .menu-btn:checked ~ .nav-links {opacity: 1;-webkit-clip-path: circle(100% at center);clip-path: circle(100% at center);display: block;}.main-header .menu-btn:checked ~ .nav-links .nav-link {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);padding: 0;}.main-header .menu-btn:checked ~ .nav-links .nav-link a {margin: unset;color: #fff;font-size: 1.25rem;}.main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(1) {-webkit-transition-delay: .7s;transition-delay: .7s;}.main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(2) {-webkit-transition-delay: .8s;transition-delay: .8s;}.main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(3) {-webkit-transition-delay: .9s;transition-delay: .9s;}.main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(4) {-webkit-transition-delay: 1s;transition-delay: 1s;}.main-header .menu-btn:checked ~ .menu-icon {border-radius: 50%;-webkit-animation: pulse 1s;animation: pulse 1s;}.main-header .menu-btn:checked ~ .menu-icon .menu-icon__line {background: #fff;-webkit-animation: openMid 0.8s forwards;animation: openMid 0.8s forwards;}.main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::before {background: #fff;-webkit-animation: openTop 0.8s forwards;animation: openTop 0.8s forwards;}.main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::after {background: #fff;-webkit-animation: openBtm 0.8s forwards;animation: openBtm 0.8s forwards;}.main-header .logo .logo {position: absolute;z-index: 10;top: 10px;}}