/*
@font-face {
  font-family: "Antarctica Beta"; 
  //src: url(//cdn.shopify.com/s/files/1/0506/1342/0242/t/5/assets/AntarcticaBeta-ExpExtBlk.woff2?v=156530458039615690181623427732) format("woff2");
  //src: url(//cdn.shopify.com/s/files/1/0506/1342/0242/t/5/assets/FontName.woff?1732) format("woff2"), url("webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: "Druk Wide"; 
  src: url(//cdn.shopify.com/s/files/1/0506/1342/0242/t/5/assets/Druk-Wide-Medium.woff?v=123133180487192169791623427735) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Druk Wide"; 
  src: url(//cdn.shopify.com/s/files/1/0506/1342/0242/t/5/assets/Druk-Wide-Medium-Italic.woff?v=46952562908202229771623427734) format("woff");
  font-weight: normal;
  font-style: italic;
}


@font-face {
  font-family: "Suisse"; 
  src: url(//cdn.shopify.com/s/files/1/0506/1342/0242/t/5/assets/SuisseIntl-Medium.woff?v=181812166392568719141623427747) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Suisse"; 
  src: url(//cdn.shopify.com/s/files/1/0506/1342/0242/t/5/assets/SuisseIntl-Bold.woff?v=140070535618282952701623427747) format("woff");
  font-weight: bold;
  font-style: normal;
}

@media screen and (min-width: 750px)  {
  .mobile-break { display: none; }
}

body {
	font-family: "Suisse", "Open Sans", Arial;
}

h1, h2 {
	font-family: "Druk Wide", Arial;
}

.site-header__logo-image {
	margin-left: 32px;
}

/*#refix-product-single {
	max-width: 800px !important; 
}
*/
#refix-product-single .photo {
	margin-left: 120px !important;
  	//width: 40% !important;
}

#refix-product-single .content {
  	//width: 60% !important;
}

@media only screen and (max-width: 749px) {
  .site-header__logo-image {
      margin-left: 1rem;
  }
  
/*#refix-product-single {
	max-width: 700px !important; 
}*/

#refix-product-single .photo {
	margin-left: 100px !important;
}
}


/* --- REFIX INTRO ------------------------------------------------------------------------------------------------ */

#refix-intro {
  position: relative;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 75vw auto;
  background-position: center center;
  padding: 5rem 0;
}

#refix-intro img {
  width: 25vw;
  height: auto;
  margin: 5rem 0 0 0;
}
  
#refix-intro h1 {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 3.5rem;
  z-index: 2;
  font-size: 3rem;
  //letter-spacing: 1rem;
  text-align: center;
  text-shadow: 0 0 8rem rgba(0,0,0,0.7);
}

#refix-intro h2 {
  text-transform: none;
  color: #fff;
  position: absolute;
  bottom: 13rem;
  z-index: 2;  
  font-size: 4rem;
  //letter-spacing: 0.125rem;
  margin: 2rem auto 0 auto;
  width: 85vw;
  display: block;
  text-align: center;
  font-family: "Suisse", "Open Sans", Arial;
  text-shadow: 0 0 4rem rgba(0,0,0,0.7);
}

#refix-intro a {
  color: #000000;
  background: none;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: bold;
  margin: 7rem 0 0 0;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  text-align: center;
  min-width: 300px;
}

#refix-intro a:hover {
	color: #000;
  background: #fff
}

@media only screen and (max-width: 749px) {
  #refix-intro {
  	background-size: 98vw auto;
    background-position: center 25vh;
  }
  
  #refix-intro h1 {
    font-size: 2rem;
    //letter-spacing: 1rem;
    top: 2.5rem;
  }

  #refix-intro h2 {
    font-size: 1.75rem;
    bottom: 16.5rem;
  }
  
  #refix-intro img {
  	width: 65vw;
  }
  
  #refix-intro a {
	  margin: 10rem 0 3rem 0;
  }
}


