body {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 320px;
  margin-left: -160px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a, #top .list-inline-item .dropdown > span {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

#logo img {
  max-width: 200px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Cretan Bee — Beezi-inspired homepage */
:root{--bee-ink:#073f4d;--bee-yellow:#ffc400;--bee-blue:#edf9fc;--bee-cream:#fffaf1;--bee-line:#d8e7e8}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--bee-ink)}body a{color:inherit;text-decoration:none}#container{position:relative;margin:0;min-height:100%}main{display:block}.beezi-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.beezi-utility,.beezi-system-menu{display:none!important}.beezi-header{position:absolute;z-index:20;top:0;left:0;width:100%;padding:24px 0}.beezi-header__inner{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:34px}.beezi-logo{display:flex;align-items:center;gap:9px;font-weight:900;font-size:32px;letter-spacing:-2px}.beezi-logo__badge{display:grid;place-items:center;width:40px;height:40px;background:var(--bee-yellow);clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);font-size:20px}.beezi-nav{display:flex;align-items:center;gap:17px;font-size:14px;font-weight:800}.beezi-nav a:hover,.beezi-nav .is-active{color:#dda600}.beezi-nav i{width:9px;height:9px;background:var(--bee-yellow);transform:rotate(45deg)}.beezi-help{font-size:13px;line-height:1.3}.beezi-help span,.beezi-help strong{display:block}.beezi-help strong{color:#e06a5e}.beezi-actions{display:flex;gap:16px;align-items:center}.beezi-actions a,.beezi-actions button{border:0;background:none;padding:0;font-size:24px;color:var(--bee-ink)}.beezi-search-panel{display:none;padding-top:15px}.beezi-search-panel.is-open{display:block}.beezi-menu-toggle{display:none;border:0;background:transparent;font-size:26px;color:var(--bee-ink)}
.beezi-home h1,.beezi-home h2,.beezi-home h3{font-family:Georgia,'Times New Roman',serif;color:var(--bee-ink)}.beezi-hero{min-height:620px;background:var(--bee-blue) url('../../../image/catalog/cretanbee/beezi-hero.png') center/cover no-repeat;display:flex;align-items:center}.beezi-hero__inner{padding-top:72px}.beezi-hero__copy{width:46%}.beezi-hero h1{font-size:76px;line-height:.92;letter-spacing:-4px;margin:0 0 18px}.beezi-hero p{font-family:Georgia,serif;font-size:20px;margin-bottom:24px}.beezi-button{display:inline-flex;background:var(--bee-yellow);padding:18px 24px;border-radius:6px;font-size:12px;font-weight:900;letter-spacing:1.5px;transition:.25s}.beezi-button:hover{background:var(--bee-ink);color:#fff;transform:translateY(-2px)}.beezi-home h2{font-size:48px;line-height:1.05;margin:0 0 18px}.beezi-link,.beezi-feature a,.beezi-collection-grid a{font-size:12px;font-weight:900;letter-spacing:1.2px;border-bottom:2px solid var(--bee-yellow);padding-bottom:5px}
.beezi-intro{display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:28px;padding:95px 0}.beezi-feature{padding:36px;background:var(--bee-cream);border-radius:50% 50% 8px 8px;text-align:center}.beezi-feature__icon{font-size:60px;color:#eeb700}.beezi-feature h3{font-size:25px}.beezi-feature p,.beezi-intro__center p{color:#587076;line-height:1.75}.beezi-intro__center{text-align:center;align-self:center;padding:25px}.beezi-products{padding:30px 0 100px}.beezi-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.beezi-heading h2{margin:0}.beezi-arrows{font-size:25px}.beezi-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.beezi-product-card{position:relative;text-align:center}.beezi-product-card__image{display:block;aspect-ratio:1/1.12;background-image:url('../../../image/catalog/cretanbee/honey-products.png');background-size:400% 100%;background-position:var(--sprite-position) center;border-radius:50% 50% 8px 8px;transition:.25s}.beezi-product-card:hover .beezi-product-card__image{transform:translateY(-7px)}.beezi-product-card h3{font-family:Arial,sans-serif;font-size:17px;margin:10px 0 7px}.beezi-product-card strong{font-size:18px}.beezi-stars{font-size:13px;color:#edae00;margin-top:15px}.beezi-stars small{color:#718287}.beezi-product-card__add{position:absolute;right:12px;bottom:1px;width:36px;height:36px;border-radius:50%;background:var(--bee-yellow);display:grid;place-items:center;font-size:20px}
.beezi-live-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:min(1800px,calc(100% - 80px));padding:80px 0}.beezi-live-categories>a{position:relative;display:block;overflow:hidden;border:8px solid #f0f2f0;background:#f0f2f0;box-shadow:0 12px 32px rgba(33,79,53,.08)}.beezi-live-categories img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .35s}.beezi-live-categories span{position:absolute;z-index:2;top:24px;left:24px;padding:10px 15px;background:rgba(20,32,27,.88);color:#fff;font-size:12px;font-weight:700;letter-spacing:.4px;opacity:0;transform:translateY(10px);transition:opacity .3s,transform .3s}.beezi-live-categories>a:hover img{transform:scale(1.045);filter:saturate(1.08)}.beezi-live-categories>a:hover span,.beezi-live-categories>a:focus-visible span{opacity:1;transform:none}
.beezi-hero-curve{position:relative;z-index:4;width:100%;height:100px;margin-top:-100px;pointer-events:none}.beezi-hero-curve svg{display:block;width:100%;height:100%}.beezi-hero-curve path{fill:#fff}
.beezi-hero{position:relative;display:block;overflow:hidden;background:#eff8ef;cursor:grab;touch-action:pan-y;user-select:none}.beezi-hero.is-dragging{cursor:grabbing}.beezi-hero:before,.beezi-hero:after{content:none}.beezi-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .85s ease,visibility .85s,transform 1.2s cubic-bezier(.2,.65,.25,1);background-position:center;background-size:cover;background-repeat:no-repeat}.beezi-hero__slide.is-active{z-index:1;opacity:1;visibility:visible;transform:none}.beezi-hero__slide--honey{background-image:url('../../../image/catalog/cretanbee/beezi-hero-green.png')}.beezi-hero__slide--care{background-image:url('../../../image/catalog/cretanbee/hero-natural-care-v2.png')}.beezi-hero__slide .beezi-hero__inner{display:flex;align-items:center;height:100%;padding-top:100px}.beezi-hero__slide .beezi-hero__copy{animation:none}.beezi-hero__slide .beezi-hero__copy>*{animation:none}.beezi-hero__copy--care{width:70%;margin-inline:auto;text-align:center}.beezi-hero__copy--care h2{margin:0 0 20px;font-size:78px;line-height:.92;letter-spacing:-2px}.beezi-hero__copy--care p{font-size:23px}.beezi-hero__dots{position:absolute;z-index:6;left:50%;bottom:112px;display:flex;gap:10px;transform:translateX(-50%)}.beezi-hero__dots button{width:12px;height:12px;padding:0;border:2px solid #214f35;border-radius:50%;background:rgba(255,255,255,.8);transition:background .25s,transform .25s}.beezi-hero__dots button.is-active{background:#ffc400;transform:scale(1.2)}
@media(max-width:1020px){.beezi-live-categories{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% - 40px);padding:60px 0}.beezi-live-categories>a:last-child{grid-column:1/-1;width:calc(50% - 14px);justify-self:center}}
@media(max-width:680px){.beezi-hero__slide{background-position:62% center}.beezi-hero__slide--care{background-position:center}.beezi-hero__slide .beezi-hero__inner{align-items:flex-start;padding-top:145px}.beezi-hero__copy--care{width:100%;padding:28px 16px;background:rgba(255,255,255,.62);border-radius:14px;backdrop-filter:blur(3px)}.beezi-hero__copy--care h2{font-size:48px}.beezi-hero__copy--care p{font-size:17px}.beezi-hero__dots{bottom:70px}.beezi-hero-curve{height:62px;margin-top:-62px}.beezi-live-categories{grid-template-columns:1fr;width:calc(100% - 28px);gap:18px;padding:45px 0}.beezi-live-categories>a:last-child{grid-column:auto;width:100%}.beezi-live-categories span{top:16px;left:16px;opacity:1;transform:none}}
.beezi-categories{background:var(--bee-blue);padding:90px 0}.beezi-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.beezi-category-grid a{background:#fff;border:1px solid var(--bee-line);border-radius:130px 130px 8px 8px;text-align:center;padding:38px 15px 28px;transition:.2s}.beezi-category-grid a:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(7,63,77,.08)}.beezi-category-grid span{font-size:65px}.beezi-category-grid h3{font-family:Arial,sans-serif;font-size:17px;margin:20px 0 4px}.beezi-category-grid small{color:#798c90}.beezi-collections{padding:100px 0}.beezi-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.beezi-collection-grid article{min-height:420px;padding:45px 34px;border-radius:8px;background:linear-gradient(145deg,#fbdfa3,#e7a10c);position:relative;overflow:hidden}.beezi-collection-grid article:nth-child(2){background:linear-gradient(145deg,#164a3c,#092c31);color:#fff}.beezi-collection-grid article:nth-child(2) h3{color:#fff}.beezi-collection-grid article:nth-child(3){background:linear-gradient(145deg,#f6bd65,#d76c34)}.beezi-collection-grid article:after{content:'⬡';position:absolute;right:-30px;bottom:-65px;font-size:230px;color:rgba(255,255,255,.2)}.beezi-collection-grid span{font-family:'Brush Script MT',cursive;font-size:25px}.beezi-collection-grid h3{font-size:43px;line-height:1;margin:15px 0}.beezi-collection-grid p{max-width:230px;line-height:1.6}.beezi-story{background:#093e48;padding:95px 0;color:#fff}.beezi-story__inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.beezi-story h2{color:#fff;font-size:56px}.beezi-story p{line-height:1.8;max-width:600px;color:#c7dcdf;margin-bottom:26px}.beezi-story__mark{text-align:center;font-size:180px}.beezi-benefits{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:110px 0}.beezi-benefits__visual{min-height:520px;background:url('../../../image/catalog/cretanbee/beezi-hero.png') 72% center/auto 100% no-repeat;border-radius:260px 260px 10px 10px}.beezi-benefits p{color:#587076;line-height:1.8}.beezi-benefits ul{list-style:none;padding:0;margin:28px 0}.beezi-benefits li{padding:13px 0;border-bottom:1px solid var(--bee-line);font-weight:700}.beezi-benefits li:before{content:'◆';color:var(--bee-yellow);margin-right:12px}.beezi-native-content:empty{display:none}footer{position:relative!important;bottom:auto!important;background:#062f37;border:0;padding:55px 0 25px}#content,#column-left,#column-right{padding-bottom:0}
@media(max-width:1020px){.beezi-header__inner{grid-template-columns:auto auto 1fr}.beezi-menu-toggle{display:block}.beezi-nav{display:none;position:absolute;top:78px;left:20px;right:20px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 14px 40px rgba(0,0,0,.12);flex-direction:column}.beezi-nav.is-open{display:flex}.beezi-nav i,.beezi-help{display:none}.beezi-actions{justify-self:end}.beezi-hero{min-height:560px;background-position:60% center}.beezi-hero h1{font-size:60px}.beezi-intro{grid-template-columns:1fr 1fr}.beezi-intro__center{grid-column:1/-1;grid-row:1}.beezi-product-grid,.beezi-category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.beezi-shell{width:min(100% - 28px,1180px)}.beezi-header{padding:15px 0}.beezi-header__inner{gap:10px}.beezi-logo{font-size:24px}.beezi-logo__badge{width:34px;height:34px}.beezi-actions{gap:9px}.beezi-actions a,.beezi-actions button{font-size:19px}.beezi-hero{min-height:690px;background-size:auto 100%;background-position:62% center;align-items:flex-start}.beezi-hero__inner{padding-top:110px}.beezi-hero__copy{width:100%}.beezi-hero h1{font-size:51px}.beezi-hero p{font-size:17px}.beezi-home h2{font-size:38px}.beezi-intro{grid-template-columns:1fr;padding:65px 0}.beezi-intro__center{grid-column:auto;grid-row:auto}.beezi-product-grid,.beezi-category-grid,.beezi-collection-grid{grid-template-columns:1fr}.beezi-product-card__image{aspect-ratio:1.25/1}.beezi-story__inner,.beezi-benefits{grid-template-columns:1fr}.beezi-story h2{font-size:43px}.beezi-story__mark{font-size:120px}.beezi-benefits{padding:70px 0;gap:35px}.beezi-benefits__visual{min-height:390px}.beezi-categories,.beezi-collections{padding:65px 0}}

/* Beezi motion language: layered entrance, floating details and scroll reveals */
.beezi-header{transition:padding .35s ease,background-color .35s ease,box-shadow .35s ease,transform .35s ease}.beezi-header.is-scrolled{position:fixed;padding:11px 0;background:rgba(238,249,252,.94);box-shadow:0 8px 30px rgba(7,63,77,.1);backdrop-filter:blur(12px)}.beezi-header.is-scrolled .beezi-logo{font-size:26px}.beezi-header.is-scrolled .beezi-logo__badge{width:34px;height:34px}.beezi-logo,.beezi-logo__badge{transition:.35s ease}
.beezi-hero{position:relative;isolation:isolate;overflow:hidden;background:none}.beezi-hero:before{content:'';position:absolute;z-index:-2;inset:-18px;background:var(--bee-blue) url('../../../image/catalog/cretanbee/beezi-hero.png') center/cover no-repeat;transform:translate3d(0,var(--hero-shift,0),0) scale(1.015);animation:beezi-scene 12s cubic-bezier(.65,0,.35,1) infinite}.beezi-hero:after{content:'🐝';position:absolute;z-index:-1;left:49%;top:35%;font-size:24px;filter:drop-shadow(0 4px 4px rgba(0,0,0,.15));animation:beezi-flight 7s ease-in-out infinite}.beezi-hero__copy{animation:beezi-copy 12s cubic-bezier(.2,.65,.25,1) infinite}.beezi-hero__copy>*{animation:beezi-rise .9s both}.beezi-hero__copy h1{animation-delay:.13s}.beezi-hero__copy p{animation-delay:.25s}.beezi-hero__copy .beezi-button{animation-delay:.37s}
.beezi-reveal{opacity:0;transform:translate3d(0,42px,0) scale(.985);transition:opacity .75s cubic-bezier(.2,.65,.25,1) var(--reveal-delay,0ms),transform .75s cubic-bezier(.2,.65,.25,1) var(--reveal-delay,0ms)}.beezi-reveal.is-visible{opacity:1;transform:none}.beezi-feature,.beezi-product-card__image,.beezi-category-grid a,.beezi-collection-grid article{will-change:transform}.beezi-feature{transition:transform .35s ease,box-shadow .35s ease}.beezi-feature:hover{transform:translateY(-8px);box-shadow:0 22px 45px rgba(7,63,77,.1)}.beezi-product-card__image{overflow:hidden}.beezi-category-grid span{display:inline-block;transition:transform .4s cubic-bezier(.2,.75,.25,1.3)}.beezi-category-grid a:hover span{transform:translateY(-8px) rotate(-4deg) scale(1.08)}.beezi-collection-grid article{transition:transform .4s ease,box-shadow .4s ease}.beezi-collection-grid article:hover{transform:translateY(-9px);box-shadow:0 24px 55px rgba(7,63,77,.16)}.beezi-story__mark{animation:beezi-hover 4.5s ease-in-out infinite}.beezi-benefits__visual{transition:background-position 1.2s ease,transform .6s ease}.beezi-benefits__visual:hover{background-position:77% center;transform:scale(.985)}
@keyframes beezi-rise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@keyframes beezi-copy{0%,74%,100%{opacity:1;transform:none}82%{opacity:0;transform:translateY(-12px)}90%{opacity:0;transform:translateY(18px)}}@keyframes beezi-scene{0%,74%,100%{opacity:1;transform:translate3d(0,var(--hero-shift,0),0) scale(1.015)}82%{opacity:.08;transform:translate3d(18px,var(--hero-shift,0),0) scale(1.04)}90%{opacity:.08;transform:translate3d(-18px,var(--hero-shift,0),0) scale(1.04)}}@keyframes beezi-flight{0%,100%{transform:translate(0,0) rotate(-8deg)}25%{transform:translate(62px,-38px) rotate(10deg)}50%{transform:translate(112px,12px) rotate(-12deg)}75%{transform:translate(42px,48px) rotate(8deg)}}@keyframes beezi-hover{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-15px) rotate(3deg)}}
@media(max-width:680px){.beezi-hero:before{background-size:auto 100%;background-position:62% center}.beezi-hero:after{left:65%;top:34%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.beezi-header,.beezi-logo,.beezi-logo__badge,.beezi-hero:before,.beezi-hero:after,.beezi-hero__copy,.beezi-hero__copy>*,.beezi-story__mark,.beezi-reveal{animation:none!important;transition:none!important}.beezi-reveal{opacity:1;transform:none}}

/* Larger desktop scale requested */
@media(min-width:1021px){
  body{font-size:17px}
  .beezi-shell{width:min(1400px,calc(100% - 48px))}
  .beezi-header{padding:28px 0}
  .beezi-header__inner{gap:42px}
  .beezi-logo{font-size:37px}.beezi-logo__badge{width:46px;height:46px;font-size:23px}
  .beezi-nav{gap:20px;font-size:16px}.beezi-help{font-size:15px}.beezi-actions a,.beezi-actions button{font-size:27px}
  .beezi-hero{min-height:720px}.beezi-hero__inner{padding-top:84px}.beezi-hero__copy{width:48%}
  .beezi-hero h1{font-size:92px}.beezi-hero p{font-size:25px;margin-bottom:30px}
  .beezi-button{padding:21px 30px;font-size:14px}.beezi-home h2{font-size:58px}
  .beezi-link,.beezi-feature a,.beezi-collection-grid a{font-size:14px}
  .beezi-feature h3{font-size:30px}.beezi-feature p,.beezi-intro__center p,.beezi-story p,.beezi-benefits p{font-size:18px}
  .beezi-product-grid{gap:30px}
  .beezi-product-card__image{aspect-ratio:1/1.2;min-height:410px}
  .beezi-product-card h3{font-size:21px;margin:13px 0 9px}.beezi-product-card strong{font-size:22px}.beezi-stars{font-size:16px;margin-top:18px}
  .beezi-product-card__add{right:14px;width:43px;height:43px;font-size:24px}
  .beezi-category-grid h3{font-size:21px}.beezi-category-grid small{font-size:15px}.beezi-category-grid span{font-size:76px}
  .beezi-collection-grid h3{font-size:50px}.beezi-collection-grid p{font-size:18px}
  .beezi-story h2{font-size:66px}.beezi-story__mark{font-size:210px}
}

/* Functional products carousel */
.beezi-product-grid{display:flex!important;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;cursor:grab;touch-action:pan-y;padding:8px 2px 18px;scrollbar-width:none;user-select:none}.beezi-product-grid::-webkit-scrollbar{display:none}.beezi-product-grid.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.beezi-product-grid.is-dragging a{pointer-events:none}.beezi-product-card{flex:0 0 calc((100% - 72px)/4);scroll-snap-align:start;user-select:none}.beezi-product-card img,.beezi-product-card__image{-webkit-user-drag:none}.beezi-arrows{display:flex;gap:10px}.beezi-arrows button{display:grid;place-items:center;width:48px;height:48px;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--bee-ink);font-size:27px;line-height:1;transition:background-color .3s ease,color .3s ease,transform .3s ease,border-color .3s ease}.beezi-arrows button:hover{background:var(--bee-yellow);border-color:var(--bee-yellow);transform:translateY(-3px)}.beezi-arrows button:active{transform:scale(.93)}

/* Animated button backgrounds */
.beezi-link,.beezi-feature a,.beezi-collection-grid a{position:relative;z-index:0;display:inline-block;overflow:hidden;padding:9px 12px 8px;margin-left:-12px;border-bottom:2px solid var(--bee-yellow);transition:color .35s ease,border-color .35s ease,transform .35s ease}.beezi-link:before,.beezi-feature a:before,.beezi-collection-grid a:before{content:'';position:absolute;z-index:-1;inset:0;background:var(--bee-yellow);transform:translateX(-104%) skewX(-12deg);transform-origin:left;transition:transform .38s cubic-bezier(.2,.7,.2,1)}.beezi-link:hover,.beezi-feature a:hover,.beezi-collection-grid a:hover{color:var(--bee-ink);border-color:var(--bee-yellow);transform:translateY(-2px)}.beezi-link:hover:before,.beezi-feature a:hover:before,.beezi-collection-grid a:hover:before{transform:translateX(0) skewX(0)}.beezi-button{position:relative;isolation:isolate;overflow:hidden}.beezi-button:before{content:'';position:absolute;z-index:-1;inset:0;background:var(--bee-ink);transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.beezi-button:hover:before{transform:scaleX(1);transform-origin:left}.beezi-product-card__add{overflow:hidden;transition:color .3s ease,transform .3s ease,box-shadow .3s ease}.beezi-product-card__add:before{content:'';position:absolute;inset:50%;border-radius:50%;background:var(--bee-ink);transition:inset .35s ease}.beezi-product-card__add:hover{color:#fff;transform:rotate(90deg) scale(1.08);box-shadow:0 10px 22px rgba(7,63,77,.2)}.beezi-product-card__add:hover:before{inset:-3px}.beezi-product-card__add{isolation:isolate}.beezi-product-card__add:before{z-index:-1}
@media(max-width:1020px){.beezi-product-card{flex-basis:calc((100% - 24px)/2)}}@media(max-width:680px){.beezi-product-card{flex-basis:86%}.beezi-arrows button{width:42px;height:42px;font-size:23px}}

/* Authentic Cretan Bee brand assets */
.beezi-logo img{display:block;width:250px;max-width:23vw;height:auto}.beezi-header.is-scrolled .beezi-logo img{width:210px}.beezi-product-card__image{display:grid;place-items:center;background:#fffaf2;background-image:none!important;padding:22px}.beezi-product-card__image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .45s cubic-bezier(.2,.7,.2,1);pointer-events:none}.beezi-product-card:hover .beezi-product-card__image img{transform:scale(1.08)}.beezi-category-grid a{overflow:hidden;padding:0 0 28px}.beezi-category-grid a>img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:125px 125px 0 0;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.beezi-category-grid a:hover>img{transform:scale(1.055)}.beezi-category-grid a>h3{padding-inline:15px}.beezi-category-grid a>span{display:block;padding-top:70px}.beezi-category-grid a:has(>span){padding-bottom:42px}
@media(max-width:1020px){.beezi-logo img{width:220px;max-width:42vw}}@media(max-width:680px){.beezi-logo img{width:170px;max-width:46vw}.beezi-product-card__image{padding:18px}.beezi-category-grid a>img{border-radius:170px 170px 0 0}}

/* Editorial / blog mosaic */
.beezi-editorial{padding:20px 0 110px}.beezi-editorial-grid{display:grid;grid-template-columns:1.65fr 1fr 1fr;grid-template-rows:repeat(2,minmax(230px,1fr));gap:28px}.beezi-editorial-card{position:relative;display:block;overflow:hidden;background:#edf2f2;border:8px solid #f0f2f2;min-height:260px}.beezi-editorial-card--featured{grid-row:1/3;min-height:590px}.beezi-editorial-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .5s ease}.beezi-editorial-card:after{content:'';position:absolute;inset:0;background:linear-gradient(145deg,transparent 55%,rgba(7,63,77,.45));opacity:0;transition:opacity .4s ease}.beezi-editorial-card>span{position:absolute;z-index:2;right:18px;top:18px;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--bee-yellow);color:var(--bee-ink);font-size:24px;transform:translate(18px,-18px) scale(.65);opacity:0;transition:transform .4s cubic-bezier(.2,.8,.2,1),opacity .35s ease}.beezi-editorial-card:hover img{transform:scale(1.055);filter:saturate(1.08)}.beezi-editorial-card:hover:after{opacity:1}.beezi-editorial-card:hover>span{transform:none;opacity:1}
@media(max-width:1020px){.beezi-editorial-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.beezi-editorial-card--featured{grid-column:1/3;grid-row:auto;min-height:560px}.beezi-editorial-card{min-height:300px}}@media(max-width:680px){.beezi-editorial{padding-bottom:70px}.beezi-editorial-grid{grid-template-columns:1fr;gap:16px}.beezi-editorial-card--featured{grid-column:auto;min-height:480px}.beezi-editorial-card{min-height:260px;border-width:5px}.beezi-editorial-card>span{opacity:1;transform:none;width:42px;height:42px;font-size:20px}}

/* Collection photography with a 90% colour veil */
.beezi-collection-grid article{isolation:isolate;background-position:center;background-size:cover;background-repeat:no-repeat}.beezi-collection-grid article:nth-child(1){background-image:url('../../../image/catalog/cretanbee/generated/collection-bee-products.png')}.beezi-collection-grid article:nth-child(2){background-image:url('../../../image/catalog/cretanbee/generated/collection-natural-cosmetics.png');background-position:center 58%}.beezi-collection-grid article:nth-child(3){background-image:url('../../../image/catalog/cretanbee/generated/collection-herbs-soaps.png');background-position:center 62%}.beezi-collection-grid article:before{content:'';position:absolute;z-index:-1;inset:0;background:rgba(236,168,24,.9);transition:background-color .45s ease}.beezi-collection-grid article:nth-child(2):before{background:rgba(9,44,49,.76)}.beezi-collection-grid article:nth-child(3):before{background:rgba(226,119,53,.72)}.beezi-collection-grid article:after{z-index:-1}.beezi-collection-grid article:hover:before{background:rgba(236,168,24,.84)}.beezi-collection-grid article:nth-child(2):hover:before{background:rgba(9,44,49,.67)}.beezi-collection-grid article:nth-child(3):hover:before{background:rgba(226,119,53,.63)}
/* Animated Cretan Bee emblem in the story panel */
.beezi-story__mark{display:grid;place-items:center;font-size:0}.beezi-story__logo-crop{display:block;width:clamp(230px,23vw,310px);aspect-ratio:1;overflow:hidden;background:#fff;border:8px solid rgba(255,255,255,.28);box-shadow:0 28px 70px rgba(0,0,0,.2);animation:beezi-logo-float 4.8s ease-in-out infinite;transition:transform .45s ease,box-shadow .45s ease}.beezi-story__logo-crop img{display:block;height:100%;width:auto;max-width:none;transform:translateX(-4%)}.beezi-story__logo-crop:hover{transform:translateY(-8px) rotate(2deg) scale(1.035);box-shadow:0 34px 80px rgba(0,0,0,.28)}@keyframes beezi-logo-float{0%,100%{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-16px) rotate(1.5deg)}}
@media(max-width:680px){.beezi-story__mark{padding-top:25px}.beezi-story__logo-crop{width:min(68vw,260px)}}
@media(prefers-reduced-motion:reduce){.beezi-story__logo-crop{animation:none!important}}
.beezi-story__logo-crop img{transform:translateX(-12px)}

/* Keep the logo frame still; animate only the bee symbol inside it. */
.beezi-story__logo-crop{display:grid;place-items:center;overflow:hidden;animation:none!important;transform:none!important;transition:box-shadow .4s ease}.beezi-story__logo-crop:hover{transform:none;box-shadow:0 34px 80px rgba(0,0,0,.28)}.beezi-story__bee{display:block;position:relative;width:205px;height:238px;overflow:hidden;animation:beezi-symbol-flight 4.2s ease-in-out infinite;transform-origin:50% 55%;will-change:transform}.beezi-story__logo-crop .beezi-story__bee img{position:absolute;left:0;top:0;height:300px;width:auto;max-width:none;transform:translate(-51px,-28px)}@keyframes beezi-symbol-flight{0%,100%{transform:translate3d(0,4px,0) rotate(-1deg) scale(1)}30%{transform:translate3d(-7px,-7px,0) rotate(2deg) scale(1.025)}55%{transform:translate3d(5px,-13px,0) rotate(-2deg) scale(1.04)}78%{transform:translate3d(8px,-3px,0) rotate(1.5deg) scale(1.015)}}
@media(max-width:680px){.beezi-story__bee{width:175px;height:205px}.beezi-story__logo-crop .beezi-story__bee img{height:260px;transform:translate(-44px,-25px)}}
@media(prefers-reduced-motion:reduce){.beezi-story__bee{animation:none!important}}

/* Transparent, white story emblem */
.beezi-story__logo-crop,.beezi-story__logo-crop:hover{background:transparent;border-color:transparent;box-shadow:none}.beezi-story__logo-crop .beezi-story__bee img{filter:invert(1);mix-blend-mode:screen}

/* Dedicated high-resolution transparent emblem asset */
.beezi-story__logo-crop .beezi-story__bee img{position:static;display:block;width:100%;height:100%;object-fit:contain;max-width:100%;transform:none;filter:none;mix-blend-mode:normal}

/* Beezi-style best sellers */
.beezi-products{position:relative;overflow:hidden;margin:0;padding:125px 0 135px;background:#eff8ef}
.beezi-products:before,.beezi-products:after{content:'';position:absolute;z-index:0;left:-3%;width:106%;height:62px;background:#fff}
.beezi-products:before{top:-34px;border-radius:0 0 50% 50%/0 0 100% 100%;transform:rotate(-1deg)}
.beezi-products:after{bottom:-35px;border-radius:50% 50% 0 0/100% 100% 0 0;transform:rotate(-1deg)}
.beezi-products__inner{position:relative;z-index:1}
.beezi-products__heading{position:relative;display:block;text-align:center;margin-bottom:62px}
.beezi-products__heading 
.beezi-products__heading h2{font-size:58px;margin-top:-4px}
.beezi-products__heading .beezi-arrows{position:absolute;right:0;bottom:6px}
.beezi-products .beezi-product-grid{gap:22px;padding:12px 6px 34px}
.beezi-products .beezi-product-card{flex:0 0 calc((100% - 88px)/5);min-width:0;padding:10px 10px 22px;border-radius:10px;background:transparent;transition:background-color .38s ease,box-shadow .38s ease,transform .38s ease}
.beezi-products .beezi-product-card__image{height:275px;min-height:0;aspect-ratio:auto;padding:5px;background:transparent}
.beezi-products .beezi-product-card__image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 12px rgba(33,79,53,.12))}
.beezi-products .beezi-stars{margin-top:18px;font-size:16px;color:#ef9f1a;letter-spacing:1px}
.beezi-products .beezi-stars span{color:#d9e2df}
.beezi-products .beezi-product-card h3{min-height:52px;margin:9px 0 4px;font-family:Georgia,'Times New Roman',serif;font-size:19px;font-weight:400;line-height:1.35}
.beezi-products .beezi-product-card strong{display:block;color:#e9634d;font-size:17px;font-weight:500}
.beezi-product-card__actions{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;overflow:hidden;transition:grid-template-rows .38s ease,opacity .3s ease,margin-top .38s ease}
.beezi-product-card__actions>*{min-height:0}
.beezi-product-card__more{display:block;margin:0 auto 14px;padding:14px 13px;border-radius:7px;background:var(--bee-yellow);color:var(--bee-ink);font-family:Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:1.3px}
.beezi-product-card__actions span{display:block;color:#718287;font-size:11px;white-space:nowrap}
.beezi-products .beezi-product-card:hover,.beezi-products .beezi-product-card:focus-within{z-index:2;background:#fff;box-shadow:0 18px 42px rgba(33,79,53,.1);transform:translateY(-8px)}
.beezi-products .beezi-product-card:hover .beezi-product-card__actions,.beezi-products .beezi-product-card:focus-within .beezi-product-card__actions{grid-template-rows:1fr;opacity:1;margin-top:20px}
.beezi-products .beezi-product-card:hover .beezi-product-card__image img{transform:scale(1.055) translateY(-4px)}
@media(max-width:1150px){.beezi-products .beezi-product-card{flex-basis:calc((100% - 66px)/4)}.beezi-products .beezi-product-card__image{height:285px}}
@media(max-width:900px){.beezi-products{padding:100px 0 110px}.beezi-products .beezi-product-card{flex-basis:calc((100% - 22px)/2)}.beezi-products__heading .beezi-arrows{position:static;justify-content:center;margin-top:18px}}
@media(max-width:580px){.beezi-products .beezi-product-card{flex-basis:86%}.beezi-products .beezi-product-card__image{height:315px}.beezi-products__heading h2{font-size:43px}.beezi-products__heading }

/* Beezi-style category showcase and scroll flight */
.beezi-categories{position:relative;overflow:hidden;padding:90px 0 35px;background:#fff}.beezi-category-showcase{display:grid;grid-template-columns:250px minmax(0,1fr);gap:54px;align-items:center}.beezi-category-intro h2{font-size:56px;margin-bottom:38px}.beezi-category-all{background:transparent;border:1px solid var(--bee-ink);padding:16px 20px}.beezi-category-all:hover{border-color:var(--bee-ink)}.beezi-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.beezi-category-grid a{display:block;padding:0;border:0;border-radius:0;background:transparent;text-align:center;box-shadow:none!important;overflow:visible;transform:none}.beezi-category-grid figure{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1/1;margin:0 0 18px;isolation:isolate}.beezi-category-grid figure:before{content:'';position:absolute;z-index:-1;width:76%;height:78%;background:#fff0bd;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);transition:transform .45s cubic-bezier(.2,.75,.25,1.2),background-color .35s ease}.beezi-category-grid figure img{display:block;width:88%;height:90%;object-fit:contain;border-radius:0;transition:transform .5s cubic-bezier(.2,.7,.2,1);filter:drop-shadow(0 14px 12px rgba(33,79,53,.13))}.beezi-category-grid .beezi-category-soap figure img{width:83%;height:83%;mix-blend-mode:multiply}.beezi-category-grid h3{padding:0;font-family:Georgia,'Times New Roman',serif;font-size:23px;font-weight:400;line-height:1.2;margin:0;color:var(--bee-ink)}.beezi-category-grid h3 sup{color:#eeb700;font-family:Arial,sans-serif;font-size:11px;font-weight:800;top:-.8em}.beezi-category-grid a:hover{transform:none}.beezi-category-grid a:hover figure:before{transform:rotate(7deg) scale(1.06);background:#ffe89a}.beezi-category-grid a:hover figure img{transform:translateY(-10px) scale(1.055)}.beezi-category-flight{position:relative;width:min(1200px,100%);height:165px;margin:38px auto 0;overflow:visible}.beezi-category-flight svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.beezi-category-flight path{fill:none;stroke:#efb400;stroke-width:2;stroke-dasharray:7 8;stroke-linecap:round;stroke-dashoffset:280;opacity:.95}.beezi-category-flight img{position:absolute;left:0;top:0;width:82px;height:82px;object-fit:contain;offset-path:path('M 1180 40 C 980 15 920 135 730 85 C 560 45 510 140 330 100 C 180 65 100 125 20 110');offset-distance:0%;offset-rotate:0deg;opacity:0;filter:drop-shadow(0 8px 7px rgba(33,79,53,.15))}.beezi-category-flight.is-visible path{animation:beezi-dash-draw 4.8s ease-out forwards}.beezi-category-flight.is-visible img{animation:beezi-category-bee-flight 4.8s cubic-bezier(.2,.55,.25,1) forwards}@keyframes beezi-dash-draw{to{stroke-dashoffset:0}}@keyframes beezi-category-bee-flight{0%{offset-distance:0%;opacity:0;transform:scale(.75) rotate(-4deg)}8%{opacity:1}48%{transform:scale(1) rotate(4deg)}100%{offset-distance:100%;opacity:1;transform:scale(.82) rotate(-3deg)}}
@media(max-width:1100px){.beezi-category-showcase{grid-template-columns:1fr;gap:20px}.beezi-category-intro{text-align:center}.beezi-category-intro h2{margin-bottom:25px}.beezi-category-grid{grid-template-columns:repeat(2,1fr);max-width:820px;margin:auto}.beezi-category-flight{display:none}}@media(max-width:580px){.beezi-categories{padding:70px 0 25px}.beezi-category-grid{grid-template-columns:1fr 1fr;gap:24px 12px}.beezi-category-grid h3{font-size:17px}.beezi-category-grid figure{margin-bottom:10px}.beezi-category-intro h2{font-size:43px}}
@media(prefers-reduced-motion:reduce){.beezi-category-flight img{opacity:1;offset-distance:100%;animation:none!important}.beezi-category-flight path{stroke-dashoffset:0;animation:none!important}}

/* Honey benefits and newsletter */
.beezi-honey-benefits{position:relative;overflow:hidden;padding:110px 0 20px;background:#fff}.beezi-honey-benefits__inner{display:grid;grid-template-columns:1.05fr 1fr;gap:95px;align-items:center}.beezi-honey-benefits__visual{position:relative;min-height:650px}.beezi-honey-benefits__visual img{display:block;width:100%;height:650px;object-fit:cover;clip-path:polygon(12% 5%,40% 0,63% 7%,88% 2%,98% 25%,92% 48%,100% 72%,83% 95%,58% 91%,38% 100%,15% 91%,2% 68%,8% 43%,0 22%);filter:saturate(1.04);transition:transform .8s cubic-bezier(.2,.7,.2,1)}.beezi-honey-benefits__visual:after{content:'';position:absolute;left:38%;bottom:-28px;width:82px;height:115px;background:linear-gradient(#d99617,#8f5408);border-radius:8% 8% 50% 50%;filter:blur(.2px);clip-path:polygon(0 0,100% 0,82% 100%,22% 78%)}.beezi-honey-benefits__visual:hover img{transform:scale(.985) rotate(-.7deg)}.beezi-flower-sketch{position:absolute;z-index:-1;left:-35px;top:-65px;color:#dbe7e4;font-size:190px;line-height:1}.beezi-honey-benefits__content h2{font-size:58px;line-height:.98;margin:3px 0 34px}.beezi-honey-benefits__content>p{max-width:650px;color:#536d65;font-size:17px;line-height:1.75}.beezi-honey-benefits__list{display:grid;grid-template-columns:1fr 1fr;gap:34px 42px;margin:42px 0}.beezi-honey-benefits__list>div{display:flex;align-items:center;gap:17px}.beezi-honey-benefits__list i{display:grid;place-items:center;flex:0 0 57px;width:57px;height:57px;color:var(--bee-ink);background:var(--bee-yellow);font-style:normal;font-size:30px;clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%)}.beezi-honey-benefits__list strong{font-size:14px;line-height:1.4}.beezi-benefit-flight{position:relative;width:min(1400px,96%);height:160px;margin:45px auto 0}.beezi-benefit-flight svg{position:absolute;inset:0;width:100%;height:100%}.beezi-benefit-flight path,.beezi-newsletter-flight path{fill:none;stroke:#efb400;stroke-width:2;stroke-dasharray:7 8;stroke-linecap:round;stroke-dashoffset:340}.beezi-benefit-flight img{position:absolute;left:0;top:0;width:75px;height:75px;object-fit:contain;offset-path:path('M20 95 C170 20 300 35 430 95 C560 150 650 45 785 85 C930 130 1035 30 1190 78 C1280 105 1340 90 1380 60');offset-distance:0%;offset-rotate:0deg;opacity:0}.beezi-benefit-flight.is-visible path{animation:beezi-dash-draw 5.7s ease-out forwards}.beezi-benefit-flight.is-visible img{animation:beezi-benefit-bee 5.7s cubic-bezier(.2,.55,.25,1) forwards}@keyframes beezi-benefit-bee{0%{offset-distance:0%;opacity:0;transform:scale(.7)}8%{opacity:1}100%{offset-distance:100%;opacity:1;transform:scale(.9)}}
.beezi-newsletter{position:relative;overflow:hidden;margin-top:65px;padding:65px 0;background:#eff8ef}.beezi-newsletter__inner{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:center}.beezi-newsletter__copy{padding-left:100px}.beezi-newsletter__copy h2{margin:4px 0 0;font-size:25px;line-height:1.25}.beezi-newsletter__form{position:relative;z-index:2;display:flex;align-items:center;padding:8px;border:2px solid var(--bee-yellow);border-radius:12px;background:#fff}.beezi-newsletter__form input{flex:1;min-width:0;padding:15px 20px;border:0;outline:0;font-size:15px}.beezi-newsletter__form button{padding:17px 23px;border:0;border-radius:8px;background:var(--bee-yellow);color:var(--bee-ink);font-size:12px;font-weight:800;letter-spacing:1.4px;transition:background .3s,color .3s,transform .3s}.beezi-newsletter__form button:hover{background:var(--bee-ink);color:#fff;transform:translateY(-2px)}.beezi-newsletter-flight{position:absolute;left:-30px;top:-45px;width:360px;height:180px;pointer-events:none}.beezi-newsletter-flight svg{position:absolute;inset:0;width:100%;height:100%}.beezi-newsletter-flight img{position:absolute;left:0;top:0;width:58px;height:58px;object-fit:contain;offset-path:path('M325 20 C220 5 245 145 120 105 C45 80 105 20 25 55');offset-distance:0%;offset-rotate:0deg;opacity:0}.beezi-newsletter-flight.is-visible path{animation:beezi-dash-draw 3.8s ease-out forwards}.beezi-newsletter-flight.is-visible img{animation:beezi-newsletter-bee 3.8s ease-out forwards}@keyframes beezi-newsletter-bee{0%{offset-distance:0%;opacity:0;transform:scale(.65)}10%{opacity:1}100%{offset-distance:100%;opacity:1;transform:scale(.82)}}
@media(max-width:1020px){.beezi-honey-benefits__inner{grid-template-columns:1fr;gap:55px}.beezi-honey-benefits__visual{min-height:540px}.beezi-honey-benefits__visual img{height:540px}.beezi-honey-benefits__content{text-align:center}.beezi-honey-benefits__content>p{margin-inline:auto}.beezi-honey-benefits__list{text-align:left}.beezi-benefit-flight{display:none}.beezi-newsletter__inner{grid-template-columns:1fr;gap:28px;text-align:center}.beezi-newsletter__copy{padding-left:0}.beezi-newsletter-flight{opacity:.28}}
@media(max-width:580px){.beezi-honey-benefits{padding-top:70px}.beezi-honey-benefits__visual{min-height:390px}.beezi-honey-benefits__visual img{height:390px}.beezi-honey-benefits__content h2{font-size:43px}.beezi-honey-benefits__list{grid-template-columns:1fr;gap:22px}.beezi-newsletter{padding:55px 0}.beezi-newsletter__form{display:block}.beezi-newsletter__form button{width:100%}.beezi-newsletter__copy h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){.beezi-benefit-flight img,.beezi-newsletter-flight img{opacity:1;offset-distance:100%;animation:none!important}.beezi-benefit-flight path,.beezi-newsletter-flight path{stroke-dashoffset:0;animation:none!important}}

/* Honey-drip benefits artwork and illustrated benefit icons */
.beezi-honey-benefits__visual{isolation:isolate;min-height:0}
.beezi-honey-benefits__visual img{position:relative;z-index:2;width:100%;height:auto;object-fit:contain;clip-path:none;filter:none}
.beezi-honey-benefits__visual:hover img{transform:none}
.beezi-honey-benefits__visual:after{content:none}
.beezi-honey-benefits__list i{display:block;flex:0 0 66px;width:66px;height:66px;background:transparent;clip-path:none}
.beezi-honey-benefits__list i svg{display:block;width:100%;height:100%;overflow:visible}
.beezi-honey-benefits__list i svg .icon-fill{fill:#ffc400;stroke:#073f4d;stroke-width:2.2;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.beezi-honey-benefits__list i svg .icon-line{fill:none;stroke:#073f4d;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.beezi-honey-benefits__list i svg .icon-handle{fill:#e98a3d;stroke:#073f4d;stroke-width:2.2;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.beezi-honey-benefits__list i svg .icon-dot{fill:#fff;stroke:#073f4d;stroke-width:1.5}
@media(max-width:580px){.beezi-honey-benefits__list i{flex-basis:58px;width:58px;height:58px}}

/* Keep the Beezi category showcase neutral so the product cutouts stay crisp. */
.beezi-categories{background:#fff!important}

/* Beezi internal pages: category, search, product, editorial and forms */
.beezi-page-hero{position:relative;overflow:hidden;min-height:330px;padding:185px 0 65px;background:#eff8ef url('../../../image/catalog/cretanbee/category-products/honey.png') calc(100% - 9vw) 72%/310px auto no-repeat}.beezi-page-hero:after{content:'';position:absolute;left:-5%;right:-5%;bottom:-42px;height:72px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}.beezi-page-hero h1{max-width:68%;margin:0 0 13px;color:var(--bee-ink);font-family:Georgia,'Times New Roman',serif;font-size:58px;line-height:1}.beezi-page-hero .breadcrumb,.beezi-product-top .breadcrumb{margin:0;padding:0;background:none}.beezi-page-hero .breadcrumb-item,.beezi-product-top .breadcrumb-item{font-size:12px;color:#778b82}.beezi-catalog-page,.beezi-text-page,.beezi-contact-page,.beezi-return-page,.beezi-product-page{padding-top:65px;padding-bottom:110px}.beezi-catalog-page>#content,.beezi-catalog-page .row>#content{min-width:0}.beezi-catalog-page #column-left{padding-right:28px}.beezi-catalog-page #column-left>div,.beezi-catalog-page #column-left .list-group{overflow:hidden;padding:24px 18px;background:#eff8ef;border:0;border-radius:8px}.beezi-catalog-page #column-left .list-group-item{padding:10px 4px;border:0;border-bottom:1px solid #dce9df;background:transparent;color:#496159}.beezi-catalog-page #display-control,.beezi-catalog-page #content>.row:has(#compare-total){align-items:center;margin-bottom:32px;padding:12px 8px;border:1px solid #dfe8e1;border-radius:6px}.beezi-catalog-page #compare-total{background:transparent;border:0;color:var(--bee-ink);font-size:12px}.beezi-catalog-page .input-group-text,.beezi-catalog-page .form-select{border-color:#dfe8e1;background:#fff;font-size:12px}.beezi-catalog-page #product-list{row-gap:34px}.beezi-catalog-page .product-thumb{height:100%;border:0;background:#fff;text-align:center;transition:transform .35s,box-shadow .35s}.beezi-catalog-page .product-thumb:hover{z-index:2;transform:translateY(-8px);box-shadow:0 18px 42px rgba(33,79,53,.1)}.beezi-catalog-page .product-thumb .image{height:270px;padding:12px}.beezi-catalog-page .product-thumb .image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 10px rgba(33,79,53,.1));transition:transform .4s}.beezi-catalog-page .product-thumb:hover .image img{transform:scale(1.06)}.beezi-catalog-page .product-thumb .description{padding:8px 12px 18px}.beezi-catalog-page .product-thumb .description h4{min-height:48px;margin:4px 0 7px;font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:400;line-height:1.35}.beezi-catalog-page .product-thumb .description>p,.beezi-catalog-page .price-tax{display:none}.beezi-catalog-page .product-thumb .price{color:#e9634d;font-size:15px}.beezi-catalog-page .product-thumb .rating{margin:8px 0;color:#e9a400}.beezi-catalog-page .product-thumb .button{justify-content:center;opacity:0;transform:translateY(8px);transition:.3s}.beezi-catalog-page .product-thumb:hover .button{opacity:1;transform:none}.beezi-catalog-page .product-thumb .button button{flex:0 0 42px;height:42px;background:var(--bee-yellow);border:0;color:var(--bee-ink)}
.beezi-product-top{min-height:155px;padding:105px 0 28px;background:#eff8ef}.beezi-product-page>.row>#content{max-width:1200px;margin:auto}.beezi-product-page #content>.row.mb-3{align-items:center;gap:55px;margin-bottom:75px!important}.beezi-product-page #content>.row.mb-3>.col-sm{min-width:0}.beezi-product-page .magnific-popup{text-align:center}.beezi-product-page .magnific-popup>a:first-child img{width:100%;max-width:570px;height:560px;object-fit:contain;border:0;background:#fff;filter:drop-shadow(0 22px 24px rgba(33,79,53,.12))}.beezi-product-page .magnific-popup>div{display:flex;justify-content:center;gap:12px;margin-top:18px}.beezi-product-page .magnific-popup>div img{width:82px;height:82px;object-fit:contain;border:2px solid var(--bee-yellow)}.beezi-product-page h1{font-family:Georgia,'Times New Roman',serif;font-size:46px;line-height:1.05;color:var(--bee-ink)}.beezi-product-page .rating{color:#e9a400}.beezi-product-page .price-new{color:#e9634d;font-size:26px}.beezi-product-page #button-cart{min-width:220px;background:var(--bee-yellow);border-color:var(--bee-yellow);color:var(--bee-ink);font-size:13px;font-weight:800;letter-spacing:1px}.beezi-product-page .nav-tabs{justify-content:center;border:0}.beezi-product-page .nav-tabs .nav-link{border:0;border-bottom:3px solid transparent;color:var(--bee-ink);font-family:Georgia,serif;font-size:18px}.beezi-product-page .nav-tabs .nav-link.active{border-bottom-color:var(--bee-yellow)}.beezi-product-page .tab-content{padding:30px 38px;border:1px solid #dfe8e1;border-radius:12px;line-height:1.75}.beezi-product-page #tab-description img{max-width:100%;height:auto}
.beezi-text-page #content{max-width:980px;margin:auto;padding:55px 70px;background:#fff;box-shadow:0 20px 55px rgba(33,79,53,.08);font-size:17px;line-height:1.85}.beezi-text-page #content h2,.beezi-text-page #content h3{margin-top:35px;color:var(--bee-ink);font-family:Georgia,serif}.beezi-text-page #content img{max-width:100%;height:auto;border-radius:10px}.beezi-contact-page #content,.beezi-return-page #content{max-width:1050px;margin:auto}.beezi-contact-page .card{border:0;background:#eff8ef;border-radius:12px}.beezi-contact-page .card-body{padding:35px}.beezi-contact-page #form-contact,.beezi-return-page #form-return{margin-top:55px;padding:42px;background:#fff;border:1px solid #dfe8e1;border-radius:12px;box-shadow:0 20px 50px rgba(33,79,53,.08)}.beezi-contact-page legend,.beezi-return-page legend{margin-bottom:28px;color:var(--bee-ink);font-family:Georgia,serif;font-size:32px}.beezi-contact-page .form-control,.beezi-return-page .form-control,.beezi-return-page .form-select{min-height:48px;border-color:#d6e4da}.beezi-contact-page textarea.form-control{min-height:190px}.beezi-contact-page .btn-primary,.beezi-return-page .btn-primary{padding:14px 28px;background:var(--bee-yellow);border-color:var(--bee-yellow);color:var(--bee-ink);font-weight:800}
@media(max-width:1020px){.beezi-page-hero{min-height:280px;padding-top:165px;background-size:230px}.beezi-page-hero h1{font-size:46px}.beezi-catalog-page .product-thumb .image{height:240px}.beezi-product-page #content>.row.mb-3{gap:20px}.beezi-product-page .magnific-popup>a:first-child img{height:440px}}
@media(max-width:680px){.beezi-page-hero{min-height:245px;padding:145px 0 48px;background-image:none}.beezi-page-hero h1{max-width:100%;font-size:38px}.beezi-catalog-page,.beezi-text-page,.beezi-contact-page,.beezi-return-page,.beezi-product-page{padding-top:40px;padding-bottom:70px}.beezi-catalog-page #product-list{--bs-columns:1}.beezi-catalog-page .product-thumb .image{height:310px}.beezi-product-page #content>.row.mb-3{display:block}.beezi-product-page .magnific-popup>a:first-child img{height:380px}.beezi-product-page h1{font-size:36px}.beezi-product-page .tab-content,.beezi-text-page #content,.beezi-contact-page #form-contact,.beezi-return-page #form-return{padding:25px 20px}.beezi-contact-page .row.mb-3,.beezi-return-page .row.mb-3{display:block}.beezi-contact-page .col-sm-2,.beezi-return-page .col-sm-2{width:100%}.beezi-contact-page .col-sm-10,.beezi-return-page .col-sm-10{width:100%}}

/* Category-controlled banner image and vertical product gallery */
.beezi-page-hero--category{background-image:none}.beezi-page-hero__image{position:absolute;z-index:1;right:max(6vw,60px);top:52%;width:290px;height:235px;object-fit:contain;transform:translateY(-45%);filter:drop-shadow(0 18px 18px rgba(33,79,53,.14))}.beezi-page-hero>.beezi-shell{position:relative;z-index:2}.beezi-product-page.container{width:min(1540px,calc(100% - 60px));max-width:1540px}.beezi-product-page #content>.row.mb-3{grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr);display:grid;gap:75px}.beezi-product-gallery{display:grid;grid-template-columns:105px minmax(0,1fr);gap:24px;align-items:center}.beezi-product-gallery--single{grid-template-columns:minmax(0,1fr)}.beezi-product-gallery__thumbs{display:flex!important;flex-direction:column;justify-content:center;gap:14px;margin:0!important}.beezi-product-page .beezi-product-gallery__thumbs a{display:block}.beezi-product-page .beezi-product-gallery__thumbs img{display:block;width:92px!important;height:92px!important;margin:0;object-fit:contain;border:2px solid #dfe8e1!important;background:#fff;transition:border-color .25s,transform .25s}.beezi-product-page .beezi-product-gallery__thumbs a:hover img{border-color:var(--bee-yellow)!important;transform:translateX(5px)}.beezi-product-gallery__main{display:block;min-width:0}.beezi-product-page .beezi-product-gallery__main img{width:100%!important;max-width:none!important;height:620px!important;margin:0;object-fit:contain;border:0!important;background:#fff;filter:drop-shadow(0 22px 24px rgba(33,79,53,.12))}.beezi-product-gallery--single .beezi-product-gallery__main{max-width:720px;margin:auto}
@media(max-width:1020px){.beezi-page-hero__image{right:30px;width:220px;height:190px}.beezi-product-page #content>.row.mb-3{grid-template-columns:1fr;gap:45px}.beezi-product-page .beezi-product-gallery__main img{height:540px!important}}
@media(max-width:680px){.beezi-page-hero__image{display:none}.beezi-product-page.container{width:min(100% - 28px,1540px)}.beezi-product-gallery{grid-template-columns:1fr}.beezi-product-gallery__thumbs{order:2;flex-direction:row;justify-content:flex-start;overflow-x:auto}.beezi-product-page .beezi-product-gallery__thumbs img{width:78px!important;height:78px!important}.beezi-product-page .beezi-product-gallery__main img{height:400px!important}}

/* Header glass background and spacing correction */
.beezi-header{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 7px 24px rgba(33,79,53,.08)}
.beezi-header__inner{grid-template-columns:auto minmax(0,1fr) auto}
.beezi-header__inner>.beezi-nav{justify-self:stretch;justify-content:center}
.beezi-help{display:none!important}
.beezi-header.is-scrolled{background:rgba(255,255,255,.92)!important}

/* Wide site chrome: utility bar, main navigation and footer */
.beezi-utility>.beezi-shell,.beezi-header>.beezi-shell,.beezi-footer>.beezi-shell{width:min(1800px,calc(100% - 80px));max-width:1800px}
@media(max-width:1020px){.beezi-utility>.beezi-shell,.beezi-header>.beezi-shell,.beezi-footer>.beezi-shell{width:calc(100% - 40px)}}
@media(max-width:680px){.beezi-utility>.beezi-shell,.beezi-header>.beezi-shell,.beezi-footer>.beezi-shell{width:calc(100% - 28px)}}

/* Page clearance below the absolute header and refreshed breadcrumbs */
main>.container:not(.beezi-catalog-page):not(.beezi-text-page):not(.beezi-contact-page):not(.beezi-return-page):not(.beezi-product-page){padding-top:185px}
.beezi-product-top{min-height:195px;padding:165px 0 24px}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:0 0 28px;padding:10px 14px;border:1px solid #d8e7dc;border-radius:10px;background:rgba(255,255,255,.82);box-shadow:0 8px 24px rgba(33,79,53,.055)}
.breadcrumb>li.breadcrumb-item{display:flex;align-items:center;padding:0;position:static;color:#6e8276;font-size:13px;text-shadow:none;white-space:normal}
.breadcrumb>li.breadcrumb-item:after{content:none}
.breadcrumb>li.breadcrumb-item+li:before{content:'›';padding:0 3px 0 0;color:#e4ab00;font-size:20px;line-height:1}
.breadcrumb>li.breadcrumb-item>a{display:inline-flex;align-items:center;min-height:28px;padding:3px 7px;border-radius:6px;color:inherit;text-decoration:none;transition:background-color .2s,color .2s}
.breadcrumb>li.breadcrumb-item>a:hover{background:#eff8ef;color:var(--bee-ink)}
.breadcrumb>li.breadcrumb-item:last-child>a{color:var(--bee-ink);font-weight:700}
.beezi-page-hero .breadcrumb,.beezi-product-top .breadcrumb{padding:10px 14px;background:rgba(255,255,255,.78)}
@media(max-width:680px){main>.container:not(.beezi-catalog-page):not(.beezi-text-page):not(.beezi-contact-page):not(.beezi-return-page):not(.beezi-product-page){padding-top:155px}.beezi-product-top{min-height:165px;padding:135px 0 18px}.breadcrumb{margin-bottom:20px;padding:8px 10px}.breadcrumb>li.breadcrumb-item{font-size:12px}}

/* Cart and checkout panels */
main:has(>#checkout-cart),main:has(>#checkout-checkout){min-height:70vh;background:#f2f7f3}
#checkout-cart,#checkout-checkout{padding-bottom:90px}
#checkout-cart .breadcrumb,#checkout-checkout .breadcrumb{margin-bottom:30px;background:#fff}
.beezi-checkout-card,#checkout-checkout #checkout-register,#checkout-checkout #checkout-payment-address,#checkout-checkout #checkout-shipping-address,#checkout-checkout #checkout-shipping-method,#checkout-checkout #checkout-payment-method,#checkout-checkout #checkout-confirm{margin-bottom:24px;padding:30px;border:1px solid #dce9df;border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(33,79,53,.07)}
.beezi-checkout-card h1,#checkout-checkout h1{margin:0 0 24px;font-family:Georgia,'Times New Roman',serif;color:var(--bee-ink)}
.beezi-cart-summary #output-cart{overflow:hidden;border:1px solid #e0e9e2;border-radius:10px}
.beezi-cart-summary .table{margin:0;background:#fff}
.beezi-cart-summary .table>:not(caption)>*>*{padding:15px 14px;border-color:#e0e9e2;vertical-align:middle}
.beezi-cart-summary .table thead th{background:#eff8ef;color:var(--bee-ink);font-size:13px}
.beezi-cart-summary .img-thumbnail{width:70px;height:70px;object-fit:contain;border-color:#e0e9e2}
.beezi-cart-summary #checkout-total tr:last-child td{background:#fff9e6;color:var(--bee-ink);font-size:17px}
.beezi-cart-options h2{margin:0 0 8px;font-family:Georgia,'Times New Roman',serif;color:var(--bee-ink)}
.beezi-cart-options>p{margin-bottom:22px;color:#607968}
.beezi-cart-options .accordion{overflow:hidden;border:1px solid #dce9df;border-radius:9px}
.beezi-cart-options .accordion-item{border:0;border-bottom:1px solid #dce9df}
.beezi-cart-options .accordion-item:last-child{border-bottom:0}
.beezi-cart-actions{align-items:center;margin:0!important}
.beezi-cart-actions .btn{min-width:170px;padding:12px 20px;border-radius:7px;font-weight:700}
.beezi-cart-actions .btn-primary{background:var(--bee-yellow);border-color:var(--bee-yellow);color:var(--bee-ink)}
#checkout-checkout>#content,#checkout-checkout .row>#content{min-width:0}
#checkout-checkout #content>h1{padding:0 4px}
#checkout-checkout .card{border-color:#dce9df;border-radius:10px}
#checkout-checkout .card-header{background:#eff8ef;color:var(--bee-ink);font-weight:700}
#checkout-checkout .form-control,#checkout-checkout .form-select{min-height:44px;border-color:#d5e3d8}
@media(max-width:680px){#checkout-cart,#checkout-checkout{padding-bottom:55px}.beezi-checkout-card,#checkout-checkout #checkout-register,#checkout-checkout #checkout-payment-address,#checkout-checkout #checkout-shipping-address,#checkout-checkout #checkout-shipping-method,#checkout-checkout #checkout-payment-method,#checkout-checkout #checkout-confirm{padding:18px;border-radius:10px}.beezi-cart-summary{padding:14px}.beezi-cart-summary #output-cart{border:0;border-radius:0}.beezi-cart-actions{gap:12px}.beezi-cart-actions .col{flex:1 0 100%;text-align:center!important}.beezi-cart-actions .btn{width:100%}}

/* Clear add-to-cart notification with explicit actions */
#alert:has(.beezi-cart-notice){top:20%;width:min(680px,calc(100% - 32px));margin-left:0;transform:translateX(-50%)}
#alert .alert-success:has(.beezi-cart-notice){display:flex;align-items:flex-start;gap:16px;padding:24px 52px 24px 24px;border:1px solid #b9d9c4;border-radius:14px;background:#fff;color:var(--bee-ink);box-shadow:0 22px 65px rgba(23,59,40,.2)}
#alert .alert-success:has(.beezi-cart-notice)>i{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#337a4f;color:#fff;font-size:18px}
#alert .alert-success:has(.beezi-cart-notice)>.btn-close{top:18px;right:18px}
.beezi-cart-notice{display:grid;flex:1;gap:7px;min-width:0;line-height:1.45}
.beezi-cart-notice>strong{font-family:Georgia,'Times New Roman',serif;font-size:23px;color:var(--bee-ink)}
.beezi-cart-notice__product{color:#285f3d;font-weight:800;text-decoration:underline;text-decoration-color:#ffc400;text-decoration-thickness:2px;text-underline-offset:3px}
.beezi-cart-notice__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.beezi-cart-notice__actions a,.beezi-cart-notice__actions button{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:10px 18px;border-radius:7px;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}
.beezi-cart-notice__cart{border:1px solid #ffc400;background:#ffc400;color:#173b28!important}
.beezi-cart-notice__actions button{border:1px solid #337a4f;background:#fff;color:#285f3d}
.beezi-cart-notice__actions a:hover{background:#e4ae00}.beezi-cart-notice__actions button:hover{background:#eff8ef}
@media(max-width:580px){#alert:has(.beezi-cart-notice){top:12%}#alert .alert-success:has(.beezi-cart-notice){gap:11px;padding:19px 42px 19px 16px}#alert .alert-success:has(.beezi-cart-notice)>i{flex-basis:34px;width:34px;height:34px}.beezi-cart-notice>strong{font-size:20px}.beezi-cart-notice__actions{display:grid}.beezi-cart-notice__actions a,.beezi-cart-notice__actions button{width:100%}}

/* Back to top */
.beezi-go-top{position:fixed;z-index:50;right:28px;bottom:28px;display:grid;place-items:center;width:52px;height:52px;padding:0;border:2px solid #ffc400;border-radius:50%;background:#173b28;color:#fff;font-size:17px;box-shadow:0 12px 30px rgba(23,59,40,.26);opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .3s,visibility .3s,transform .3s,background-color .25s,color .25s}
.beezi-go-top.is-visible{opacity:1;visibility:visible;transform:none}
.beezi-go-top:hover,.beezi-go-top:focus-visible{background:#ffc400;color:#173b28;transform:translateY(-4px)}
@media(max-width:680px){.beezi-go-top{right:16px;bottom:16px;width:46px;height:46px}}
.beezi-hero:before{background-image:url('../../../image/catalog/cretanbee/beezi-hero-green.png')!important}

/* Utility topbar and category navigation */
.beezi-utility{display:block!important;position:relative;z-index:30;height:40px;background:#f5f5f3;border-top:6px solid #263038;color:#7d8587;font-size:12px}.beezi-utility__inner{display:flex;align-items:center;justify-content:space-between;height:34px}.beezi-utility ul{display:flex;align-items:center;gap:18px;margin:0;padding:0;list-style:none}.beezi-utility li{margin:0}.beezi-utility .dropdown{display:inline-block}.beezi-utility button,.beezi-utility .btn{border:0!important;background:transparent!important;color:#7d8587!important;padding:0!important;font-size:12px}.beezi-utility a{color:#7d8587}.beezi-utility a:hover{color:var(--bee-ink)}.beezi-utility__links i{color:#7d8587}.beezi-header{top:40px}.beezi-header.is-scrolled{top:0}.beezi-nav{gap:15px;font-size:13px;white-space:nowrap}.beezi-nav>a,.beezi-nav__dropdown>a{position:relative;padding:12px 0}.beezi-nav>a:after,.beezi-nav__dropdown>a:after{content:'';position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--bee-yellow);transition:right .3s ease}.beezi-nav>a:hover:after,.beezi-nav__dropdown:hover>a:after{right:0}.beezi-nav__dropdown{position:relative}.beezi-nav__dropdown>b,.beezi-nav__dropdown>a b{font-size:12px}.beezi-nav__dropdown>span{position:absolute;z-index:35;top:100%;left:-18px;display:grid;min-width:205px;padding:9px 0;background:#fff;box-shadow:0 16px 35px rgba(20,55,36,.16);border-top:3px solid var(--bee-yellow);border-radius:0 0 7px 7px;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s,transform .25s,visibility .25s}.beezi-nav__dropdown:hover>span,.beezi-nav__dropdown:focus-within>span{opacity:1;visibility:visible;transform:none}.beezi-nav__dropdown>span a{padding:10px 18px;color:#50635a;font-weight:500}.beezi-nav__dropdown>span a:hover{background:#eff8ef;color:var(--bee-ink)}.beezi-nav__dropdown>span a:last-child{border-top:1px solid #dfe8e1;color:var(--bee-ink);font-weight:800}.beezi-nav__offer{color:#e76a55!important}
.beezi-utility__selectors,.beezi-utility__links{display:flex!important;align-items:center;gap:18px;margin:0;padding:0;list-style:none}.beezi-utility .dropdown-menu{display:none!important;position:absolute;min-width:185px;margin-top:7px;padding:7px 0;list-style:none;background:#fff;border:1px solid #d8dfda;border-radius:5px;box-shadow:0 12px 28px rgba(33,79,53,.14)}.beezi-utility .dropdown-menu.show{display:block!important}.beezi-utility .dropdown-menu li{display:block!important;width:100%;margin:0}.beezi-utility .dropdown-menu .dropdown-item{display:block;width:100%;padding:9px 15px;white-space:nowrap}.beezi-utility .dropdown-menu .dropdown-item:hover{background:#eff8ef}
@media(max-width:1280px){.beezi-help{display:none}.beezi-header__inner{grid-template-columns:auto 1fr auto;gap:22px}.beezi-nav{gap:11px;font-size:12px}}
@media(max-width:1020px){.beezi-utility__selectors{display:none!important}.beezi-utility__inner{justify-content:flex-end}.beezi-utility__links li:nth-child(n+4){display:none}.beezi-nav{top:92px!important;align-items:stretch!important;justify-content:flex-start!important;white-space:normal}.beezi-nav__dropdown>span{position:static;display:grid;visibility:visible;opacity:1;transform:none;box-shadow:none;border:0;border-left:3px solid var(--bee-yellow);margin:4px 0 5px 12px}.beezi-nav a{padding:9px 5px}.beezi-header.is-scrolled .beezi-nav{top:68px!important}}
@media(max-width:680px){.beezi-utility__links li:not(:first-child){display:none}.beezi-utility{height:36px}.beezi-utility__inner{height:30px;justify-content:center}.beezi-header{top:36px}}

/* Three-column Cretan Bee footer */
.beezi-footer{padding:90px 0 24px!important;background:#173b28!important;color:#a9c2b1}.beezi-footer__grid{display:grid;grid-template-columns:1.15fr 1.25fr .8fr;gap:0}.beezi-footer__grid>div{min-height:400px;padding:10px 60px}.beezi-footer__grid>div+div{border-left:1px dashed rgba(255,255,255,.25)}.beezi-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding-left:0!important}.beezi-footer h5{margin:0 0 22px;color:var(--bee-yellow);font-size:14px;font-weight:800;letter-spacing:.7px}.beezi-footer ul{list-style:none;margin:0;padding:0}.beezi-footer li{margin:0 0 13px}.beezi-footer a{color:#a9c2b1;text-decoration:none;transition:color .25s,transform .25s}.beezi-footer a:hover{color:var(--bee-yellow)}.beezi-footer__center{text-align:center}.beezi-footer__logo{display:inline-block;margin:0 0 30px}.beezi-footer__logo img{display:block;width:240px;max-width:100%;height:auto;filter:brightness(0) invert(1)}.beezi-footer__center h4{margin:0 0 25px;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:22px}.beezi-footer__center p{max-width:390px;margin:0 auto 35px;line-height:1.65}.beezi-footer__center>span{display:block;color:#fff;font-size:14px}.beezi-footer__phone{display:block!important;margin:16px 0 34px;color:#ff6758!important;font-size:25px;font-weight:800}.beezi-footer__social{display:flex;justify-content:center;gap:12px}.beezi-footer__social a{display:grid;place-items:center;width:48px;height:48px;background:#102f21;color:#fff!important;font-size:21px;clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%)}.beezi-footer__social a:hover{background:var(--bee-yellow);color:#173b28!important;transform:translateY(-5px)}.beezi-footer__contact{padding-right:0!important}.beezi-footer__contact>strong{display:block;margin:38px 0 5px;color:#fff}.beezi-footer__contact p{line-height:1.55}.beezi-footer__contact>a{display:inline-block;padding-bottom:4px;border-bottom:1px solid var(--bee-yellow)}.beezi-footer__hours{display:grid;gap:5px;margin-top:72px}.beezi-footer__hours strong{color:#fff}.beezi-footer__bottom{display:flex;justify-content:space-between;gap:25px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}.beezi-footer__bottom p{display:inline;margin:0}
@media(max-width:1020px){.beezi-footer__grid{grid-template-columns:1fr 1fr}.beezi-footer__center{grid-row:1;grid-column:1/-1;min-height:auto!important;border-left:0!important;border-bottom:1px dashed rgba(255,255,255,.25);margin-bottom:45px;padding-bottom:50px!important}.beezi-footer__links{padding-left:25px!important}.beezi-footer__contact{padding-right:25px!important}.beezi-footer__hours{margin-top:45px}}
@media(max-width:680px){.beezi-footer{padding-top:65px!important}.beezi-footer__grid{grid-template-columns:1fr}.beezi-footer__grid>div{min-height:auto;padding:38px 10px!important;border-left:0!important;border-bottom:1px dashed rgba(255,255,255,.22)}.beezi-footer__center{grid-column:auto;grid-row:auto;order:-1;margin:0}.beezi-footer__links{grid-template-columns:1fr 1fr;gap:25px}.beezi-footer__contact{text-align:center}.beezi-footer__hours{margin-top:35px}.beezi-footer__bottom{display:block;text-align:center}.beezi-footer__bottom span{display:block;margin:5px 0}}

/* Green slider artwork trial */
.beezi-hero{background-image:url('../../../image/catalog/cretanbee/beezi-hero-green.png')}

/* Green palette trial — restore point: restore-points/before-green-palette-2026-08-29 */
:root{--bee-ink:#214f35;--bee-blue:#eff8ef;--bee-line:#d3e6d7}.beezi-hero{background-color:#eff8ef}.beezi-header.is-scrolled{background:rgba(239,248,239,.94);box-shadow:0 8px 30px rgba(33,79,53,.1)}.beezi-categories{background:#eff8ef}.beezi-story{background:#24583b}.beezi-story p{color:#d4e8d8}.beezi-benefits p{color:#607968}.beezi-category-grid small{color:#718578}.beezi-product-card__reviews{color:#607968}.beezi-story__mark{color:#fff}footer{background:#173b28}.beezi-feature:hover,.beezi-category-grid a:hover{box-shadow:0 22px 45px rgba(33,79,53,.1)}.beezi-collection-grid article:hover{box-shadow:0 24px 55px rgba(33,79,53,.16)}.beezi-product-card__add:hover{box-shadow:0 10px 22px rgba(33,79,53,.2)}.beezi-editorial-card:after{background:linear-gradient(145deg,transparent 55%,rgba(33,79,53,.45))}.btn-primary{background-color:#337a4f;border-color:#2c6c45}.btn-primary:hover,.btn-primary:focus{background-color:#285f3d;border-color:#245638}.btn-info{background-color:#4b9164;border-color:#43835a}a{--bs-link-color-rgb:33,79,53;--bs-link-hover-color-rgb:40,95,61}

/* Shared pre-title label used by every homepage section and hero slide. */
.beezi-kicker,.beezi-collection-grid .beezi-kicker{display:block;margin:0 0 10px;color:#dea900;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;transform:none}

/* Newsletter bee path: positioned entirely below the email input. */
.beezi-newsletter-flight{left:44%;right:0;top:82px;width:auto;height:82px;opacity:1}
.beezi-newsletter-flight img{width:48px;height:48px;offset-path:path('M20 45 C145 95 230 10 350 52 C470 92 560 18 660 55')}
@media(max-width:1020px){.beezi-newsletter-flight{position:relative;grid-column:1;left:auto;right:auto;top:auto;width:100%;height:90px;margin-top:-12px;opacity:1}}

/* Dark-green utility bar with a clear, accessible light text palette. */
#top.beezi-utility{margin-bottom:0;padding-bottom:0;background:#214f35;border-top-color:#173b28;border-bottom-color:#2f6748;color:#f3f8f4}
#top.beezi-utility a,#top.beezi-utility button,#top.beezi-utility .btn,#top.beezi-utility .dropdown>span{color:#f3f8f4!important}
#top.beezi-utility .beezi-utility__links i{color:#ffc400}
#top.beezi-utility a:hover,#top.beezi-utility button:hover,#top.beezi-utility .dropdown-toggle:hover{color:#ffc400!important}
#top.beezi-utility .dropdown-menu{background:#fff;border-color:#d3e6d7}
#top.beezi-utility .dropdown-menu .dropdown-item{color:#214f35!important}
#top.beezi-utility .dropdown-menu .dropdown-item:hover{background:#eff8ef;color:#173b28!important}

/* Homepage category hexagons and count badges. */
.beezi-category-grid figure:before{
  content:'';
  position:absolute;
  z-index:-1;
  width:90%;
  max-width:220px;
  height:88%;
  max-height:180px;
  margin-top:-60px;
  background:#124f2f;
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  transition:transform .45s cubic-bezier(.2,.75,.25,1.2),background-color .35s ease;
}
.beezi-category-grid h3 sup{
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:13px;
  font-weight:400;
  letter-spacing:1px;
  border:1px solid #0c3520;
  border-radius:80px;
  padding:20px 10px;
  display:flow;
  max-width:42px;
  max-height:42px;
  width:100%;
  height:150px;
  background:#124f2f;
  margin:10px auto;
  box-shadow:3px 3px 6px #0000004a;
}
.beezi-category-grid a:hover figure:before{
  transform:rotate(7deg) scale(1.06);
  background:#dea9000f;
}
.beezi-category-grid h3{
  position:relative;
  z-index:0;
  isolation:isolate;
  width:max-content;
  max-width:100%;
  margin:-6px auto 0;
  padding:7px 13px;
  overflow:hidden;
  border-radius:5px;
  transition:color .35s ease,transform .35s ease,box-shadow .35s ease;
}
.beezi-category-grid h3:before{
  content:'';
  position:absolute;
  z-index:-1;
  inset:0;
  background:var(--bee-yellow);
  transform:translateX(-105%) skewX(-12deg);
  transform-origin:left;
  transition:transform .38s cubic-bezier(.2,.7,.2,1);
}
.beezi-category-grid a:hover h3,
.beezi-category-grid a:focus-visible h3{
  color:var(--bee-ink);
  transform:translateY(-3px);
  box-shadow:0 8px 18px rgba(33,79,53,.16);
}
.beezi-category-grid a:hover h3:before,
.beezi-category-grid a:focus-visible h3:before{
  transform:translateX(0) skewX(0);
}

/* Dark-green section palette: high-contrast text with light hover cards. */
.beezi-products.beezi-section--green{background:radial-gradient(circle at 50% 42%,#287649 0%,#185d38 55%,#104a2c 100%)}
.beezi-section--green .beezi-heading h2{color:#fff}
.beezi-section--green .beezi-product-card h3,.beezi-section--green .beezi-product-card h3 a{color:#f3f8f4}
.beezi-section--green .beezi-product-card strong{color:#ffc400}
.beezi-section--green .beezi-stars{color:#ffc400}
.beezi-section--green .beezi-stars span{color:#8fb49b}
.beezi-section--green .beezi-product-card__actions span{color:#d1e4d6}
.beezi-section--green .beezi-arrows button{border-color:rgba(255,255,255,.3);color:#fff}
.beezi-section--green .beezi-arrows button:hover{border-color:#ffc400;color:#214f35}
.beezi-section--green .beezi-product-card:hover h3,.beezi-section--green .beezi-product-card:hover h3 a,.beezi-section--green .beezi-product-card:focus-within h3,.beezi-section--green .beezi-product-card:focus-within h3 a{color:#214f35}
.beezi-section--green .beezi-product-card:hover strong,.beezi-section--green .beezi-product-card:focus-within strong{color:#e9634d}
.beezi-section--green .beezi-product-card:hover .beezi-product-card__actions span,.beezi-section--green .beezi-product-card:focus-within .beezi-product-card__actions span{color:#607968}
