/* 20250712033340 - v2 */
.gui,
.gui-block-linklist li a {
  color: #000000;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #4336c4;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #4336c4;
  box-shadow: 0 0 2px #4336c4;
}

.gui-select.gui-focus .gui-handle {
  border-color: #4336c4;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #ffffff;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #000000;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ffffff;
  background-color: #ffffff;
}

.gui-block-option-block {
  border-color: #ffffff;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #ffffff;
}

.gui ul.gui-products li {
  border-color: #ffffff;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #ffffff;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #ffffff;
}

.gui-block-content .gui-table {
  border-color: #ffffff;
}

.gui-table thead tr th {
  border-color: #ffffff;
  background-color: #ffffff;
}

.gui-table tbody tr td {
  border-color: #ffffff;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #cccccc;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #cccccc;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #ffffff;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #ffffff;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #ffffff;
}

/* custom */
.featured-categories-section .featured-cat-img img {
    max-width: 100%;
}
.featured-categories-section {
    padding-bottom: 30px;
}
.featured-cat-img {
    position: relative;
}

.blog .js-powrMark .pad-m .pad-top-l .powrMark .text-center {
  	display: none;
}

.featured-cat-img .link.button.button-arrow {
    position: absolute;
    bottom: 40px;
    left: 30px;
/*     color: #fff; */
}

/* .featured-cat-img .link.button.button-arrow:after {
    background-image: url("https://cdn.shoplightspeed.com/shops/640198/themes/13368/assets/arrow-right-white.svg");
} */

.category-shop-now {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}

.category-shop-now button {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 14px;
    background-color: #141414;
    border: none;
    padding: 8px 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.product-label .label-new {
 		background-color: #000; 
}

.brands {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.brands .brand {
    margin: 0px;
    width: 33.3%;
    padding: 0px 15px;
    margin-bottom: 15px;
    background: transparent;
    line-height: normal;
    max-width: 100%;
    align-items: center;
}

.brands .brand a {
    opacity: 1;
    /*background: #ebebeb;*/
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
}

.brands .brand .brand-placeholder {
    line-height: normal;
    padding: 0;
    background: transparent;
}

.category-shop-now button:hover {background-color: #3B3B3B;}



.steps-row {
    display: flex;
  flex-wrap: wrap;

}

.title {
    text-align: center;
}

.steps-1-4 {
    min-width: 288px;
    max-width: 22vw;
    margin: 0 auto;
    text-align: center;
}

.extra-info {
   display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 40vw;
    margin: auto;
    text-align: center;
}


.email-link-compose {
	text-decoration: underline;
}

.about-insta {
  text-decoration:underline;
}

.about-insta:hover {
text-decoration:none;
}

.about-contain {
 display:flex; 
  justify-content: space-around;
  align-items:center;
  flex-wrap: wrap;
}

.about-contain p {
  max-width: 50%;
  text-align:center;
}
.about-contain div {
 min-width:40%; 
}


@media only screen and (min-width: 767px){
    .hero.hero-same-ratio .jquery-background-video-wrapper {padding: 20%;}
  }

@media only screen and (max-width: 767px){
.brands .brand {
    width: 50%;
}
  body .hero {
    border-bottom: 0px;
}
}
@media only screen and (max-width: 480px){
.brands .brand {
    width: 50%;
}
.brands .brand a {
    padding: 8px;
    font-size: 12px;
}
}