/* --- REFIX PRODUCT SINGLE ------------------------------------------------------------------------------------------------ */

#refix-product-single {
  margin: 10rem auto;
  max-width: 70vw;
  display: flex;
  position: relative;
}


#refix-product-single .border {
  border: 4px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
  
#refix-product-single .photo {
  width: 50%;
  padding: 6rem 0;
}

#refix-product-single .photo img {
  position: relative;
  //left: -5rem;
  height: 70vh;
  width: auto;
}

#refix-product-single .content {
  width: 50%;
  padding: 6rem 4rem 6rem 2rem;
  z-index: 6;
}

#refix-product-single .content h2 {
  font-size: 3rem;
  //letter-spacing: 0.125rem;
  font-family: "Suisse", "Open Sans", Arial;
}

#refix-product-single .content .product-options {
  	margin: 2rem auto;
}
 

#refix-product-single .content .ingredients {
  margin: 3rem 0;
}

#refix-product-single .content .ingredients ul {
  margin: 2rem auto;
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 90%;
  justify-content: space-between;
}

#refix-product-single .content .ingredients ul br {
  margin: 0 0 1rem 0;
}

#refix-product-single .content .ingredients li {
  //text-align: center;
  //font-family: "Druk Wide", Arial;
  font-size: 1.5rem;
  line-height: 1.1;
  //text-transform: uppercase;
}
  
#refix-product-single .content button {
  padding: 1rem;
  display: block;
  margin: 1rem auto;
  border: none;
  width: 100%;
  cursor: pointer;
  background: #ccc;
  text-align: left;
}

#refix-product-single .content button.option.selected {
  font-weight: 700;
}
  
#refix-product-single .content button.add {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 1.5rem 1rem;
  border: 2px solid #000;
 // text-transform: uppercase;
  //letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.25rem;
}

#refix-product-single .content button.add:hover {
  background: #000;
  color: #fff;
}
  
#refix-product-single .content button.buy {
  background: #000;
  text-align: center;
  padding: 1.5rem 1rem;
  color: #fff;
  //text-transform: uppercase;
  //letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.25rem;
}
  
  
@media (max-width: 750px) {
  #refix-product-single {
    max-width: 85vw;
	margin: 7rem auto 5rem auto;
    flex-direction: column;
  }
  
  #refix-product-single .content .ingredients li {
  	margin-bottom: 0px !important;
    margin-left: 3px !important;
  }
  
  #refix-product-single .photo {
    width: 80% !important;
    padding: 0;
   	margin: 50px 45px 0px auto !important;
  }
  
  .product__share-wrapper {
  	padding: 20px 0px 50px 0px;
  }

  #refix-product-single .photo img {
    left: auto;
    top: -4rem;
    height: auto;
  }
  
  #refix-product-single .content {
    width: 100% !important;
    padding: 0 2rem;
  }

  #refix-product-single .content h2 {
    font-size: 2.5rem;
    text-align: center;
  }

  #refix-product-single .content .ingredients p {
    margin: 0 0 1rem 0;
    font-size: 13px;
  }
  
  #refix-product-single .content .ingredients b {
    //display: block;
	//text-align: center;
  }

  #refix-product-single .content .ingredients ul {
    flex-direction: column;
  }
  
  #refix-product-single .content .ingredients li {
  	margin: 0 0 3.5rem 0;
  }

  #refix-product-single .content .ingredients li:last-child {
  	margin: 0 0 2rem 0;
  }
  
  #refix-product-single .content .product-options {
  	width: 100%;
  }
    
}

/* --- REFIX PHILOSOPHY INDEX ------------------------------------------------------------------------------------------- */
#refix-philosophy-index {
  background-color: #EFE8E0;
  margin: 20rem 0;
  position: relative;
  height: 75rem;
}

#refix-philosophy-index .video {
  position: relative;
  overflow: hidden;
  left: -10vw;
  height: 100%;
  width: 70vw;
}

#refix-philosophy-index .video video {
  height: 100%;
  width: auto;
}
  
#refix-philosophy-index .text {
  position: absolute;
  z-index: 3;
  top: -7rem;
  right: 15rem;
}

#refix-philosophy-index .photo {
  position: absolute;
  z-index: 1;
  top: 20rem;
  left: 35%;
  width: auto;
  height: 50rem;
}
  
#refix-philosophy-index .quote {
  background: #fff;
  padding: 10rem 5rem 6rem 5rem;
  font-size: 2.5rem;
  color: #000;
  //text-transform: uppercase;
  font-family: "Druk Wide", Arial;
  position: absolute;
  z-index: 2;
  top: 9rem;  
  left: 55%;
  max-width: 40rem;  
  text-align: center;
}

#refix-philosophy-index .quote a {
  font-family: "Suisse", "Open Sans",sans-serif;
  width: 100%;
  border: 2px solid #000;
  padding: 1rem;
  font-size: 1.25rem;
  //text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #000;
  margin: 5rem 0 1rem 0;
  //letter-spacing: 4px;
  font-weight: bold;
}

#refix-philosophy-index .quote a:hover {
  background: #000;
  color: #fff;
}
  
@media (max-width: 640px) {
  #refix-philosophy-index {
    height: auto;
	position: relative;
    margin: 15rem 0;
    padding: 5rem 0;
  }

  #refix-philosophy-index .video {
  	position: absolute;
    overflow: hidden;
    left: 5vw;
    top: 13rem;
    height: 50vh;
    width: 90vw;
    top: 15rem;
    z-index: 5;
  }
  
  #refix-philosophy-index .text {
  	position: absolute;
    width: 80vw;
    left: 10vw;
    right: 10vw;
    top: 2.5rem;
  }
  
  #refix-philosophy-index .photo {
    display: none;
  }
  
  #refix-philosophy-index .quote {
  	position: relative;
    z-index: 10;
    width: 75vw;
    margin: 20rem auto 0 auto;
    padding: 5rem 2rem;
    font-size: 2rem;
    top: 0;
	left: 0;
  }
  
  #refix-philosophy-index .quote .text {
    font-style: italic;
  }

  
}


/* --- REFIX BENEFITS ------------------------------------------------------------------------------ */

#refix-benefits {
  margin: 5rem 0;
  text-align: center;
}

#refix-benefits h2 {
  font-size: 5rem;
  line-height: 1.2;
  color: #000;
  max-width: 70vw;
  margin: 5rem auto;
}

#refix-benefits h2:before {
  content: " ";
  background: #000;
  position: relative;
  width: 7vw;
  height: 0.5rem;
  display: block;
  left: 50%;
  top: -4rem;
  transform: translateX(-50%);
}
  
#refix-benefits p {
  max-width: 60vw;
  margin: 0 auto;
}
  
#refix-benefits .benefits {
  background: #000;
  color: #fff;
  margin: 10rem 0 0 0;
  padding: 5rem 0;
  text-align: center;
}

#refix-benefits .benefits .item {
  margin: 2rem auto;
  max-width: 80vw;
}
  
#refix-benefits .benefits big {
  font-family: "Druk Wide", Arial;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1.5;

  -webkit-text-stroke: 1px #fff;
   color: #000;
   text-shadow:
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}

#refix-benefits .benefits p {
  max-width: 80vw;
  font-size: 2rem;
  display: none;
}

#refix-benefits .benefits .item:hover big {
  text-shadow: none;
  color: #fff;
}

#refix-benefits .benefits .item:hover p {
  display: block;
}

  
@media (max-width: 640px) {
  #refix-benefits h2 {
  	font-size: 2.5rem;
   	margin-bottom: 3rem;
    max-width: 90vw;
  } 
  
  #refix-benefits p {
 	max-width: 90vw;
  }

  #refix-benefits .benefits {
  	padding: 0;
  }

  #refix-benefits .benefits .item {
   padding: 2rem;
   margin: 0;
   max-width: 99vw;
   text-align: center;
  }

  #refix-benefits .benefits big {
    line-height: 4rem;
    font-size: 3rem;  
    margin: 0 0 2rem 0;
  }
  
  #refix-benefits .benefits .item.active big {
    text-shadow: none !important;
    color: #fff !important;
  }  
  
  #refix-benefits .benefits .item.active p {
  	display: block !important; 
  }

}
  

/* --- PRODUCT REFIX ------------------------------------------------------------------------------------- */

.product-form__item {
 background: none;
}
  
.product-form__item label {
  display: none;
}

.product-form__item > div {
	width: 100%;
}
  
.product-form__item button {
  display: block;
  border: 0;
  padding: 1rem 1.5rem;
  background: #f1f1f1;
  width: 100%;
  text-align: left;
  margin: 0 0 1.5rem 0;
}

.product__title {
  font-family: "Suisse", "Open Sans", Arial;
  //font-family: "Druk Wide", Arial;
  //font-size: 1.75rem;
  //letter-spacing: 0.2rem;
}

.product__description h3 {
  //font-family: "Druk Wide", Arial;
  font-size: 1.4rem;
  //letter-spacing: 0.2rem;
  //text-transform: uppercase;
  //font-weight: normal;
  line-height: 1.1;
  margin: 2.5rem 0 !important;  
}

.product__description p {
  font-size: 1.4rem;
}

.product__description h3 span {
  padding: 0.5rem 0 0 0;
  display: block;
}
  
.numbering span {
  font-size: 1.45rem;
  font-family: "Suisse", "Open Sans", Arial;
  text-transform: uppercase;
}

.numbering span.number {
  font-family: "Druk Wide", Arial;
  font-size: 2.5rem;
  display: inline-block;
  min-width: 4rem;
}

.product-benefits {
  display: flex;
  margin: 0 auto;
  padding: 0 0 10rem 0;
  max-width: 980px;
}
 
.product-benefits h2 {
  font-family: "Suisse", "Open Sans", Arial;
}
  
  .product__content-header {
  padding: 2rem 0 6rem 0 !important;
 }
  
@media (max-width: 640px) {
  .product-benefits {
  	flex-direction: column;
    max-width: auto;
    padding: 2rem;
  }

  .product__content {
  	padding-bottom: 3rem !important;
  }
  
  .product__description {
    margin: 2rem 0 !important;
  }
  
  .product__description,
  .product__description b,
  .product__description h3 {
  	//text-align: center;
    display: block;
  }
  
  .product-benefits .column {
  	margin: 0 0 3rem 0;
  }
}

/* --- PAGE PHILOSOPHY ------------------------------------------------------------------------------------------- */

#philosophy .hero {
  min-height: 50vw;
  background-color: #000;
  position: relative;
}

#philosophy .hero .background {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90vw auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
  
#philosophy .hero h1 {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  font-size: 3rem;
  top: 2.5vw;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  //letter-spacing: 1.5rem;
  width: 90vw;
}
  

#philosophy .blocks {
  margin: 10rem auto;
  text-align: center;
  width: 60vw;
}

  
#philosophy .blocks h2 {
  text-transform: uppercase;
  margin: 6rem 0 1rem 0;
}

#philosophy .slider {
  background: #EFE8E0;
  position: relative;
  width: 100vw;
  height: 80vh;
}
 
#philosophy .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#philosophy .slider .controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10vw;  
  display: flex;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  align-items: center;
  text-transform: uppercase;
}

#philosophy .slider span {
  cursor: pointer;
}

#philosophy .slider span.divider {
  cursor: default;
  width: 15rem;
  height: 1px;
  background: #fff;
  margin: 1rem;
}
  
#philosophy .slide .background {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 5vw;
  left: 5vw;
  right: 5vw;
  bottom: 5vw;
}
  
#philosophy .slide .content {
    align-items: center;
    bottom: 0;
    padding: 5rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

#philosophy .slide .content h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Druk Wide", Arial;
  font-size: 6rem;
  text-shadow: 0 0 10rem rgba(0,0,0,0.8);
}

#philosophy .slide .content p {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 0 5rem rgba(0,0,0,0.8);
}

#philosophy .footer {
  min-height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#philosophy .footer a {
  position: absolute;
  color: #000;
  padding: 1rem 10rem;
  border: 2px solid #000;
  top: 45vh;
  right: 20vw;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#philosophy .footer a:hover {
  color: #fff;
  background: #000;
}
  
@media (max-width: 760px) {
  
  #philosophy .hero {
    min-height: 70vh;
  }
  
  #philosophy .hero .background {
    background-image: url("https://cdn.shopify.com/s/files/1/0506/1342/0242/files/OUR_PHILOSOPHY_800x1244_05756cf0-ee38-4c76-84fa-c4db08d91502.jpg?v=1647609834") !important;
    min-height: 70vh;
    /*background-size: 90vw auto*/
  }
  
  #philosophy .hero h1 {
    text-align: center;
    font-size: 2rem;
    top: 5vw;
  }

  #philosophy .blocks {
    width: 90vw;
  }

  #philosophy .slider {
    width: 100vw;
  }
  
  #philosophy .slide .content h3 {
  	font-size: 2rem;
  }

  #philosophy .footer {
    background-image: none;
    min-height: auto;
  }
  
  #philosophy .footer a {
  	position: static;
    display: block;
	margin: 2rem auto;
    width: 90vw;
    text-align: center;
    padding: 2rem;
    color: #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-top: 0px;
    border-bottom: 0px;
  }
}



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


/* --- PÁGINA COLECCIONES ----------------------------------------------------------------*/

@media (max-width: 750px) {

#tienda .section-header {padding: 10px 0px 10px 0px;}

#tienda .card__wrapper {margin-bottom: 0px;}
  
#tienda .card__wrapper {padding: 0px;}
  
#tienda .card__info {padding-top: 0px;}
  
}

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



.featured-slider__slide-title {
	text-transform: none;
}

.featured-slider__slide-content {
  padding: 10vh 0;
}

.product__price {
  font-size: 3rem;
}

.product-benefits {
  justify-content: space-between;
}

.product-benefits .column {
  flex: 0 0 48%;
}

h1.section-header__title {
  font-family: "Druk Wide", "Antarctica Beta", Arial;
  //letter-spacing: 0.25rem;
}

.shopify-section-blog-template h1 {
  font-family: "Druk Wide", "Antarctica Beta", Arial;
}

.blog-navigation a {
  position: relative;
  top: 5.5rem;
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
}

@media only screen and (max-width: 749px) {
  
  .blog-navigation {
	margin: 0 0 3rem 0;
  }

  .blog-navigation a {
    top: -2rem;
    left: 2rem;
  }
  
}

/*-----------------PROVEEDOR FRONTPAGE-----------------*/

.card__brand{
	display: none;
}





div.nutrition {
  background: #000;
  color: #fff;
  padding: 2rem;
}

div.nutrition table {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  padding: 2rem;
  border-collapse: separate;
}

div.nutrition table th,
div.nutrition table td {
  padding: 1.3rem 0.5rem;
  border-bottom: 1px solid #fff;
}

div.nutrition table th:last-child,
div.nutrition table td:last-child {
  text-align: right;
  font-weight: 400;
}

div.nutrition table th:first-child,
div.nutrition table td:first-child {
  font-weight: 600;
  text-align: left;
}

div.nutrition table tbody tr:first-child td {
	padding: 3rem 0.5rem 1rem 0.5rem;
}

div.nutrition table tfoot td:first-child {
  font-weight: 400;
  text-align: left;
  font-size: 14px;	
  border: none;
  padding: 3rem 0 0 0;
}





footer .footer-logos {
  margin: 0 0 3rem 0;
}

footer .footer-logos img {
  margin: 0 3rem;
  height: 75px;
  width: auto;
}

footer .eu {
  margin: 7rem 0 0 0;
  border-top: 1px solid #fff;
}

footer .eu svg{
  width: 8rem;
  height: auto;
  margin: 0 0 1rem 0;
  transform: translateY(-50%);
}

footer .eu p {
  font-size: 14px;
  color: #aaa;
  margin: 0 auto;
  max-width: 75vw;
}

@media only screen and (max-width: 749px) {
  footer .eu {
  	margin: 3rem 0 0 0;
  }
  
  footer .eu svg{
    margin: 0;
  }
  
  footer .eu p {
	font-size: 11px;
    max-width: 90vw;
  }
  
  footer .site-footer__copyright {
  	line-height: 1;
  }
  
  footer .footer-logos {
    margin: 0 0 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  footer .footer-logos img {
    margin: 0;
    height: 55px;
    width: auto;
  }
  
  footer .flex-footer__item flex-footer__item--menu {
  	margin: 0;
	padding: 0;
  }
  
  footer .site-footer {
  	padding: 1rem 0;
  }
}
 


/*----------------------------------EDICIÓN----------------------*/

@media only screen and (max-width: 749px) {
  .newsletter-wrapper--1607595124031fd109 .input-group--underline {
    flex-direction: column;

  }
  
  .input-group__btn--newsletter {
  	margin: 1rem 0;
  }
  
  #refix-intro {
	min-height: 700px !important;
	}
  
  #refix-intro img {
	width: 100px !important;
	}
  
  #refix-intro h2 {
  	bottom: 100px !important;
  }
  
  #philosophy .footer a {
  	top: 48vh;
	right: 42.4%;
  	color: #000000 !important;
  	border: 2px solid #000000 !important;
  }
  
  #philosophy .footer {
  	background-image: none !important;
  	
  }
  
  .content-for-layout{
  	padding-bottom: 3px !important;
  }


}


#refix-product-single .content a.comprar {
  background: #000;
  text-align: center;
  padding: 1.5rem 1rem;
  color: #fff;
  //text-transform: uppercase;
  //letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
  width: auto;
  display: inherit;	
}

.card__price {
	display: none;
}

#refix-product-single .photo {
 	width: 45%;	
	margin: auto 0px auto 100px ;
}

#refix-product-single .content {
  	width: 55%;
  	margin: auto 0px auto 0px;
}

.product__media-container {
	margin-top: 0px !important;
  	max-width: 500px !important;
}

.product__share {
	max-height: 80px !important;
}

.social-sharing--product{
	margin-bottom: 0px !important;
}

.product__content {padding-bottom: 0px !important;}

#refix-intro {
	min-height: 870px;
  	background-size: cover !important;
  	background-position: center;
  	/*background-image: url("https://cdn.shopify.com/s/files/1/0506/1342/0242/files/Banner_web_home_Refix.jpg?v=1645395801");*/
}

#refix-intro img {
	width: 300px;
}

#refix-intro a {
	background-color: #ffffff;
  margin-top: 280px;
}

#philosophy .hero .background {
	background-size: 100%;
}

#philosophy .hero h1 {
	display: none;
}

#philosophy .footer a {
  	top: 48vh;
	right: 42.4%;
  	color: #ffffff;
  	border: 2px solid #ffffff;
}

/*-------------------------MACS ETC-----------------------*/


@media (min-width: 1025px) and (max-width: 1280px) {
  
  #refix-product-single .photo {
  width: 40%;
  //padding: 6rem 0;
  //margin-left: 200px;
  //margin-top: 200px;
  margin: auto 0px auto 25px !important;
}

#refix-product-single .photo img {
  position: relative;
  //left: -5rem;
  height: 70vh;
  width: auto;
}
  
#refix-product-single .content {
  	width: 60% !important;
}
 
}
